Skip to content

/AWS1/CL_AMBCREBACKENDAUTHRE00

Defines the resource configuration when creating an auth resource in your Amplify project.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_AUTHRESOURCES TYPE /AWS1/AMBAUTHRESOURCES /AWS1/AMBAUTHRESOURCES

Defines whether you want to configure only authentication or both authentication and authorization settings.

IV_SERVICE TYPE /AWS1/AMBSERVICE /AWS1/AMBSERVICE

Defines the service name to use when configuring an authentication resource in your Amplify project.

IO_USERPOOLCONFIGS TYPE REF TO /AWS1/CL_AMBCREBACKENDAUTHUS00 /AWS1/CL_AMBCREBACKENDAUTHUS00

Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.

Optional arguments:

IO_IDENTITYPOOLCONFIGS TYPE REF TO /AWS1/CL_AMBCREBACKENDAUTHID00 /AWS1/CL_AMBCREBACKENDAUTHID00

Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.


Queryable Attributes

AuthResources

Defines whether you want to configure only authentication or both authentication and authorization settings.

Accessible with the following methods

Method Description
GET_AUTHRESOURCES() Getter for AUTHRESOURCES, with configurable default
ASK_AUTHRESOURCES() Getter for AUTHRESOURCES w/ exceptions if field has no value
HAS_AUTHRESOURCES() Determine if AUTHRESOURCES has a value

IdentityPoolConfigs

Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

Accessible with the following methods

Method Description
GET_IDENTITYPOOLCONFIGS() Getter for IDENTITYPOOLCONFIGS

Service

Defines the service name to use when configuring an authentication resource in your Amplify project.

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

UserPoolConfigs

Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.

Accessible with the following methods

Method Description
GET_USERPOOLCONFIGS() Getter for USERPOOLCONFIGS