@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.966Z") @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()
`AWS::EC2::SubnetNetworkAclAssociation.NetworkAclId`.
|
String |
getSubnetId()
`AWS::EC2::SubnetNetworkAclAssociation.SubnetId`.
|
@Stability(value=Stable) @NotNull String getNetworkAclId()
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) static CfnSubnetNetworkAclAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.