IVS Chat Logging Configuration

IVS Chat Logging Configuration in AWS defines how chat messages from Amazon IVS Chat are logged and stored. It allows you to configure destinations such as Amazon CloudWatch Logs, Amazon S3, or Amazon Kinesis Data Firehose for capturing chat activity. This helps with monitoring, auditing, and analyzing chat interactions in real time or for later review.

aws.ivschat_logging_configuration

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringLogging-configuration ARN, from the request (if identifier was an ARN).
create_timecoretimestampTime when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
destination_configurationcorejsonA complex type that contains a destination configuration for where chat content will be logged. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
idcorestringLogging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.
namecorestringLogging-configuration name. This value does not need to be unique.
statecorestringThe state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
tagscorehstore
update_timecoretimestampTime of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.