@Stability(value=Stable)
public static interface CfnRealtimeLogConfig.KinesisStreamConfigProperty
extends software.amazon.jsii.JsiiSerializable
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() |
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.
|
String |
getStreamArn()
The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
|
@Stability(value=Stable) @NotNull String getRoleArn()
For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide .
@Stability(value=Stable) @NotNull String getStreamArn()
@Stability(value=Stable) static CfnRealtimeLogConfig.KinesisStreamConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.