Skip to content

/AWS1/CL_APY=>ASSOCIATEMERGEDGRAPHQLAPI()

About AssociateMergedGraphqlApi

Creates an association between a Merged API and source API using the source API's identifier.

Method Signature

IMPORTING

Required arguments:

IV_SOURCEAPIIDENTIFIER TYPE /AWS1/APYSTRING /AWS1/APYSTRING

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.

IV_MERGEDAPIIDENTIFIER TYPE /AWS1/APYSTRING /AWS1/APYSTRING

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 in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/APYSTRING /AWS1/APYSTRING

The description field.

IO_SOURCEAPIASSOCIATIONCFG TYPE REF TO /AWS1/CL_APYSRCAPIASSOCIATIO00 /AWS1/CL_APYSRCAPIASSOCIATIO00

The SourceApiAssociationConfig object data.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_APYASCMERGEDGRAPHQL01 /AWS1/CL_APYASCMERGEDGRAPHQL01