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

pub struct CloudFrontOriginAccessIdentityProperties {
    pub cloud_front_origin_access_identity_config: Value<CloudFrontOriginAccessIdentityConfig>,
}

Properties for the CloudFrontOriginAccessIdentity resource.

Fields

Property CloudFrontOriginAccessIdentityConfig.

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

Trait Implementations

impl Debug for CloudFrontOriginAccessIdentityProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for CloudFrontOriginAccessIdentityProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<CloudFrontOriginAccessIdentityProperties> for CloudFrontOriginAccessIdentity
[src]

[src]

Performs the conversion.

Auto Trait Implementations