Environment

public struct Environment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The application ID.

    Declaration

    Swift

    public let applicationId: String?
  • The description of the environment.

    Declaration

    Swift

    public let description: String?
  • id

    The environment ID.

    Declaration

    Swift

    public let id: String?
  • Amazon CloudWatch alarms monitored during the deployment.

    Declaration

    Swift

    public let monitors: [Monitor]?
  • The name of the environment.

    Declaration

    Swift

    public let name: String?
  • The state of the environment. An environment can be in one of the following states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK

    Declaration

    Swift

    public let state: EnvironmentState?
  • Undocumented

    Declaration

    Swift

    public init(applicationId: String? = nil, description: String? = nil, id: String? = nil, monitors: [Monitor]? = nil, name: String? = nil, state: EnvironmentState? = nil)