class Aws::CloudFront::Types::EndPoint

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

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

data as a hash:

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

@!attribute [rw] stream_type

The type of data stream where you are sending real-time log data.
The only valid value is `Kinesis`.
@return [String]

@!attribute [rw] kinesis_stream_config

Contains information about the Amazon Kinesis data stream where you
are sending real-time log data.
@return [Types::KinesisStreamConfig]

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

Constants

SENSITIVE