aws-cdk-lib.aws_cloudfront.CfnRealtimeLogConfig.KinesisStreamConfigProperty

interface KinesisStreamConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.CloudFront.CfnRealtimeLogConfig.KinesisStreamConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnRealtimeLogConfig_KinesisStreamConfigProperty
Javasoftware.amazon.awscdk.services.cloudfront.CfnRealtimeLogConfig.KinesisStreamConfigProperty
Pythonaws_cdk.aws_cloudfront.CfnRealtimeLogConfig.KinesisStreamConfigProperty
TypeScript aws-cdk-lib » aws_cloudfront » CfnRealtimeLogConfig » KinesisStreamConfigProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const kinesisStreamConfigProperty: cloudfront.CfnRealtimeLogConfig.KinesisStreamConfigProperty = {
  roleArn: 'roleArn',
  streamArn: 'streamArn',
};

Properties

NameTypeDescription
roleArnstringThe 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.
streamArnstringThe Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.

roleArn

Type: string

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 .


streamArn

Type: string

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