Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
KinesisStreamConfig |
KinesisStreamConfig.clone() |
KinesisStreamConfig |
EndPoint.getKinesisStreamConfig()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
KinesisStreamConfig |
KinesisStreamConfig.withRoleARN(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 |
KinesisStreamConfig.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
|
Modifier and Type | Method and Description |
---|---|
void |
EndPoint.setKinesisStreamConfig(KinesisStreamConfig kinesisStreamConfig)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
EndPoint |
EndPoint.withKinesisStreamConfig(KinesisStreamConfig kinesisStreamConfig)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
Copyright © 2022. All rights reserved.