| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Associates a subnet with a network ACL.
For more information, go to ReplaceNetworkAclAssociation in the Amazon Elastic Compute Cloud API Reference.
Note
The EC2 API Reference refers to the SubnetId parameter as the
AssociationId.
"Type" : "AWS::EC2::SubnetNetworkAclAssociation",
"Properties" : {
"SubnetId" : { String }
"NetworkAclId" : { String }
}
When the logical ID of this resource is provided to the Ref intrinsic
function, it returns the resource name.
For more information about using the Ref function, see Ref.
Fn::GetAtt returns a value for a specified attribute of this type.
This section lists the available attributes and corresponding return values.
Returns the value of this object's SubnetId property.
For more information about using Fn:GetAtt, see Fn::GetAtt.