class Aws::SecurityHub::Types::AwsElbLoadBalancerAccessLog

Contains information about the access log configuration for the load balancer.

@note When making an API call, you may pass AwsElbLoadBalancerAccessLog

data as a hash:

    {
      emit_interval: 1,
      enabled: false,
      s3_bucket_name: "NonEmptyString",
      s3_bucket_prefix: "NonEmptyString",
    }

@!attribute [rw] emit_interval

The interval in minutes for publishing the access logs.

You can publish access logs either every 5 minutes or every 60
minutes.
@return [Integer]

@!attribute [rw] enabled

Indicates whether access logs are enabled for the load balancer.
@return [Boolean]

@!attribute [rw] s3_bucket_name

The name of the S3 bucket where the access logs are stored.
@return [String]

@!attribute [rw] s3_bucket_prefix

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElbLoadBalancerAccessLog AWS API Documentation

Constants

SENSITIVE