Class: Aws::Firehose::Types::HttpEndpointDestinationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::HttpEndpointDestinationDescription
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Describes the HTTP endpoint destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::HttpEndpointBufferingHints
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your Firehose stream.
-
#endpoint_configuration ⇒ Types::HttpEndpointDescription
The configuration of the specified HTTP endpoint destination.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Describes a data processing configuration.
-
#request_configuration ⇒ Types::HttpEndpointRequestConfiguration
The configuration of request sent to the HTTP endpoint specified as the destination.
-
#retry_options ⇒ Types::HttpEndpointRetryOptions
Describes the retry behavior in case Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.
-
#role_arn ⇒ String
Firehose uses this IAM role for all the permissions that the delivery stream needs.
-
#s3_backup_mode ⇒ String
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint destination.
-
#s3_destination_description ⇒ Types::S3DestinationDescription
Describes a destination in Amazon S3.
-
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
The configuration that defines how you access secrets for HTTP Endpoint destination.
Instance Attribute Details
#buffering_hints ⇒ Types::HttpEndpointBufferingHints
Describes buffering options that can be applied to the data before
it is delivered to the HTTPS endpoint destination. Firehose teats
these options as hints, and it might choose to use more optimal
values. The SizeInMBs
and IntervalInSeconds
parameters are
optional. However, if specify a value for one of them, you must also
provide a value for the other.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your Firehose stream.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#endpoint_configuration ⇒ Types::HttpEndpointDescription
The configuration of the specified HTTP endpoint destination.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Describes a data processing configuration.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#request_configuration ⇒ Types::HttpEndpointRequestConfiguration
The configuration of request sent to the HTTP endpoint specified as the destination.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#retry_options ⇒ Types::HttpEndpointRetryOptions
Describes the retry behavior in case Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
Firehose uses this IAM role for all the permissions that the delivery stream needs.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#s3_backup_mode ⇒ String
Describes the S3 bucket backup options for the data that Kinesis
Firehose delivers to the HTTP endpoint destination. You can back up
all documents (AllData
) or only the documents that Firehose could
not deliver to the specified HTTP endpoint destination
(FailedDataOnly
).
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#s3_destination_description ⇒ Types::S3DestinationDescription
Describes a destination in Amazon S3.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
The configuration that defines how you access secrets for HTTP Endpoint destination.
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2718 class HttpEndpointDestinationDescription < Struct.new( :endpoint_configuration, :buffering_hints, :cloud_watch_logging_options, :request_configuration, :processing_configuration, :role_arn, :retry_options, :s3_backup_mode, :s3_destination_description, :secrets_manager_configuration) SENSITIVE = [] include Aws::Structure end |