You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::EndPoint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EndPoint as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#kinesis_stream_configTypes::KinesisStreamConfig

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

Returns:

  • (Types::KinesisStreamConfig)

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

#stream_typeString

The type of data stream where you are sending real-time log data. The only valid value is Kinesis.

Returns:

  • (String)

    The type of data stream where you are sending real-time log data.