Resource type definition for AWS::IVSChat::LoggingConfiguration.
destination_configuration
(Attributes) Destination configuration for IVS Chat logging. (see below for nested schema)name
(String) The name of the logging configuration. The value does not need to be unique.tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)arn
(String) LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.id
(String) Uniquely identifies the resource.logging_configuration_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.destination_configuration
Optional:
cloudwatch_logs
(Attributes) CloudWatch destination configuration for IVS Chat logging. (see below for nested schema)firehose
(Attributes) Kinesis Firehose destination configuration for IVS Chat logging. (see below for nested schema)s3
(Attributes) S3 destination configuration for IVS Chat logging. (see below for nested schema)destination_configuration.cloudwatch_logs
Required:
log_group_name
(String) Name of the Amazon CloudWatch Logs log group where chat activity will be logged.destination_configuration.firehose
Required:
delivery_stream_name
(String) Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.destination_configuration.s3
Required:
bucket_name
(String) Name of the Amazon S3 bucket where chat activity will be logged.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_ivschat_logging_configuration.example <resource ID>