AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.AmplifyBackend.Model.CreateBackendAuthResourceConfig

Namespace: Amazon.AmplifyBackend.Model
Assembly: AWSSDK.AmplifyBackend.dll
Version: 3.x.y.z

Syntax

C#
public class CreateBackendAuthResourceConfig

The CreateBackendAuthResourceConfig type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AuthResources Amazon.AmplifyBackend.AuthResources

Gets and sets the property AuthResources.

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

Public Property IdentityPoolConfigs Amazon.AmplifyBackend.Model.CreateBackendAuthIdentityPoolConfig

Gets and sets the property IdentityPoolConfigs.

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

Public Property Service Amazon.AmplifyBackend.Service

Gets and sets the property Service.

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

Public Property UserPoolConfigs Amazon.AmplifyBackend.Model.CreateBackendAuthUserPoolConfig

Gets and sets the property UserPoolConfigs.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5