AWS::CloudFront::RealtimeLogConfig KinesisStreamConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CloudFront::RealtimeLogConfig KinesisStreamConfig

Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "RoleArn" : String, "StreamArn" : String }

YAML

RoleArn: String StreamArn: String

Properties

RoleArn

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream.

For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide.

Required: Yes

Type: String

Update requires: No interruption

StreamArn

The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.

Required: Yes

Type: String

Update requires: No interruption