Struct aws_sdk_firehose::model::HttpEndpointDestinationUpdate [−][src]
#[non_exhaustive]pub struct HttpEndpointDestinationUpdate {
pub endpoint_configuration: Option<HttpEndpointConfiguration>,
pub buffering_hints: Option<HttpEndpointBufferingHints>,
pub cloud_watch_logging_options: Option<CloudWatchLoggingOptions>,
pub request_configuration: Option<HttpEndpointRequestConfiguration>,
pub processing_configuration: Option<ProcessingConfiguration>,
pub role_arn: Option<String>,
pub retry_options: Option<HttpEndpointRetryOptions>,
pub s3_backup_mode: Option<HttpEndpointS3BackupMode>,
pub s3_update: Option<S3DestinationUpdate>,
}Expand description
Updates the specified HTTP endpoint destination.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.endpoint_configuration: Option<HttpEndpointConfiguration>Describes the configuration of the HTTP endpoint destination.
buffering_hints: Option<HttpEndpointBufferingHints>Describes buffering options that can be applied to the data before it is delivered to
the HTTPS endpoint destination. Kinesis Data 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.
cloud_watch_logging_options: Option<CloudWatchLoggingOptions>Describes the Amazon CloudWatch logging options for your delivery stream.
request_configuration: Option<HttpEndpointRequestConfiguration>The configuration of the request sent to the HTTP endpoint specified as the destination.
processing_configuration: Option<ProcessingConfiguration>Describes a data processing configuration.
role_arn: Option<String>Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
retry_options: Option<HttpEndpointRetryOptions>Describes the retry behavior in case Kinesis Data 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.
s3_backup_mode: Option<HttpEndpointS3BackupMode>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 Kinesis Data Firehose could not deliver to the specified HTTP endpoint
destination (FailedDataOnly).
s3_update: Option<S3DestinationUpdate>Describes an update for a destination in Amazon S3.
Implementations
Describes the configuration of the HTTP endpoint destination.
Describes buffering options that can be applied to the data before it is delivered to
the HTTPS endpoint destination. Kinesis Data 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.
Describes the Amazon CloudWatch logging options for your delivery stream.
The configuration of the request sent to the HTTP endpoint specified as the destination.
Describes a data processing configuration.
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
Describes the retry behavior in case Kinesis Data 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.
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 Kinesis Data Firehose could not deliver to the specified HTTP endpoint
destination (FailedDataOnly).
Describes an update for a destination in Amazon S3.
Creates a new builder-style object to manufacture HttpEndpointDestinationUpdate
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for HttpEndpointDestinationUpdate
impl Sync for HttpEndpointDestinationUpdate
impl Unpin for HttpEndpointDestinationUpdate
impl UnwindSafe for HttpEndpointDestinationUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more