@Generated(value="jsii-pacmak/0.17.0 (build 7d5d104)", date="2019-09-20T09:56:18.957Z") @Stability(value=External) public class CfnNetworkAcl extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html
Modifier and Type | Field and Description |
---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnNetworkAcl(software.amazon.awscdk.core.Construct scope,
String id,
CfnNetworkAclProps props)
Create a new `AWS::EC2::NetworkAcl`.
|
protected |
CfnNetworkAcl(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnNetworkAcl(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getCfnProperties() |
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::EC2::NetworkAcl.Tags`.
|
String |
getVpcId()
`AWS::EC2::NetworkAcl.VpcId`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setVpcId(String value)
`AWS::EC2::NetworkAcl.VpcId`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validateProperties
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, prepare
getNode, isConstruct, synthesize, validate
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef
@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnNetworkAcl(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnNetworkAcl(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External) public CfnNetworkAcl(software.amazon.awscdk.core.Construct scope, String id, CfnNetworkAclProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties
in class software.amazon.awscdk.core.CfnResource
props
- This parameter is required.@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties
in class software.amazon.awscdk.core.CfnResource
@Stability(value=External) public software.amazon.awscdk.core.TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-tags
@Stability(value=External) public String getVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid
@Stability(value=External) public void setVpcId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl.html#cfn-ec2-networkacl-vpcid
Copyright © 2019. All rights reserved.