Struct rusoto_elb::AccessLog[][src]

pub struct AccessLog {
    pub emit_interval: Option<i64>,
    pub enabled: bool,
    pub s3_bucket_name: Option<String>,
    pub s3_bucket_prefix: Option<String>,
}

Information about the AccessLog attribute.

Fields

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

Default: 60 minutes

Specifies whether access logs are enabled for the load balancer.

The name of the Amazon S3 bucket where the access logs are stored.

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.

Trait Implementations

impl Default for AccessLog
[src]

Returns the "default value" for a type. Read more

impl Debug for AccessLog
[src]

Formats the value using the given formatter. Read more

impl Clone for AccessLog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AccessLog
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for AccessLog

impl Sync for AccessLog