@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.126Z") @Stability(value=Experimental) public interface SubnetNetworkAclAssociationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubnetNetworkAclAssociationProps.Builder
A builder for
SubnetNetworkAclAssociationProps |
static class |
SubnetNetworkAclAssociationProps.Jsii$Proxy
An implementation for
SubnetNetworkAclAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static SubnetNetworkAclAssociationProps.Builder |
builder() |
INetworkAcl |
getNetworkAcl()
(experimental) The Network ACL this association is defined for.
|
ISubnet |
getSubnet()
(experimental) ID of the Subnet.
|
default String |
getSubnetNetworkAclAssociationName()
(experimental) The name of the SubnetNetworkAclAssociation.
|
@Stability(value=Experimental) @NotNull INetworkAcl getNetworkAcl()
@Stability(value=Experimental) @NotNull ISubnet getSubnet()
@Stability(value=Experimental) @Nullable default String getSubnetNetworkAclAssociationName()
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(value=Experimental) static SubnetNetworkAclAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.