Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSubnetNetworkAclAssociationPropsMixin.Builder
Packages that use CfnSubnetNetworkAclAssociationPropsMixin.Builder
-
Uses of CfnSubnetNetworkAclAssociationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnSubnetNetworkAclAssociationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSubnetNetworkAclAssociationPropsMixin.Builder.create()CfnSubnetNetworkAclAssociationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSubnetNetworkAclAssociationPropsMixin.Builder.networkAclId(String networkAclId) The ID of the network ACL.CfnSubnetNetworkAclAssociationPropsMixin.Builder.networkAclId(INetworkAclRef networkAclId) The ID of the network ACL.The ID of the subnet.CfnSubnetNetworkAclAssociationPropsMixin.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet.