Struct aws_sdk_firehose::model::AmazonopensearchserviceDestinationUpdate [−][src]
#[non_exhaustive]pub struct AmazonopensearchserviceDestinationUpdate {
pub role_arn: Option<String>,
pub domain_arn: Option<String>,
pub cluster_endpoint: Option<String>,
pub index_name: Option<String>,
pub type_name: Option<String>,
pub index_rotation_period: Option<AmazonopensearchserviceIndexRotationPeriod>,
pub buffering_hints: Option<AmazonopensearchserviceBufferingHints>,
pub retry_options: Option<AmazonopensearchserviceRetryOptions>,
pub s3_update: Option<S3DestinationUpdate>,
pub processing_configuration: Option<ProcessingConfiguration>,
pub cloud_watch_logging_options: Option<CloudWatchLoggingOptions>,
}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.role_arn: Option<String>domain_arn: Option<String>cluster_endpoint: Option<String>index_name: Option<String>type_name: Option<String>index_rotation_period: Option<AmazonopensearchserviceIndexRotationPeriod>buffering_hints: Option<AmazonopensearchserviceBufferingHints>retry_options: Option<AmazonopensearchserviceRetryOptions>s3_update: Option<S3DestinationUpdate>Describes an update for a destination in Amazon S3.
processing_configuration: Option<ProcessingConfiguration>Describes a data processing configuration.
cloud_watch_logging_options: Option<CloudWatchLoggingOptions>Describes the Amazon CloudWatch logging options for your delivery stream.
Implementations
Describes an update for a destination in Amazon S3.
Describes a data processing configuration.
Describes the Amazon CloudWatch logging options for your delivery stream.
Creates a new builder-style object to manufacture AmazonopensearchserviceDestinationUpdate
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
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