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

Inherits:
Struct
  • Object
show all
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 in a real-time log configuration.

Constant Summary collapse

SENSITIVE =
[]

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.



4130
4131
4132
4133
4134
4135
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4130

class EndPoint < Struct.new(
  :stream_type,
  :kinesis_stream_config)
  SENSITIVE = []
  include Aws::Structure
end

#stream_typeString

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

Returns:

  • (String)


4130
4131
4132
4133
4134
4135
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4130

class EndPoint < Struct.new(
  :stream_type,
  :kinesis_stream_config)
  SENSITIVE = []
  include Aws::Structure
end