Class CfnSourceApiAssociation.SourceApiAssociationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnSourceApiAssociation.SourceApiAssociationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceApiAssociation.SourceApiAssociationConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceApiAssociation.SourceApiAssociationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnSourceApiAssociation.SourceApiAssociationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceApiAssociation.SourceApiAssociationConfigProperty
An implementation for
CfnSourceApiAssociation.SourceApiAssociationConfigProperty
-
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.CfnSourceApiAssociation.SourceApiAssociationConfigProperty
CfnSourceApiAssociation.SourceApiAssociationConfigProperty.Builder, CfnSourceApiAssociation.SourceApiAssociationConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSourceApiAssociation.SourceApiAssociationConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnSourceApiAssociation.SourceApiAssociationConfigProperty.Builder
.
-
-
Method Details
-
getMergeType
Description copied from interface:CfnSourceApiAssociation.SourceApiAssociationConfigProperty
The property that indicates which merging option is enabled in the source API association.Valid merge types are
MANUAL_MERGE
(default) andAUTO_MERGE
. Manual merges are the default behavior and require the user to trigger any changes from the source APIs to the merged API manually. Auto merges subscribe the merged API to the changes performed on the source APIs so that any change in the source APIs are also made to the merged API. Auto merges useMergedApiExecutionRoleArn
to perform merge operations.The following values are valid:
MANUAL_MERGE | AUTO_MERGE
- Specified by:
getMergeType
in interfaceCfnSourceApiAssociation.SourceApiAssociationConfigProperty
-
$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()
-