Class CfnCoreNetworkProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnCoreNetworkProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCoreNetworkProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCoreNetworkProps
@Stability(Stable)
@Internal
public static final class CfnCoreNetworkProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCoreNetworkProps
An implementation for
CfnCoreNetworkProps-
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.networkmanager.CfnCoreNetworkProps
CfnCoreNetworkProps.Builder, CfnCoreNetworkProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCoreNetworkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCoreNetworkProps.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 description of a core network.final StringThe ID of the global network that your core network is a part of.final ObjectDescribes a core network policy.getTags()The list of key-value tags associated with a core network.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 theCfnCoreNetworkProps.Builder.
-
-
Method Details
-
getGlobalNetworkId
Description copied from interface:CfnCoreNetworkPropsThe ID of the global network that your core network is a part of.- Specified by:
getGlobalNetworkIdin interfaceCfnCoreNetworkProps- See Also:
-
getDescription
Description copied from interface:CfnCoreNetworkPropsThe description of a core network.- Specified by:
getDescriptionin interfaceCfnCoreNetworkProps- See Also:
-
getPolicyDocument
Description copied from interface:CfnCoreNetworkPropsDescribes a core network policy. For more information, see Core network policies .If you update the policy document, CloudFormation will apply the core network change set generated from the updated policy document, and then set it as the LIVE policy.
- Specified by:
getPolicyDocumentin interfaceCfnCoreNetworkProps- See Also:
-
getTags
Description copied from interface:CfnCoreNetworkPropsThe list of key-value tags associated with a core network.- Specified by:
getTagsin interfaceCfnCoreNetworkProps- 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()
-