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