Class CfnSourceApiAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnSourceApiAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceApiAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceApiAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnSourceApiAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceApiAssociationMixinProps
An implementation for
CfnSourceApiAssociationMixinProps-
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.appsync.CfnSourceApiAssociationMixinProps
CfnSourceApiAssociationMixinProps.Builder, CfnSourceApiAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSourceApiAssociationMixinProps.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 field of the association configuration.final StringThe identifier of the AppSync Merged API.final ObjectTheSourceApiAssociationConfigobject data.final StringThe identifier of the AppSync Source API.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 theCfnSourceApiAssociationMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSourceApiAssociationMixinPropsThe description field of the association configuration.- Specified by:
getDescriptionin interfaceCfnSourceApiAssociationMixinProps- See Also:
-
getMergedApiIdentifier
Description copied from interface:CfnSourceApiAssociationMixinPropsThe identifier of the AppSync Merged API.This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
- Specified by:
getMergedApiIdentifierin interfaceCfnSourceApiAssociationMixinProps- See Also:
-
getSourceApiAssociationConfig
Description copied from interface:CfnSourceApiAssociationMixinPropsTheSourceApiAssociationConfigobject data.Returns union: either
IResolvableorCfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty- Specified by:
getSourceApiAssociationConfigin interfaceCfnSourceApiAssociationMixinProps- See Also:
-
getSourceApiIdentifier
Description copied from interface:CfnSourceApiAssociationMixinPropsThe identifier of the AppSync Source API.This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.
- Specified by:
getSourceApiIdentifierin interfaceCfnSourceApiAssociationMixinProps- 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()
-