Class: Aws::CloudFront::Types::KinesisStreamConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KinesisStreamConfig
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
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.
-
#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 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.
6773 6774 6775 6776 6777 6778 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6773 class KinesisStreamConfig < Struct.new( :role_arn, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
6773 6774 6775 6776 6777 6778 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6773 class KinesisStreamConfig < Struct.new( :role_arn, :stream_arn) SENSITIVE = [] include Aws::Structure end |