Proton.Client.notify_resource_deployment_status_change(**kwargs)¶Notify 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 .
See also: AWS API Documentation
Request Syntax
response = client.notify_resource_deployment_status_change(
deploymentId='string',
outputs=[
{
'key': 'string',
'valueString': 'string'
},
],
resourceArn='string',
status='IN_PROGRESS'|'FAILED'|'SUCCEEDED',
statusMessage='string'
)
The provisioned resource state change detail data that's returned by Proton.
An infrastructure as code defined resource output.
The output key.
The output value.
[REQUIRED]
The provisioned resource Amazon Resource Name (ARN).
dict
Response Syntax
{}
Response Structure
Exceptions
Proton.Client.exceptions.ServiceQuotaExceededExceptionProton.Client.exceptions.ValidationExceptionProton.Client.exceptions.AccessDeniedExceptionProton.Client.exceptions.ThrottlingExceptionProton.Client.exceptions.ConflictExceptionProton.Client.exceptions.ResourceNotFoundExceptionProton.Client.exceptions.InternalServerException