Class CfnSourceApiAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnSourceApiAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceApiAssociationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceApiAssociationProps
@Stability(Stable)
@Internal
public static final class CfnSourceApiAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceApiAssociationProps
An implementation for
CfnSourceApiAssociationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.CfnSourceApiAssociationProps
CfnSourceApiAssociationProps.Builder, CfnSourceApiAssociationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSourceApiAssociationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description field of the association configuration.final String
The identifier of the AppSync Merged API.final Object
TheSourceApiAssociationConfig
object data.final String
The identifier of the AppSync Source API.final int
hashCode()
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 theCfnSourceApiAssociationProps.Builder
.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSourceApiAssociationProps
The description field of the association configuration.- Specified by:
getDescription
in interfaceCfnSourceApiAssociationProps
- See Also:
-
getMergedApiIdentifier
Description copied from interface:CfnSourceApiAssociationProps
The 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:
getMergedApiIdentifier
in interfaceCfnSourceApiAssociationProps
- See Also:
-
getSourceApiAssociationConfig
Description copied from interface:CfnSourceApiAssociationProps
TheSourceApiAssociationConfig
object data.- Specified by:
getSourceApiAssociationConfig
in interfaceCfnSourceApiAssociationProps
- See Also:
-
getSourceApiIdentifier
Description copied from interface:CfnSourceApiAssociationProps
The 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:
getSourceApiIdentifier
in interfaceCfnSourceApiAssociationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-