Struct aws_sdk_securityhub::model::aws_elb_load_balancer_access_log::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AwsElbLoadBalancerAccessLog
Implementations
The interval in minutes for publishing the access logs.
You can publish access logs either every 5 minutes or every 60 minutes.
The interval in minutes for publishing the access logs.
You can publish access logs either every 5 minutes or every 60 minutes.
Indicates whether access logs are enabled for the load balancer.
Indicates whether access logs are enabled for the load balancer.
The name of the S3 bucket where the access logs are stored.
The name of the S3 bucket where the access logs are stored.
The logical hierarchy that was created for the S3 bucket.
If a prefix is not provided, the log is placed at the root level of the bucket.
The logical hierarchy that was created for the S3 bucket.
If a prefix is not provided, the log is placed at the root level of the bucket.
Consumes the builder and constructs a AwsElbLoadBalancerAccessLog
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
