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

pub struct VPNGatewayRoutePropagationProperties {
    pub route_table_ids: ValueList<String>,
    pub vpn_gateway_id: Value<String>,
}

Properties for the VPNGatewayRoutePropagation resource.

Fields

Property RouteTableIds.

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

Property VpnGatewayId.

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

Trait Implementations

impl Debug for VPNGatewayRoutePropagationProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for VPNGatewayRoutePropagationProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<VPNGatewayRoutePropagationProperties> for VPNGatewayRoutePropagation
[src]

[src]

Performs the conversion.

Auto Trait Implementations