Class CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty
An implementation for
CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty-
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.CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty
CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Builder, CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Builder.protectedJsii$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
protected Jsii$Proxy(CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Builder.
-
-
Method Details
-
getMergeType
Description copied from interface:CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigPropertyThe 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 useMergedApiExecutionRoleArnto perform merge operations.The following values are valid:
MANUAL_MERGE | AUTO_MERGE- Specified by:
getMergeTypein interfaceCfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty- 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()
-