class Aws::ElasticLoadBalancing::Types::AccessLog

Information about the `AccessLog` attribute.

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

data as a hash:

    {
      enabled: false, # required
      s3_bucket_name: "S3BucketName",
      emit_interval: 1,
      s3_bucket_prefix: "AccessLogPrefix",
    }

@!attribute [rw] enabled

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

@!attribute [rw] s3_bucket_name

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

@!attribute [rw] emit_interval

The interval for publishing the access logs. You can specify an
interval of either 5 minutes or 60 minutes.

Default: 60 minutes
@return [Integer]

@!attribute [rw] s3_bucket_prefix

The logical hierarchy you created for your Amazon S3 bucket, for
example `my-bucket-prefix/prod`. If the prefix is not provided, the
log is placed at the root level of the bucket.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/AccessLog AWS API Documentation

Constants

SENSITIVE