@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:47.115Z") @Stability(value=Experimental) public interface VpnConnectionAttributes extends software.amazon.jsii.JsiiSerializable
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.*;
VpnConnectionAttributes vpnConnectionAttributes = VpnConnectionAttributes.builder()
.customerGatewayAsn(123)
.customerGatewayId("customerGatewayId")
.customerGatewayIp("customerGatewayIp")
.vpnId("vpnId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpnConnectionAttributes.Builder
A builder for
VpnConnectionAttributes |
static class |
VpnConnectionAttributes.Jsii$Proxy
An implementation for
VpnConnectionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static VpnConnectionAttributes.Builder |
builder() |
Number |
getCustomerGatewayAsn()
(experimental) The ASN of the customer gateway.
|
String |
getCustomerGatewayId()
(experimental) The id of the customer gateway.
|
String |
getCustomerGatewayIp()
(experimental) The ip address of the customer gateway.
|
String |
getVpnId()
(experimental) The id of the VPN connection.
|
@Stability(value=Experimental) @NotNull Number getCustomerGatewayAsn()
@Stability(value=Experimental) @NotNull String getCustomerGatewayId()
@Stability(value=Experimental) @NotNull String getCustomerGatewayIp()
@Stability(value=Experimental) @NotNull String getVpnId()
@Stability(value=Experimental) static VpnConnectionAttributes.Builder builder()
VpnConnectionAttributes.Builder of VpnConnectionAttributesCopyright © 2022. All rights reserved.