You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsElbLoadBalancerAccessLogWhen passing AwsElbLoadBalancerAccessLog as input to an Aws::Client method, you can use a vanilla Hash:
{
emit_interval: 1,
enabled: false,
s3_bucket_name: "NonEmptyString",
s3_bucket_prefix: "NonEmptyString",
}
Contains information about the access log configuration for the load balancer.
Returned by:
Instance Attribute Summary collapseThe interval in minutes for publishing the access logs.
Indicates whether access logs are enabled for the load balancer.
The name of the S3 bucket where the access logs are stored.
The logical hierarchy that was created for the S3 bucket.
The interval in minutes for publishing the access logs.
You can publish access logs either every 5 minutes or every 60 minutes.
#enabled ⇒ BooleanIndicates whether access logs are enabled for the load balancer.
#s3_bucket_name ⇒ StringThe name of the S3 bucket where the access logs are stored.
#s3_bucket_prefix ⇒ StringThe 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4