Class: Aws::Firehose::Types::DestinationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::DestinationDescription
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Describes the destination for a Firehose stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amazon_open_search_serverless_destination_description ⇒ Types::AmazonOpenSearchServerlessDestinationDescription
The destination in the Serverless offering for Amazon OpenSearch Service.
-
#amazonopensearchservice_destination_description ⇒ Types::AmazonopensearchserviceDestinationDescription
The destination in Amazon OpenSearch Service.
-
#destination_id ⇒ String
The ID of the destination.
-
#elasticsearch_destination_description ⇒ Types::ElasticsearchDestinationDescription
The destination in Amazon ES.
-
#extended_s3_destination_description ⇒ Types::ExtendedS3DestinationDescription
The destination in Amazon S3.
-
#http_endpoint_destination_description ⇒ Types::HttpEndpointDestinationDescription
Describes the specified HTTP endpoint destination.
-
#iceberg_destination_description ⇒ Types::IcebergDestinationDescription
Describes a destination in Apache Iceberg Tables.
-
#redshift_destination_description ⇒ Types::RedshiftDestinationDescription
The destination in Amazon Redshift.
-
#s3_destination_description ⇒ Types::S3DestinationDescription
[Deprecated] The destination in Amazon S3.
-
#snowflake_destination_description ⇒ Types::SnowflakeDestinationDescription
Optional description for the destination.
-
#splunk_destination_description ⇒ Types::SplunkDestinationDescription
The destination in Splunk.
Instance Attribute Details
#amazon_open_search_serverless_destination_description ⇒ Types::AmazonOpenSearchServerlessDestinationDescription
The destination in the Serverless offering for Amazon OpenSearch Service.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#amazonopensearchservice_destination_description ⇒ Types::AmazonopensearchserviceDestinationDescription
The destination in Amazon OpenSearch Service.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#destination_id ⇒ String
The ID of the destination.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#elasticsearch_destination_description ⇒ Types::ElasticsearchDestinationDescription
The destination in Amazon ES.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#extended_s3_destination_description ⇒ Types::ExtendedS3DestinationDescription
The destination in Amazon S3.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#http_endpoint_destination_description ⇒ Types::HttpEndpointDestinationDescription
Describes the specified HTTP endpoint destination.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#iceberg_destination_description ⇒ Types::IcebergDestinationDescription
Describes a destination in Apache Iceberg Tables.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#redshift_destination_description ⇒ Types::RedshiftDestinationDescription
The destination in Amazon Redshift.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#s3_destination_description ⇒ Types::S3DestinationDescription
[Deprecated] The destination in Amazon S3.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#snowflake_destination_description ⇒ Types::SnowflakeDestinationDescription
Optional description for the destination
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |
#splunk_destination_description ⇒ Types::SplunkDestinationDescription
The destination in Splunk.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1561 class DestinationDescription < Struct.new( :destination_id, :s3_destination_description, :extended_s3_destination_description, :redshift_destination_description, :elasticsearch_destination_description, :amazonopensearchservice_destination_description, :splunk_destination_description, :http_endpoint_destination_description, :snowflake_destination_description, :amazon_open_search_serverless_destination_description, :iceberg_destination_description) SENSITIVE = [] include Aws::Structure end |