Values.BulkDeploymentSourceInformation about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.
type nonrec t = {bulkDeploymentArn : string option;The ARN of the bulk deployment.
*)bulkDeploymentId : string option;The ID of the bulk deployment.
*)createdAt : string option;The time, in ISO format, when the deployment was created.
*)}