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

pub struct VPCProperties {
    pub cidr_block: Value<String>,
    pub enable_dns_hostnames: Option<Value<bool>>,
    pub enable_dns_support: Option<Value<bool>>,
    pub instance_tenancy: Option<Value<String>>,
    pub tags: Option<ValueList<Tag>>,
}

Properties for the VPC resource.

Fields

Property CidrBlock.

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

Property EnableDnsHostnames.

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

Property EnableDnsSupport.

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

Property InstanceTenancy.

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

[src]

Formats the value using the given formatter. Read more

impl Serialize for VPCProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<VPCProperties> for VPC
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VPCProperties

impl Sync for VPCProperties