Class CfnSiteToSiteVpnAttachmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnSiteToSiteVpnAttachmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSiteToSiteVpnAttachmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSiteToSiteVpnAttachmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnSiteToSiteVpnAttachmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSiteToSiteVpnAttachmentMixinProps
An implementation for
CfnSiteToSiteVpnAttachmentMixinProps-
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.cfnpropertymixins.services.networkmanager.CfnSiteToSiteVpnAttachmentMixinProps
CfnSiteToSiteVpnAttachmentMixinProps.Builder, CfnSiteToSiteVpnAttachmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSiteToSiteVpnAttachmentMixinProps.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 ID of a core network where you're creating a site-to-site VPN attachment.final StringThe name of the network function group.final ObjectDescribes proposed changes to a network function group.final ObjectDescribes a proposed segment change.final StringRouting policy label.getTags()The tags associated with the Site-to-Site VPN attachment.final StringThe ARN of the site-to-site VPN attachment.final 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 theCfnSiteToSiteVpnAttachmentMixinProps.Builder.
-
-
Method Details
-
getCoreNetworkId
Description copied from interface:CfnSiteToSiteVpnAttachmentMixinPropsThe ID of a core network where you're creating a site-to-site VPN attachment.- Specified by:
getCoreNetworkIdin interfaceCfnSiteToSiteVpnAttachmentMixinProps- See Also:
-
getNetworkFunctionGroupName
Description copied from interface:CfnSiteToSiteVpnAttachmentMixinPropsThe name of the network function group.- Specified by:
getNetworkFunctionGroupNamein interfaceCfnSiteToSiteVpnAttachmentMixinProps- See Also:
-
getProposedNetworkFunctionGroupChange
Description copied from interface:CfnSiteToSiteVpnAttachmentMixinPropsDescribes proposed changes to a network function group.Returns union: either
IResolvableorCfnSiteToSiteVpnAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty- Specified by:
getProposedNetworkFunctionGroupChangein interfaceCfnSiteToSiteVpnAttachmentMixinProps- See Also:
-
getProposedSegmentChange
Description copied from interface:CfnSiteToSiteVpnAttachmentMixinPropsDescribes a proposed segment change.In some cases, the segment change must first be evaluated and accepted.
Returns union: either
IResolvableorCfnSiteToSiteVpnAttachmentPropsMixin.ProposedSegmentChangeProperty- Specified by:
getProposedSegmentChangein interfaceCfnSiteToSiteVpnAttachmentMixinProps- See Also:
-
getRoutingPolicyLabel
Description copied from interface:CfnSiteToSiteVpnAttachmentMixinPropsRouting policy label.- Specified by:
getRoutingPolicyLabelin interfaceCfnSiteToSiteVpnAttachmentMixinProps- See Also:
-
getTags
Description copied from interface:CfnSiteToSiteVpnAttachmentMixinPropsThe tags associated with the Site-to-Site VPN attachment.- Specified by:
getTagsin interfaceCfnSiteToSiteVpnAttachmentMixinProps- See Also:
-
getVpnConnectionArn
Description copied from interface:CfnSiteToSiteVpnAttachmentMixinPropsThe ARN of the site-to-site VPN attachment.- Specified by:
getVpnConnectionArnin interfaceCfnSiteToSiteVpnAttachmentMixinProps- 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()
-