@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:32.476Z")
public interface CfnNetworkAclProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; CfnNetworkAclProps cfnNetworkAclProps = CfnNetworkAclProps.builder() .vpcId("vpcId") // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNetworkAclProps.Builder
A builder for
CfnNetworkAclProps |
static class |
CfnNetworkAclProps.Jsii$Proxy
An implementation for
CfnNetworkAclProps |
Modifier and Type | Method and Description |
---|---|
static CfnNetworkAclProps.Builder |
builder() |
default java.util.List<CfnTag> |
getTags()
The tags for the network ACL.
|
java.lang.String |
getVpcId()
The ID of the VPC for the network ACL.
|
java.lang.String getVpcId()
default java.util.List<CfnTag> getTags()
static CfnNetworkAclProps.Builder builder()
CfnNetworkAclProps.Builder
of CfnNetworkAclProps