SubnetNetworkAclAssociationProps¶
-
class
aws_cdk.aws_ec2.
SubnetNetworkAclAssociationProps
(*, network_acl, subnet, subnet_network_acl_association_name=None)¶ Bases:
object
(experimental) Properties to create a SubnetNetworkAclAssociation.
- Parameters
network_acl (
INetworkAcl
) – (experimental) The Network ACL this association is defined for.subnet (
ISubnet
) – (experimental) ID of the Subnet.subnet_network_acl_association_name (
Optional
[str
]) – (experimental) The name of the SubnetNetworkAclAssociation. It is not recommended to use an explicit name. Default: If you don’t specify a SubnetNetworkAclAssociationName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.
- Stability
experimental
Attributes
-
network_acl
¶ (experimental) The Network ACL this association is defined for.
- Stability
experimental
- Attribute
true
- Return type
-
subnet_network_acl_association_name
¶ (experimental) The name of the SubnetNetworkAclAssociation.
It is not recommended to use an explicit name.
- Default
If you don’t specify a SubnetNetworkAclAssociationName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.
- Stability
experimental
- Return type
Optional
[str
]