public static interface CfnRealtimeLogConfig.KinesisStreamConfigProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudfront.*; KinesisStreamConfigProperty kinesisStreamConfigProperty = KinesisStreamConfigProperty.builder() .roleArn("roleArn") .streamArn("streamArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRealtimeLogConfig.KinesisStreamConfigProperty.Builder
A builder for
CfnRealtimeLogConfig.KinesisStreamConfigProperty |
static class |
CfnRealtimeLogConfig.KinesisStreamConfigProperty.Jsii$Proxy
An implementation for
CfnRealtimeLogConfig.KinesisStreamConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRealtimeLogConfig.KinesisStreamConfigProperty.Builder |
builder() |
java.lang.String |
getRoleArn()
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.
|
java.lang.String |
getStreamArn()
The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
|
java.lang.String getRoleArn()
For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide .
java.lang.String getStreamArn()
static CfnRealtimeLogConfig.KinesisStreamConfigProperty.Builder builder()