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.
Namespace: Amazon.AmplifyBackend.Model
Assembly: AWSSDK.AmplifyBackend.dll
Version: 3.x.y.z
public class BackendAPIResourceConfig
The BackendAPIResourceConfig type exposes the following members
Name | Description | |
---|---|---|
BackendAPIResourceConfig() |
Name | Type | Description | |
---|---|---|---|
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. |
|
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. |
|
ConflictResolution | Amazon.AmplifyBackend.Model.BackendAPIConflictResolution |
Gets and sets the property ConflictResolution. The conflict resolution strategy for your data stored in the data models. |
|
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. |
|
Service | System.String |
Gets and sets the property Service. The service used to provision and interact with the data model. |
|
TransformSchema | System.String |
Gets and sets the property TransformSchema. The definition of the data model in the annotated transform of the GraphQL schema. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5