Skip to content

/AWS1/CL_AMBBACKENDAPIRESRCCFG

The resource config for the data model, configured as a part of the Amplify project.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ADDITIONALAUTHTYPES TYPE /AWS1/CL_AMBBACKENDAPIAUTHTYPE=>TT_LISTOFBACKENDAPIAUTHTYPE TT_LISTOFBACKENDAPIAUTHTYPE

Additional authentication methods used to interact with your data models.

IV_APINAME TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The API name used to interact with the data model, configured as a part of your Amplify project.

IO_CONFLICTRESOLUTION TYPE REF TO /AWS1/CL_AMBBACKENDAPICONFLI00 /AWS1/CL_AMBBACKENDAPICONFLI00

The conflict resolution strategy for your data stored in the data models.

IO_DEFAULTAUTHTYPE TYPE REF TO /AWS1/CL_AMBBACKENDAPIAUTHTYPE /AWS1/CL_AMBBACKENDAPIAUTHTYPE

The default authentication type for interacting with the configured data models in your Amplify project.

IV_SERVICE TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The service used to provision and interact with the data model.

IV_TRANSFORMSCHEMA TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The definition of the data model in the annotated transform of the GraphQL schema.


Queryable Attributes

AdditionalAuthTypes

Additional authentication methods used to interact with your data models.

Accessible with the following methods

Method Description
GET_ADDITIONALAUTHTYPES() Getter for ADDITIONALAUTHTYPES, with configurable default
ASK_ADDITIONALAUTHTYPES() Getter for ADDITIONALAUTHTYPES w/ exceptions if field has no
HAS_ADDITIONALAUTHTYPES() Determine if ADDITIONALAUTHTYPES has a value

ApiName

The API name used to interact with the data model, configured as a part of your Amplify project.

Accessible with the following methods

Method Description
GET_APINAME() Getter for APINAME, with configurable default
ASK_APINAME() Getter for APINAME w/ exceptions if field has no value
HAS_APINAME() Determine if APINAME has a value

ConflictResolution

The conflict resolution strategy for your data stored in the data models.

Accessible with the following methods

Method Description
GET_CONFLICTRESOLUTION() Getter for CONFLICTRESOLUTION

DefaultAuthType

The default authentication type for interacting with the configured data models in your Amplify project.

Accessible with the following methods

Method Description
GET_DEFAULTAUTHTYPE() Getter for DEFAULTAUTHTYPE

Service

The service used to provision and interact with the data model.

Accessible with the following methods

Method Description
GET_SERVICE() Getter for SERVICE, with configurable default
ASK_SERVICE() Getter for SERVICE w/ exceptions if field has no value
HAS_SERVICE() Determine if SERVICE has a value

TransformSchema

The definition of the data model in the annotated transform of the GraphQL schema.

Accessible with the following methods

Method Description
GET_TRANSFORMSCHEMA() Getter for TRANSFORMSCHEMA, with configurable default
ASK_TRANSFORMSCHEMA() Getter for TRANSFORMSCHEMA w/ exceptions if field has no val
HAS_TRANSFORMSCHEMA() Determine if TRANSFORMSCHEMA has a value