public static interface KinesisStreamConfig.Builder extends SdkPojo, CopyableBuilder<KinesisStreamConfig.Builder,KinesisStreamConfig>
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamConfig.Builder |
roleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFront can use to
send real-time log data to your Kinesis data stream.
|
KinesisStreamConfig.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKinesisStreamConfig.Builder roleARN(String roleARN)
The Amazon Resource Name (ARN) of an 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.
roleARN - The Amazon Resource Name (ARN) of an 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.
KinesisStreamConfig.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
streamARN - The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.Copyright © 2023. All rights reserved.