@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.525Z") @Stability(value=Stable) public class VpnGateway extends Resource implements IVpnGateway
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
VpnGateway vpnGateway = VpnGateway.Builder.create(this, "MyVpnGateway")
.type("type")
// the properties below are optional
.amazonSideAsn(123)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
VpnGateway.Builder
A fluent builder for
VpnGateway. |
software.amazon.jsii.JsiiObject.InitializationModeIVpnGateway.Jsii$Default, IVpnGateway.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
VpnGateway(software.constructs.Construct scope,
String id,
VpnGatewayProps props) |
protected |
VpnGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
VpnGateway(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGatewayId()
The virtual private gateway Id.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected VpnGateway(software.amazon.jsii.JsiiObjectRef objRef)
protected VpnGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public VpnGateway(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
VpnGatewayProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public String getGatewayId()
getGatewayId in interface IVpnGatewayCopyright © 2022. All rights reserved.