Values.DeploymentDataSourceThe data associated with a deployment.
type nonrec t = {name : String_.t option;The name of the deployment.
*)id : DeploymentId.t option;The ID of the deployment.
*)workloadName : WorkloadName.t option;The name of the workload.
*)patternName : DeploymentPatternName.t option;The pattern name of the deployment.
*)status : DeploymentStatus.t option;The status of the deployment.
*)createdAt : Timestamp.t option;The time the deployment was created.
*)modifiedAt : Timestamp.t option;The time the deployment was last modified.
*)specifications : DeploymentSpecifications.t option;The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.
*)resourceGroup : String_.t option;The resource group of the deployment.
*)deletedAt : Timestamp.t option;The time the deployment was deleted.
*)deploymentArn : String_.t option;The Amazon Resource Name (ARN) of the deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of KeyString.t ] * [> `String of ValueString.t ]) list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]