Class CfnDirectConnectGatewayAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.directconnect.CfnDirectConnectGatewayAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDirectConnectGatewayAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDirectConnectGatewayAssociationProps
@Stability(Stable)
@Internal
public static final class CfnDirectConnectGatewayAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDirectConnectGatewayAssociationProps
An implementation for
CfnDirectConnectGatewayAssociationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.directconnect.CfnDirectConnectGatewayAssociationProps
CfnDirectConnectGatewayAssociationProps.Builder, CfnDirectConnectGatewayAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDirectConnectGatewayAssociationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of the role to accept the Direct Connect Gateway association proposal.The Amazon VPC prefixes to advertise to the Direct Connect gateway.final Objectfinal ObjectReturns union: eitherStringorIDirectConnectGatewayReffinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDirectConnectGatewayAssociationProps.Builder.
-
-
Method Details
-
getAssociatedGatewayId
Description copied from interface:CfnDirectConnectGatewayAssociationProps- Specified by:
getAssociatedGatewayIdin interfaceCfnDirectConnectGatewayAssociationProps- See Also:
-
getDirectConnectGatewayId
Description copied from interface:CfnDirectConnectGatewayAssociationPropsReturns union: eitherStringorIDirectConnectGatewayRef- Specified by:
getDirectConnectGatewayIdin interfaceCfnDirectConnectGatewayAssociationProps- See Also:
-
getAcceptDirectConnectGatewayAssociationProposalRoleArn
Description copied from interface:CfnDirectConnectGatewayAssociationPropsThe Amazon Resource Name (ARN) of the role to accept the Direct Connect Gateway association proposal.Needs directconnect:AcceptDirectConnectGatewayAssociationProposal permissions.
- Specified by:
getAcceptDirectConnectGatewayAssociationProposalRoleArnin interfaceCfnDirectConnectGatewayAssociationProps- See Also:
-
getAllowedPrefixesToDirectConnectGateway
Description copied from interface:CfnDirectConnectGatewayAssociationPropsThe Amazon VPC prefixes to advertise to the Direct Connect gateway.This parameter is required when you create an association to a transit gateway.
- Specified by:
getAllowedPrefixesToDirectConnectGatewayin interfaceCfnDirectConnectGatewayAssociationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-