AWS Fundamentals Logo
AWS Fundamentals
AWS::IVSChat::LoggingConfiguration

IVSChat LoggingConfiguration

Resource type definition for AWS::IVSChat::LoggingConfiguration.

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
DestinationConfiguration
DestinationConfiguration
Required
Name
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringLoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
IdstringThe system-generated ID of the logging configuration.
StatestringThe state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ivschat:CreateLoggingConfigurationivschat:GetLoggingConfigurationlogs:CreateLogDeliverylogs:PutResourcePolicylogs:DescribeResourcePolicieslogs:DescribeLogGroupss3:PutBucketPolicys3:GetBucketPolicy

read

ivschat:GetLoggingConfigurationivschat:ListTagsForResource

update

ivschat:UpdateLoggingConfigurationivschat:GetLoggingConfigurationivschat:TagResourceivschat:UntagResourceivschat:ListTagsForResourcelogs:CreateLogDeliverylogs:GetLogDeliverylogs:UpdateLogDelivery

delete

ivschat:DeleteLoggingConfigurationivschat:GetLoggingConfigurationlogs:DeleteLogDeliverylogs:ListLogDeliveriesivschat:UntagResourcelogs:GetLogDelivery

list

ivschat:ListLoggingConfigurationsivschat:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIVSChat
Properties6
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links