Struct cfn::aws::ec2::VPCCidrBlockProperties [] [src]

pub struct VPCCidrBlockProperties {
    pub amazon_provided_ipv6_cidr_block: Option<Value<bool>>,
    pub cidr_block: Option<Value<String>>,
    pub vpc_id: Value<String>,
}

Properties for the VPCCidrBlock resource.

Fields

Property AmazonProvidedIpv6CidrBlock.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property CidrBlock.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property VpcId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for VPCCidrBlockProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for VPCCidrBlockProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<VPCCidrBlockProperties> for VPCCidrBlock
[src]

[src]

Performs the conversion.

Auto Trait Implementations