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.ServiceQuotaExceededException
Proton.Client.exceptions.ValidationException
Proton.Client.exceptions.AccessDeniedException
Proton.Client.exceptions.ThrottlingException
Proton.Client.exceptions.ConflictException
Proton.Client.exceptions.ResourceNotFoundException
Proton.Client.exceptions.InternalServerException