Struct cfn::aws::cloudfront::DistributionProperties [] [src]

pub struct DistributionProperties {
    pub distribution_config: Value<DistributionConfig>,
    pub tags: Option<ValueList<Tag>>,
}

Properties for the Distribution resource.

Fields

Property DistributionConfig.

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

Property Tags.

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

Trait Implementations

impl Debug for DistributionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for DistributionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for DistributionProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<DistributionProperties> for Distribution
[src]

[src]

Performs the conversion.

Auto Trait Implementations