@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:01:44.870Z") @Stability(value=External) public class CfnSubnetNetworkAclAssociation extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html
Modifier and Type | Class and Description |
---|---|
static class |
CfnSubnetNetworkAclAssociation.Builder
A fluent builder for
CfnSubnetNetworkAclAssociation . |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.Jsii$Proxy
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 |
---|---|
|
CfnSubnetNetworkAclAssociation(Construct scope,
String id,
CfnSubnetNetworkAclAssociationProps props)
Create a new `AWS::EC2::SubnetNetworkAclAssociation`.
|
protected |
CfnSubnetNetworkAclAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnSubnetNetworkAclAssociation(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
static CfnSubnetNetworkAclAssociation |
fromCloudFormation(Construct scope,
String id,
Object resourceAttributes,
FromCloudFormationOptions options)
A factory method that creates a new instance of this class from an object containing the CloudFormation properties of this resource.
|
String |
getAttrAssociationId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getNetworkAclId()
`AWS::EC2::SubnetNetworkAclAssociation.NetworkAclId`.
|
String |
getSubnetId()
`AWS::EC2::SubnetNetworkAclAssociation.SubnetId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setNetworkAclId(String value)
`AWS::EC2::SubnetNetworkAclAssociation.NetworkAclId`.
|
void |
setSubnetId(String value)
`AWS::EC2::SubnetNetworkAclAssociation.SubnetId`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnSubnetNetworkAclAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnSubnetNetworkAclAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External) public CfnSubnetNetworkAclAssociation(@NotNull Construct scope, @NotNull String id, @NotNull CfnSubnetNetworkAclAssociationProps 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=Experimental) @NotNull public static CfnSubnetNetworkAclAssociation fromCloudFormation(@NotNull Construct scope, @NotNull String id, @NotNull Object resourceAttributes, @NotNull FromCloudFormationOptions options)
Used in the @aws-cdk/cloudformation-include module.
EXPERIMENTAL
scope
- This parameter is required.id
- This parameter is required.resourceAttributes
- This parameter is required.options
- This parameter is required.@Stability(value=Experimental) public void inspect(@NotNull TreeInspector inspector)
EXPERIMENTAL
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Stability(value=External) @NotNull public String getAttrAssociationId()
@Stability(value=External) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=External) @NotNull public String getNetworkAclId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid
@Stability(value=External) public void setNetworkAclId(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid
@Stability(value=External) @NotNull public String getSubnetId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid
@Stability(value=External) public void setSubnetId(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid
Copyright © 2020. All rights reserved.