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.

Describes the backend environment for an Amplify app.

Inheritance Hierarchy

System.Object
  Amazon.Amplify.Model.BackendEnvironment

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

Syntax

C#
public class BackendEnvironment

The BackendEnvironment type exposes the following members

Constructors

NameDescription
Public Method BackendEnvironment()

Properties

NameTypeDescription
Public Property BackendEnvironmentArn System.String

Gets and sets the property BackendEnvironmentArn.

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The creation date and time for a backend environment that is part of an Amplify app.

Public Property DeploymentArtifacts System.String

Gets and sets the property DeploymentArtifacts.

The name of deployment artifacts.

Public Property EnvironmentName System.String

Gets and sets the property EnvironmentName.

The name for a backend environment that is part of an Amplify app.

Public Property StackName System.String

Gets and sets the property StackName.

The AWS CloudFormation stack name of a backend environment.

Public Property UpdateTime System.DateTime

Gets and sets the property UpdateTime.

The last updated date and time for a backend environment that is part of an Amplify app.

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