AWS::CloudFront::RealtimeLogConfig EndPoint
Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "KinesisStreamConfig" :KinesisStreamConfig, "StreamType" :String}
YAML
KinesisStreamConfig:KinesisStreamConfigStreamType:String
Properties
KinesisStreamConfig-
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Required: Yes
Type: KinesisStreamConfig
Update requires: No interruption
StreamType-
The type of data stream where you are sending real-time log data. The only valid value is
Kinesis.Required: Yes
Type: String
Update requires: No interruption