AWS::IVSChat::LoggingConfiguration FirehoseDestinationConfiguration
The FirehoseDestinationConfiguration property type specifies a Kinesis Firehose location where chat logs will be stored.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DeliveryStreamName" :
String
}
YAML
DeliveryStreamName:
String
Properties
DeliveryStreamName
-
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_.-]+$
Minimum:
1
Maximum:
64
Update requires: No interruption