@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:34.208Z")
public interface CfnCustomerGatewayAssociationProps
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.networkmanager.*; CfnCustomerGatewayAssociationProps cfnCustomerGatewayAssociationProps = CfnCustomerGatewayAssociationProps.builder() .customerGatewayArn("customerGatewayArn") .deviceId("deviceId") .globalNetworkId("globalNetworkId") // the properties below are optional .linkId("linkId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCustomerGatewayAssociationProps.Builder
A builder for
CfnCustomerGatewayAssociationProps |
static class |
CfnCustomerGatewayAssociationProps.Jsii$Proxy
An implementation for
CfnCustomerGatewayAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnCustomerGatewayAssociationProps.Builder |
builder() |
java.lang.String |
getCustomerGatewayArn()
The Amazon Resource Name (ARN) of the customer gateway.
|
java.lang.String |
getDeviceId()
The ID of the device.
|
java.lang.String |
getGlobalNetworkId()
The ID of the global network.
|
default java.lang.String |
getLinkId()
The ID of the link.
|
java.lang.String getCustomerGatewayArn()
java.lang.String getDeviceId()
java.lang.String getGlobalNetworkId()
default java.lang.String getLinkId()
static CfnCustomerGatewayAssociationProps.Builder builder()