Class CfnCustomerGatewayAssociation
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.networkmanager.CfnCustomerGatewayAssociation
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,ICustomerGatewayAssociationRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:17.765Z")
@Stability(Stable)
public class CfnCustomerGatewayAssociation
extends CfnResource
implements IInspectable, ICustomerGatewayAssociationRef
Specifies an association between a customer gateway, a device, and optionally, a link.
If you specify a link, it must be associated with the specified device. The customer gateway must be connected to a VPN attachment on a transit gateway that's registered in your global network.
You cannot associate a customer gateway with more than one device and link.
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.*;
CfnCustomerGatewayAssociation cfnCustomerGatewayAssociation = CfnCustomerGatewayAssociation.Builder.create(this, "MyCfnCustomerGatewayAssociation")
.customerGatewayArn("customerGatewayArn")
.deviceId("deviceId")
.globalNetworkId("globalNetworkId")
// the properties below are optional
.linkId("linkId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnCustomerGatewayAssociation.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.networkmanager.ICustomerGatewayAssociationRef
ICustomerGatewayAssociationRef.Jsii$Default, ICustomerGatewayAssociationRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnCustomerGatewayAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnCustomerGatewayAssociation(software.amazon.jsii.JsiiObjectRef objRef) CfnCustomerGatewayAssociation(software.constructs.Construct scope, String id, CfnCustomerGatewayAssociationProps props) Create a newAWS::NetworkManager::CustomerGatewayAssociation. -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the customer gateway.A reference to a CustomerGatewayAssociation resource.The ID of the device.The ID of the global network.The ID of the link.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnCustomerGatewayAssociation.renderProperties(Map<String, Object> props) voidsetCustomerGatewayArn(String value) The Amazon Resource Name (ARN) of the customer gateway.voidsetDeviceId(String value) The ID of the device.voidsetGlobalNetworkId(String value) The ID of the global network.voidThe ID of the link.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnCustomerGatewayAssociation
protected CfnCustomerGatewayAssociation(software.amazon.jsii.JsiiObjectRef objRef) -
CfnCustomerGatewayAssociation
protected CfnCustomerGatewayAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnCustomerGatewayAssociation
@Stability(Stable) public CfnCustomerGatewayAssociation(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnCustomerGatewayAssociationProps props) Create a newAWS::NetworkManager::CustomerGatewayAssociation.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
isCfnCustomerGatewayAssociation
@Stability(Stable) @NotNull public static Boolean isCfnCustomerGatewayAssociation(@NotNull Object x) Checks whether the given object is a CfnCustomerGatewayAssociation.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCustomerGatewayAssociationRef
@Stability(Stable) @NotNull public CustomerGatewayAssociationReference getCustomerGatewayAssociationRef()A reference to a CustomerGatewayAssociation resource.- Specified by:
getCustomerGatewayAssociationRefin interfaceICustomerGatewayAssociationRef
-
getCustomerGatewayArn
The Amazon Resource Name (ARN) of the customer gateway. -
setCustomerGatewayArn
The Amazon Resource Name (ARN) of the customer gateway. -
getDeviceId
The ID of the device. -
setDeviceId
The ID of the device. -
getGlobalNetworkId
The ID of the global network. -
setGlobalNetworkId
The ID of the global network. -
getLinkId
The ID of the link. -
setLinkId
The ID of the link.
-