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 updating an authentication resource in your Amplify project.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyBackend.Model.UpdateBackendAuthResourceConfig

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

Syntax

C#
public class UpdateBackendAuthResourceConfig

The UpdateBackendAuthResourceConfig type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AuthResources Amazon.AmplifyBackend.AuthResources

Gets and sets the property AuthResources.

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

Public Property IdentityPoolConfigs Amazon.AmplifyBackend.Model.UpdateBackendAuthIdentityPoolConfig

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.UpdateBackendAuthUserPoolConfig

Gets and sets the property UserPoolConfigs.

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