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

pub struct VPNConnectionRouteProperties {
    pub destination_cidr_block: Value<String>,
    pub vpn_connection_id: Value<String>,
}

Properties for the VPNConnectionRoute resource.

Fields

Property DestinationCidrBlock.

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

Property VpnConnectionId.

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

Trait Implementations

impl Debug for VPNConnectionRouteProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for VPNConnectionRouteProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for VPNConnectionRouteProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<VPNConnectionRouteProperties> for VPNConnectionRoute
[src]

[src]

Performs the conversion.

Auto Trait Implementations