StartSimulationJobBatchRequest
public struct StartSimulationJobBatchRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The batch policy.
Declaration
Swift
public let batchPolicy: BatchPolicy? -
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientRequestToken: String? -
A list of simulation job requests to create in the batch.
Declaration
Swift
public let createSimulationJobRequests: [SimulationJobRequest] -
A map that contains tag keys and tag values that are attached to the deployment job batch.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(batchPolicy: BatchPolicy? = nil, clientRequestToken: String? = StartSimulationJobBatchRequest.idempotencyToken(), createSimulationJobRequests: [SimulationJobRequest], tags: [String : String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StartSimulationJobBatchRequest Structure Reference