Class: Aws::Firehose::Types::DestinationDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

Describes the destination for a delivery stream.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_idString

The ID of the destination.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-firehose/types.rb', line 900

class DestinationDescription < Struct.new(
  :destination_id,
  :s3_destination_description,
  :extended_s3_destination_description,
  :redshift_destination_description,
  :elasticsearch_destination_description,
  :splunk_destination_description)
  include Aws::Structure
end

#elasticsearch_destination_descriptionTypes::ElasticsearchDestinationDescription

The destination in Amazon ES.



900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-firehose/types.rb', line 900

class DestinationDescription < Struct.new(
  :destination_id,
  :s3_destination_description,
  :extended_s3_destination_description,
  :redshift_destination_description,
  :elasticsearch_destination_description,
  :splunk_destination_description)
  include Aws::Structure
end

#extended_s3_destination_descriptionTypes::ExtendedS3DestinationDescription

The destination in Amazon S3.



900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-firehose/types.rb', line 900

class DestinationDescription < Struct.new(
  :destination_id,
  :s3_destination_description,
  :extended_s3_destination_description,
  :redshift_destination_description,
  :elasticsearch_destination_description,
  :splunk_destination_description)
  include Aws::Structure
end

#redshift_destination_descriptionTypes::RedshiftDestinationDescription

The destination in Amazon Redshift.



900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-firehose/types.rb', line 900

class DestinationDescription < Struct.new(
  :destination_id,
  :s3_destination_description,
  :extended_s3_destination_description,
  :redshift_destination_description,
  :elasticsearch_destination_description,
  :splunk_destination_description)
  include Aws::Structure
end

#s3_destination_descriptionTypes::S3DestinationDescription

[Deprecated] The destination in Amazon S3.



900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-firehose/types.rb', line 900

class DestinationDescription < Struct.new(
  :destination_id,
  :s3_destination_description,
  :extended_s3_destination_description,
  :redshift_destination_description,
  :elasticsearch_destination_description,
  :splunk_destination_description)
  include Aws::Structure
end

#splunk_destination_descriptionTypes::SplunkDestinationDescription

The destination in Splunk.



900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-firehose/types.rb', line 900

class DestinationDescription < Struct.new(
  :destination_id,
  :s3_destination_description,
  :extended_s3_destination_description,
  :redshift_destination_description,
  :elasticsearch_destination_description,
  :splunk_destination_description)
  include Aws::Structure
end