@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.338Z") @Stability(value=Stable) public interface CfnSubnetNetworkAclAssociationProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnSubnetNetworkAclAssociationProps cfnSubnetNetworkAclAssociationProps = CfnSubnetNetworkAclAssociationProps.builder()
.networkAclId("networkAclId")
.subnetId("subnetId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSubnetNetworkAclAssociationProps.Builder
A builder for
CfnSubnetNetworkAclAssociationProps |
static class |
CfnSubnetNetworkAclAssociationProps.Jsii$Proxy
An implementation for
CfnSubnetNetworkAclAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSubnetNetworkAclAssociationProps.Builder |
builder() |
String |
getNetworkAclId()
The ID of the network ACL.
|
String |
getSubnetId()
The ID of the subnet.
|
@Stability(value=Stable) @NotNull String getNetworkAclId()
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) static CfnSubnetNetworkAclAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.