aws-cdk-lib.aws_ec2.CfnSubnetNetworkAclAssociationProps

interface CfnSubnetNetworkAclAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnSubnetNetworkAclAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnSubnetNetworkAclAssociationProps
Javasoftware.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociationProps
Pythonaws_cdk.aws_ec2.CfnSubnetNetworkAclAssociationProps
TypeScript aws-cdk-lib » aws_ec2 » CfnSubnetNetworkAclAssociationProps

Properties for defining a CfnSubnetNetworkAclAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnSubnetNetworkAclAssociationProps: ec2.CfnSubnetNetworkAclAssociationProps = {
  networkAclId: 'networkAclId',
  subnetId: 'subnetId',
};

Properties

NameTypeDescription
networkAclIdstringThe ID of the network ACL.
subnetIdstringThe ID of the subnet.

networkAclId

Type: string

The ID of the network ACL.


subnetId

Type: string

The ID of the subnet.