Values.NotifyResourceDeploymentStatusChangeInputSourceNotify Proton of status changes to a provisioned resource when you use self-managed provisioning. For more information, see Self-managed provisioning in the Proton User Guide.
type nonrec t = {deploymentId : DeploymentId.t option;The deployment ID for your provisioned resource.
*)outputs : NotifyResourceDeploymentStatusChangeInputOutputsList.t option;The provisioned resource state change detail data that's returned by Proton.
*)resourceArn : Arn.t;The provisioned resource Amazon Resource Name (ARN).
*)status : ResourceDeploymentStatus.t option;The status of your provisioned resource.
*)statusMessage : NotifyResourceDeploymentStatusChangeInputStatusMessageString.t
option;The deployment status message for your provisioned resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of OutputKey.t ]) list ] list
| `String of DeploymentId.t ])
list ]