proton_notify_resource_deployment_status_change: Notify Proton of status changes to a provisioned resource...

View source: R/proton_operations.R

proton_notify_resource_deployment_status_changeR Documentation

Notify Proton of status changes to a provisioned resource when you use self-managed provisioning

Description

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.

Usage

proton_notify_resource_deployment_status_change(
  deploymentId = NULL,
  outputs = NULL,
  resourceArn,
  status = NULL,
  statusMessage = NULL
)

Arguments

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.