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

pub struct SubnetNetworkAclAssociationProperties {
    pub network_acl_id: Value<String>,
    pub subnet_id: Value<String>,
}

Properties for the SubnetNetworkAclAssociation resource.

Fields

Property NetworkAclId.

Update type: Immutable. AWS CloudFormation replaces 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 SubnetNetworkAclAssociationProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for SubnetNetworkAclAssociationProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<SubnetNetworkAclAssociationProperties> for SubnetNetworkAclAssociation
[src]

[src]

Performs the conversion.

Auto Trait Implementations