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

pub struct VPCDHCPOptionsAssociationProperties {
    pub dhcp_options_id: Value<String>,
    pub vpc_id: Value<String>,
}

Properties for the VPCDHCPOptionsAssociation resource.

Fields

Property DhcpOptionsId.

Update type: Mutable. AWS CloudFormation doesn't replace 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 VPCDHCPOptionsAssociationProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for VPCDHCPOptionsAssociationProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<VPCDHCPOptionsAssociationProperties> for VPCDHCPOptionsAssociation
[src]

[src]

Performs the conversion.

Auto Trait Implementations