interface KinesisStreamConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.CfnRealtimeLogConfig.KinesisStreamConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnRealtimeLogConfig_KinesisStreamConfigProperty |
![]() | software.amazon.awscdk.services.cloudfront.CfnRealtimeLogConfig.KinesisStreamConfigProperty |
![]() | aws_cdk.aws_cloudfront.CfnRealtimeLogConfig.KinesisStreamConfigProperty |
![]() | 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
Name | Type | Description |
---|---|---|
role | 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. |
stream | string | The 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.