DeploymentJob
public struct DeploymentJob : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the deployment job.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the deployment job was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The deployment application configuration.
Declaration
Swift
public let deploymentApplicationConfigs: [DeploymentApplicationConfig]?
-
The deployment configuration.
Declaration
Swift
public let deploymentConfig: DeploymentConfig?
-
The deployment job failure code.
Declaration
Swift
public let failureCode: DeploymentJobErrorCode?
-
A short description of the reason why the deployment job failed.
Declaration
Swift
public let failureReason: String?
-
The Amazon Resource Name (ARN) of the fleet.
Declaration
Swift
public let fleet: String?
-
The status of the deployment job.
Declaration
Swift
public let status: DeploymentStatus?
-
init(arn:createdAt:deploymentApplicationConfigs:deploymentConfig:failureCode:failureReason:fleet:status:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, deploymentApplicationConfigs: [DeploymentApplicationConfig]? = nil, deploymentConfig: DeploymentConfig? = nil, failureCode: DeploymentJobErrorCode? = nil, failureReason: String? = nil, fleet: String? = nil, status: DeploymentStatus? = nil)