class Aws::CloudFront::Types::KinesisStreamConfig

Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

@note When making an API call, you may pass KinesisStreamConfig

data as a hash:

    {
      role_arn: "string", # required
      stream_arn: "string", # required
    }

@!attribute [rw] role_arn

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][1] in the *Amazon CloudFront Developer Guide*.

[1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role
@return [String]

@!attribute [rw] stream_arn

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

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/KinesisStreamConfig AWS API Documentation

Constants

SENSITIVE