Class CfnServiceNetworkServiceAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnServiceNetworkServiceAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceNetworkServiceAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnServiceNetworkServiceAssociationProps
@Stability(Stable)
@Internal
public static final class CfnServiceNetworkServiceAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceNetworkServiceAssociationProps
An implementation for
CfnServiceNetworkServiceAssociationProps-
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.CfnServiceNetworkServiceAssociationProps
CfnServiceNetworkServiceAssociationProps.Builder, CfnServiceNetworkServiceAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceNetworkServiceAssociationProps.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 ObjectAWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry.final StringThe ID or Amazon Resource Name (ARN) of the service.final StringThe ID or Amazon Resource Name (ARN) of the service network.getTags()The tags for the association.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 theCfnServiceNetworkServiceAssociationProps.Builder.
-
-
Method Details
-
getDnsEntry
Description copied from interface:CfnServiceNetworkServiceAssociationPropsAWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry.- Specified by:
getDnsEntryin interfaceCfnServiceNetworkServiceAssociationProps
-
getServiceIdentifier
Description copied from interface:CfnServiceNetworkServiceAssociationPropsThe ID or Amazon Resource Name (ARN) of the service.- Specified by:
getServiceIdentifierin interfaceCfnServiceNetworkServiceAssociationProps
-
getServiceNetworkIdentifier
Description copied from interface:CfnServiceNetworkServiceAssociationPropsThe ID or Amazon Resource Name (ARN) of the service network.You must use the ARN if the resources specified in the operation are in different accounts.
- Specified by:
getServiceNetworkIdentifierin interfaceCfnServiceNetworkServiceAssociationProps
-
getTags
Description copied from interface:CfnServiceNetworkServiceAssociationPropsThe tags for the association.- Specified by:
getTagsin interfaceCfnServiceNetworkServiceAssociationProps
-
$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()
-