Struct cfn::aws::redshift::cluster::LoggingProperties [] [src]

pub struct LoggingProperties {
    pub bucket_name: Value<String>,
    pub s3_key_prefix: Option<Value<String>>,
}

Fields

Property BucketName.

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

Property S3KeyPrefix.

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

Trait Implementations

impl Debug for LoggingProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for LoggingProperties
[src]

[src]

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

Auto Trait Implementations