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

pub struct SubnetRouteTableAssociationProperties {
    pub route_table_id: Value<String>,
    pub subnet_id: Value<String>,
}

Properties for the SubnetRouteTableAssociation resource.

Fields

Property RouteTableId.

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

Property SubnetId.

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

Trait Implementations

impl Debug for SubnetRouteTableAssociationProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for SubnetRouteTableAssociationProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<SubnetRouteTableAssociationProperties> for SubnetRouteTableAssociation
[src]

[src]

Performs the conversion.

Auto Trait Implementations