AWS::IVSChat::LoggingConfigurationResource type definition for AWS::IVSChat::LoggingConfiguration.
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DestinationConfiguration | DestinationConfiguration | Required |
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier. |
Id | string | The system-generated ID of the logging configuration. |
State | string | The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IVSChat::LoggingConfiguration
Resources:
MyResource:
Type: AWS::IVSChat::LoggingConfiguration
Properties:
DestinationConfiguration: "value"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ivschat:CreateLoggingConfigurationivschat:GetLoggingConfigurationlogs:CreateLogDeliverylogs:PutResourcePolicylogs:DescribeResourcePolicieslogs:DescribeLogGroupss3:PutBucketPolicys3:GetBucketPolicyivschat:GetLoggingConfigurationivschat:ListTagsForResourceivschat:UpdateLoggingConfigurationivschat:GetLoggingConfigurationivschat:TagResourceivschat:UntagResourceivschat:ListTagsForResourcelogs:CreateLogDeliverylogs:GetLogDeliverylogs:UpdateLogDeliveryivschat:DeleteLoggingConfigurationivschat:GetLoggingConfigurationlogs:DeleteLogDeliverylogs:ListLogDeliveriesivschat:UntagResourcelogs:GetLogDeliveryivschat:ListLoggingConfigurationsivschat:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn