CreateBackendAuthResourceConfig
Defines the resource configuration when creating an auth resource in your Amplify project.
Types
Properties
Link copied to clipboard
Defines whether you want to configure only authentication or both authentication and authorization settings.
Link copied to clipboard
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
Link copied to clipboard
Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
Functions
Link copied to clipboard
inline fun copy(block: CreateBackendAuthResourceConfig.Builder.() -> Unit = {}): CreateBackendAuthResourceConfig