Class CfnServiceNetworkResourceAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnServiceNetworkResourceAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceNetworkResourceAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceNetworkResourceAssociationProps
@Stability(Stable)
@Internal
public static final class CfnServiceNetworkResourceAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceNetworkResourceAssociationProps
An implementation for
CfnServiceNetworkResourceAssociationProps-
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.vpclattice.CfnServiceNetworkResourceAssociationProps
CfnServiceNetworkResourceAssociationProps.Builder, CfnServiceNetworkResourceAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceNetworkResourceAssociationProps.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 ObjectIndicates if private DNS is enabled for the service network resource association.final StringThe ID of the resource configuration associated with the service network.final StringThe ID of the service network associated with the resource configuration.getTags()A key-value pair to associate with a resource.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 theCfnServiceNetworkResourceAssociationProps.Builder.
-
-
Method Details
-
getPrivateDnsEnabled
Description copied from interface:CfnServiceNetworkResourceAssociationPropsIndicates if private DNS is enabled for the service network resource association.Returns union: either
BooleanorIResolvable- Specified by:
getPrivateDnsEnabledin interfaceCfnServiceNetworkResourceAssociationProps- See Also:
-
getResourceConfigurationId
Description copied from interface:CfnServiceNetworkResourceAssociationPropsThe ID of the resource configuration associated with the service network.- Specified by:
getResourceConfigurationIdin interfaceCfnServiceNetworkResourceAssociationProps- See Also:
-
getServiceNetworkId
Description copied from interface:CfnServiceNetworkResourceAssociationPropsThe ID of the service network associated with the resource configuration.- Specified by:
getServiceNetworkIdin interfaceCfnServiceNetworkResourceAssociationProps- See Also:
-
getTags
Description copied from interface:CfnServiceNetworkResourceAssociationPropsA key-value pair to associate with a resource.- Specified by:
getTagsin interfaceCfnServiceNetworkResourceAssociationProps- 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()
-