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
  • Constructor Details

  • Method Details

    • getMergeType

      public final String getMergeType()
      The property that indicates which merging option is enabled in the source API association.

      Valid merge types are MANUAL_MERGE (default) and AUTO_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 use MergedApiExecutionRoleArn to perform merge operations.

      The following values are valid:

      MANUAL_MERGE | AUTO_MERGE

      Specified by:
      getMergeType in interface CfnSourceApiAssociation.SourceApiAssociationConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object