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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#role_arnString

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.

Returns:

  • (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_arnString

The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.