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

pub struct StreamingDistributionProperties {
    pub streaming_distribution_config: Value<StreamingDistributionConfig>,
    pub tags: ValueList<Tag>,
}

Properties for the StreamingDistribution resource.

Fields

Property StreamingDistributionConfig.

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 StreamingDistributionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for StreamingDistributionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<StreamingDistributionProperties> for StreamingDistribution
[src]

[src]

Performs the conversion.

Auto Trait Implementations