View source: R/proton_operations.R
proton_notify_resource_deployment_status_change | R Documentation |
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
See https://www.paws-r-sdk.com/docs/proton_notify_resource_deployment_status_change/ for full documentation.
proton_notify_resource_deployment_status_change(
deploymentId = NULL,
outputs = NULL,
resourceArn,
status = NULL,
statusMessage = NULL
)
deploymentId |
The deployment ID for your provisioned resource. |
outputs |
The provisioned resource state change detail data that's returned by Proton. |
resourceArn |
[required] The provisioned resource Amazon Resource Name (ARN). |
status |
The status of your provisioned resource. |
statusMessage |
The deployment status message for your provisioned resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.