Struct aws_sdk_securityhub::model::aws_cloud_front_distribution_logging::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsCloudFrontDistributionLogging
Implementations
The S3 bucket to store the access logs in.
The S3 bucket to store the access logs in.
With this field, you can enable or disable the selected distribution.
With this field, you can enable or disable the selected distribution.
Specifies whether you want CloudFront to include cookies in access logs.
Specifies whether you want CloudFront to include cookies in access logs.
An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.
An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.
Consumes the builder and constructs a AwsCloudFrontDistributionLogging
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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