Struct aws_sdk_securityhub::model::AwsS3BucketWebsiteConfiguration [−][src]
#[non_exhaustive]pub struct AwsS3BucketWebsiteConfiguration {
pub error_document: Option<String>,
pub index_document_suffix: Option<String>,
pub redirect_all_requests_to: Option<AwsS3BucketWebsiteConfigurationRedirectTo>,
pub routing_rules: Option<Vec<AwsS3BucketWebsiteConfigurationRoutingRule>>,
}
Expand description
Website parameters for the S3 bucket.
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.error_document: Option<String>
The name of the error document for the website.
index_document_suffix: Option<String>
The name of the index document for the website.
redirect_all_requests_to: Option<AwsS3BucketWebsiteConfigurationRedirectTo>
The redirect behavior for requests to the website.
routing_rules: Option<Vec<AwsS3BucketWebsiteConfigurationRoutingRule>>
The rules for applying redirects for requests to the website.
Implementations
The name of the error document for the website.
The name of the index document for the website.
The redirect behavior for requests to the website.
The rules for applying redirects for requests to the website.
Creates a new builder-style object to manufacture AwsS3BucketWebsiteConfiguration
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 AwsS3BucketWebsiteConfiguration
impl Sync for AwsS3BucketWebsiteConfiguration
impl Unpin for AwsS3BucketWebsiteConfiguration
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