Struct cfn::aws::elasticloadbalancing::load_balancer::AccessLoggingPolicy [] [src]

pub struct AccessLoggingPolicy {
    pub emit_interval: Option<Value<u32>>,
    pub enabled: Value<bool>,
    pub s3_bucket_name: Value<String>,
    pub s3_bucket_prefix: Option<Value<String>>,
}

Fields

Property EmitInterval.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Enabled.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property S3BucketName.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property S3BucketPrefix.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for AccessLoggingPolicy
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for AccessLoggingPolicy
[src]

[src]

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

Auto Trait Implementations