BackendEnvironment class

Describes the backend environment for an Amplify app.

Constructors

BackendEnvironment({required String backendEnvironmentArn, required DateTime createTime, required String environmentName, required DateTime updateTime, String? deploymentArtifacts, String? stackName})
BackendEnvironment.fromJson(Map<String, dynamic> json)
factory

Properties

backendEnvironmentArn String
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
final
createTime DateTime
The creation date and time for a backend environment that is part of an Amplify app.
final
deploymentArtifacts String?
The name of deployment artifacts.
final
environmentName String
The name for a backend environment that is part of an Amplify app.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackName String?
The AWS CloudFormation stack name of a backend environment.
final
updateTime DateTime
The last updated date and time for a backend environment that is part of an Amplify app.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited