@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.108Z") @Stability(value=Experimental) public interface NetworkAclProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
NetworkAclProps.Builder
A builder for
NetworkAclProps |
static class |
NetworkAclProps.Jsii$Proxy
An implementation for
NetworkAclProps |
| Modifier and Type | Method and Description |
|---|---|
static NetworkAclProps.Builder |
builder() |
default String |
getNetworkAclName()
(experimental) The name of the NetworkAcl.
|
default SubnetSelection |
getSubnetSelection()
(experimental) Subnets in the given VPC to associate the ACL with.
|
IVpc |
getVpc()
(experimental) The VPC in which to create the NetworkACL.
|
@Stability(value=Experimental) @NotNull IVpc getVpc()
@Stability(value=Experimental) @Nullable default String getNetworkAclName()
It is not recommended to use an explicit name.
Default: If you don't specify a networkAclName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.
@Stability(value=Experimental) @Nullable default SubnetSelection getSubnetSelection()
More subnets can always be added later by calling
associateWithSubnets().
Default: - No subnets associated
@Stability(value=Experimental) static NetworkAclProps.Builder builder()
NetworkAclProps.Builder of NetworkAclPropsCopyright © 2021. All rights reserved.