/AWS1/CL_APYSRCAPIASSOCIATIO01¶
Describes the ARNs and IDs of associations, Merged APIs, and source APIs.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_associationid TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The ID generated by the AppSync service for the source API association.
iv_associationarn TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The Amazon Resource Name (ARN) of the source API association.
iv_sourceapiid TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The ID of the AppSync source API.
iv_sourceapiarn TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The Amazon Resource Name (ARN) of the AppSync Source API.
iv_mergedapiid TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The ID of the AppSync Merged API.
iv_mergedapiarn TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The Amazon Resource Name (ARN) of the AppSync Merged API.
iv_description TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The description field.
Queryable Attributes¶
associationId¶
The ID generated by the AppSync service for the source API association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONID() |
Getter for ASSOCIATIONID, with configurable default |
ASK_ASSOCIATIONID() |
Getter for ASSOCIATIONID w/ exceptions if field has no value |
HAS_ASSOCIATIONID() |
Determine if ASSOCIATIONID has a value |
associationArn¶
The Amazon Resource Name (ARN) of the source API association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONARN() |
Getter for ASSOCIATIONARN, with configurable default |
ASK_ASSOCIATIONARN() |
Getter for ASSOCIATIONARN w/ exceptions if field has no valu |
HAS_ASSOCIATIONARN() |
Determine if ASSOCIATIONARN has a value |
sourceApiId¶
The ID of the AppSync source API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEAPIID() |
Getter for SOURCEAPIID, with configurable default |
ASK_SOURCEAPIID() |
Getter for SOURCEAPIID w/ exceptions if field has no value |
HAS_SOURCEAPIID() |
Determine if SOURCEAPIID has a value |
sourceApiArn¶
The Amazon Resource Name (ARN) of the AppSync Source API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEAPIARN() |
Getter for SOURCEAPIARN, with configurable default |
ASK_SOURCEAPIARN() |
Getter for SOURCEAPIARN w/ exceptions if field has no value |
HAS_SOURCEAPIARN() |
Determine if SOURCEAPIARN has a value |
mergedApiId¶
The ID of the AppSync Merged API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MERGEDAPIID() |
Getter for MERGEDAPIID, with configurable default |
ASK_MERGEDAPIID() |
Getter for MERGEDAPIID w/ exceptions if field has no value |
HAS_MERGEDAPIID() |
Determine if MERGEDAPIID has a value |
mergedApiArn¶
The Amazon Resource Name (ARN) of the AppSync Merged API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MERGEDAPIARN() |
Getter for MERGEDAPIARN, with configurable default |
ASK_MERGEDAPIARN() |
Getter for MERGEDAPIARN w/ exceptions if field has no value |
HAS_MERGEDAPIARN() |
Determine if MERGEDAPIARN has a value |
description¶
The description field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SRCAPIASSOCIATIONSUMMLIST¶
TYPES TT_SRCAPIASSOCIATIONSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APYSRCAPIASSOCIATIO01 WITH DEFAULT KEY
.