CreateDeploymentJobRequest
public struct CreateDeploymentJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientRequestToken: String
-
The deployment application configuration.
Declaration
Swift
public let deploymentApplicationConfigs: [DeploymentApplicationConfig]
-
The requested deployment configuration.
Declaration
Swift
public let deploymentConfig: DeploymentConfig?
-
The Amazon Resource Name (ARN) of the fleet to deploy.
Declaration
Swift
public let fleet: String
-
A map that contains tag keys and tag values that are attached to the deployment job.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(clientRequestToken: String = CreateDeploymentJobRequest.idempotencyToken(), deploymentApplicationConfigs: [DeploymentApplicationConfig], deploymentConfig: DeploymentConfig? = nil, fleet: String, tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws