You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::KinesisStreamConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KinesisStreamConfig
- Defined in:
- (unknown)
Overview
When passing KinesisStreamConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
role_arn: "string", # required
stream_arn: "string", # required
}
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Returned by:
Instance Attribute Summary collapse
-
#role_arn ⇒ 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_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
Instance Attribute Details
#role_arn ⇒ 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.
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.