@Generated(value="jsii-pacmak/0.17.0 (build 7d5d104)", date="2019-09-20T09:56:19.014Z") @Stability(value=External) public class CfnVPCPeeringConnection extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.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 |
---|---|
|
CfnVPCPeeringConnection(software.amazon.awscdk.core.Construct scope,
String id,
CfnVPCPeeringConnectionProps props)
Create a new `AWS::EC2::VPCPeeringConnection`.
|
protected |
CfnVPCPeeringConnection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnVPCPeeringConnection(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getPeerOwnerId()
`AWS::EC2::VPCPeeringConnection.PeerOwnerId`.
|
String |
getPeerRegion()
`AWS::EC2::VPCPeeringConnection.PeerRegion`.
|
String |
getPeerRoleArn()
`AWS::EC2::VPCPeeringConnection.PeerRoleArn`.
|
String |
getPeerVpcId()
`AWS::EC2::VPCPeeringConnection.PeerVpcId`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::EC2::VPCPeeringConnection.Tags`.
|
String |
getVpcId()
`AWS::EC2::VPCPeeringConnection.VpcId`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setPeerOwnerId(String value)
`AWS::EC2::VPCPeeringConnection.PeerOwnerId`.
|
void |
setPeerRegion(String value)
`AWS::EC2::VPCPeeringConnection.PeerRegion`.
|
void |
setPeerRoleArn(String value)
`AWS::EC2::VPCPeeringConnection.PeerRoleArn`.
|
void |
setPeerVpcId(String value)
`AWS::EC2::VPCPeeringConnection.PeerVpcId`.
|
void |
setVpcId(String value)
`AWS::EC2::VPCPeeringConnection.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 CfnVPCPeeringConnection(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnVPCPeeringConnection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External) public CfnVPCPeeringConnection(software.amazon.awscdk.core.Construct scope, String id, CfnVPCPeeringConnectionProps 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-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-tags
@Stability(value=External) public String getPeerVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid
@Stability(value=External) public void setPeerVpcId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid
@Stability(value=External) public String getVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid
@Stability(value=External) public void setVpcId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid
@Stability(value=External) public String getPeerOwnerId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid
@Stability(value=External) public void setPeerOwnerId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid
@Stability(value=External) public String getPeerRegion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion
@Stability(value=External) public void setPeerRegion(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion
@Stability(value=External) public String getPeerRoleArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn
@Stability(value=External) public void setPeerRoleArn(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn
Copyright © 2019. All rights reserved.