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.

The resource config for the data model, configured as a part of the Amplify project.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyBackend.Model.BackendAPIResourceConfig

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

Syntax

C#
public class BackendAPIResourceConfig

The BackendAPIResourceConfig type exposes the following members

Constructors

NameDescription
Public Method BackendAPIResourceConfig()

Properties

NameTypeDescription
Public Property AdditionalAuthTypes System.Collections.Generic.List<Amazon.AmplifyBackend.Model.BackendAPIAuthType>

Gets and sets the property AdditionalAuthTypes.

Additional authentication methods used to interact with your data models.

Public Property ApiName System.String

Gets and sets the property ApiName.

The API name used to interact with the data model, configured as a part of your Amplify project.

Public Property ConflictResolution Amazon.AmplifyBackend.Model.BackendAPIConflictResolution

Gets and sets the property ConflictResolution.

The conflict resolution strategy for your data stored in the data models.

Public Property DefaultAuthType Amazon.AmplifyBackend.Model.BackendAPIAuthType

Gets and sets the property DefaultAuthType.

The default authentication type for interacting with the configured data models in your Amplify project.

Public Property Service System.String

Gets and sets the property Service.

The service used to provision and interact with the data model.

Public Property TransformSchema System.String

Gets and sets the property TransformSchema.

The definition of the data model in the annotated transform of the GraphQL schema.

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