Skip to content

/AWS1/CL_APYSRCAPIASSOCIATIO00

Describes properties used to specify configurations related to a source API.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_MERGETYPE TYPE /AWS1/APYMERGETYPE /AWS1/APYMERGETYPE

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.


Queryable Attributes

mergeType

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.

Accessible with the following methods

Method Description
GET_MERGETYPE() Getter for MERGETYPE, with configurable default
ASK_MERGETYPE() Getter for MERGETYPE w/ exceptions if field has no value
HAS_MERGETYPE() Determine if MERGETYPE has a value