@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:32.259Z")
public interface CfnCustomerGatewayProps
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.*; CfnCustomerGatewayProps cfnCustomerGatewayProps = CfnCustomerGatewayProps.builder() .bgpAsn(123) .ipAddress("ipAddress") .type("type") // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCustomerGatewayProps.Builder
A builder for
CfnCustomerGatewayProps |
static class |
CfnCustomerGatewayProps.Jsii$Proxy
An implementation for
CfnCustomerGatewayProps |
Modifier and Type | Method and Description |
---|---|
static CfnCustomerGatewayProps.Builder |
builder() |
java.lang.Number |
getBgpAsn()
For devices that support BGP, the customer gateway's BGP ASN.
|
java.lang.String |
getIpAddress()
The Internet-routable IP address for the customer gateway's outside interface.
|
default java.util.List<CfnTag> |
getTags()
One or more tags for the customer gateway.
|
java.lang.String |
getType()
The type of VPN connection that this customer gateway supports ( `ipsec.1` ).
|
java.lang.Number getBgpAsn()
Default: 65000
java.lang.String getIpAddress()
The address must be static.
java.lang.String getType()
default java.util.List<CfnTag> getTags()
static CfnCustomerGatewayProps.Builder builder()
CfnCustomerGatewayProps.Builder
of CfnCustomerGatewayProps