EnvironmentLifecycle

public struct EnvironmentLifecycle : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the environment failed to delete, the Amazon Resource Name (ARN) of the related AWS resource.

    Declaration

    Swift

    public let failureResource: String?
  • Any informational message about the lifecycle state of the environment.

    Declaration

    Swift

    public let reason: String?
  • The current creation or deletion lifecycle state of the environment. CREATING: The environment is in the process of being created. CREATED: The environment was successfully created. CREATE_FAILED: The environment failed to be created. DELETING: The environment is in the process of being deleted. DELETE_FAILED: The environment failed to delete.

    Declaration

    Swift

    public let status: EnvironmentLifecycleStatus?
  • Undocumented

    Declaration

    Swift

    public init(failureResource: String? = nil, reason: String? = nil, status: EnvironmentLifecycleStatus? = nil)