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.

Container for the parameters to the CreateBackend operation. This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AmplifyBackend.AmazonAmplifyBackendRequest
      Amazon.AmplifyBackend.Model.CreateBackendRequest

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

Syntax

C#
public class CreateBackendRequest : AmazonAmplifyBackendRequest
         IAmazonWebServiceRequest

The CreateBackendRequest type exposes the following members

Constructors

NameDescription
Public Method CreateBackendRequest()

Properties

NameTypeDescription
Public Property AppId System.String

Gets and sets the property AppId.

The app ID.

Public Property AppName System.String

Gets and sets the property AppName.

The name of the app.

Public Property BackendEnvironmentName System.String

Gets and sets the property BackendEnvironmentName.

The name of the backend environment.

Public Property ResourceConfig Amazon.AmplifyBackend.Model.ResourceConfig

Gets and sets the property ResourceConfig.

The resource configuration for creating a backend.

Public Property ResourceName System.String

Gets and sets the property ResourceName.

The name of the resource.

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