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

pub struct TrunkInterfaceAssociationProperties {
    pub branch_interface_id: Value<String>,
    pub gre_key: Option<Value<u32>>,
    pub trunk_interface_id: Value<String>,
    pub vlan_id: Option<Value<u32>>,
}

Properties for the TrunkInterfaceAssociation resource.

Fields

Property BranchInterfaceId.

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

Property GREKey.

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

Property TrunkInterfaceId.

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

Property VLANId.

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

Trait Implementations

impl Debug for TrunkInterfaceAssociationProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TrunkInterfaceAssociationProperties
[src]

[src]

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

impl Serialize for TrunkInterfaceAssociationProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<TrunkInterfaceAssociationProperties> for TrunkInterfaceAssociation
[src]

[src]

Performs the conversion.

Auto Trait Implementations