interface CfnNetworkAclProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnNetworkAclProps |
![]() | software.amazon.awscdk.services.ec2.CfnNetworkAclProps |
![]() | aws_cdk.aws_ec2.CfnNetworkAclProps |
![]() | @aws-cdk/aws-ec2 » CfnNetworkAclProps |
Properties for defining a CfnNetworkAcl
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const cfnNetworkAclProps: ec2.CfnNetworkAclProps = {
vpcId: 'vpcId',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The ID of the VPC for the network ACL. |
tags? | Cfn [] | The tags for the network ACL. |
vpcId
Type:
string
The ID of the VPC for the network ACL.
tags?
Type:
Cfn
[]
(optional)
The tags for the network ACL.