@Generated(value="jsii-pacmak/0.17.0 (build 7d5d104)", date="2019-09-20T09:56:19.015Z") @Stability(value=External) public class CfnVPNConnection extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html
Modifier and Type | Class and Description |
---|---|
static interface |
CfnVPNConnection.VpnTunnelOptionsSpecificationProperty |
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 |
---|---|
|
CfnVPNConnection(software.amazon.awscdk.core.Construct scope,
String id,
CfnVPNConnectionProps props)
Create a new `AWS::EC2::VPNConnection`.
|
protected |
CfnVPNConnection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnVPNConnection(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getCustomerGatewayId()
`AWS::EC2::VPNConnection.CustomerGatewayId`.
|
Object |
getStaticRoutesOnly()
`AWS::EC2::VPNConnection.StaticRoutesOnly`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::EC2::VPNConnection.Tags`.
|
String |
getTransitGatewayId()
`AWS::EC2::VPNConnection.TransitGatewayId`.
|
String |
getType()
`AWS::EC2::VPNConnection.Type`.
|
String |
getVpnGatewayId()
`AWS::EC2::VPNConnection.VpnGatewayId`.
|
Object |
getVpnTunnelOptionsSpecifications()
`AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCustomerGatewayId(String value)
`AWS::EC2::VPNConnection.CustomerGatewayId`.
|
void |
setStaticRoutesOnly(Boolean value)
`AWS::EC2::VPNConnection.StaticRoutesOnly`.
|
void |
setStaticRoutesOnly(software.amazon.awscdk.core.IResolvable value)
`AWS::EC2::VPNConnection.StaticRoutesOnly`.
|
void |
setTransitGatewayId(String value)
`AWS::EC2::VPNConnection.TransitGatewayId`.
|
void |
setType(String value)
`AWS::EC2::VPNConnection.Type`.
|
void |
setVpnGatewayId(String value)
`AWS::EC2::VPNConnection.VpnGatewayId`.
|
void |
setVpnTunnelOptionsSpecifications(software.amazon.awscdk.core.IResolvable value)
`AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.
|
void |
setVpnTunnelOptionsSpecifications(List<Object> value)
`AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.
|
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 CfnVPNConnection(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnVPNConnection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External) public CfnVPNConnection(software.amazon.awscdk.core.Construct scope, String id, CfnVPNConnectionProps 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-vpn-connection.html#cfn-ec2-vpnconnection-tags
@Stability(value=External) public String getCustomerGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid
@Stability(value=External) public void setCustomerGatewayId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid
@Stability(value=External) public String getType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type
@Stability(value=External) public void setType(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type
@Stability(value=External) public Object getStaticRoutesOnly()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly
@Stability(value=External) public void setStaticRoutesOnly(Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly
@Stability(value=External) public void setStaticRoutesOnly(software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly
@Stability(value=External) public String getTransitGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid
@Stability(value=External) public void setTransitGatewayId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-transitgatewayid
@Stability(value=External) public String getVpnGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid
@Stability(value=External) public void setVpnGatewayId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid
@Stability(value=External) public Object getVpnTunnelOptionsSpecifications()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpntunneloptionsspecifications
@Stability(value=External) public void setVpnTunnelOptionsSpecifications(software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpntunneloptionsspecifications
@Stability(value=External) public void setVpnTunnelOptionsSpecifications(List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpntunneloptionsspecifications
Copyright © 2019. All rights reserved.