BackendEnvironment

public struct BackendEnvironment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

    Declaration

    Swift

    public let backendEnvironmentArn: String
  • The creation date and time for a backend environment that is part of an Amplify app.

    Declaration

    Swift

    public let createTime: TimeStamp
  • The name of deployment artifacts.

    Declaration

    Swift

    public let deploymentArtifacts: String?
  • The name for a backend environment that is part of an Amplify app.

    Declaration

    Swift

    public let environmentName: String
  • The AWS CloudFormation stack name of a backend environment.

    Declaration

    Swift

    public let stackName: String?
  • The last updated date and time for a backend environment that is part of an Amplify app.

    Declaration

    Swift

    public let updateTime: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(backendEnvironmentArn: String, createTime: TimeStamp, deploymentArtifacts: String? = nil, environmentName: String, stackName: String? = nil, updateTime: TimeStamp)