Skip to content

/AWS1/CL_AMBUPBACKENDAUTHRES00

Defines the resource configuration when updating an authentication resource in your Amplify project.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_AUTHRESOURCES TYPE /AWS1/AMBAUTHRESOURCES /AWS1/AMBAUTHRESOURCES

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

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_AMBUPBACKENDAUTHUSE00 /AWS1/CL_AMBUPBACKENDAUTHUSE00

Describes the 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_AMBUPBACKENDAUTHIDP00 /AWS1/CL_AMBUPBACKENDAUTHIDP00

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 the service name to use when configuring an authentication resource in your Amplify project.

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 the 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