cloudformation_record_handler_progress {paws.management} | R Documentation |
Reports progress of a resource handler to CloudFormation.
See https://www.paws-r-sdk.com/docs/cloudformation_record_handler_progress/ for full documentation.
cloudformation_record_handler_progress(
BearerToken,
OperationStatus,
CurrentOperationStatus = NULL,
StatusMessage = NULL,
ErrorCode = NULL,
ResourceModel = NULL,
ClientRequestToken = NULL
)
BearerToken |
[required] Reserved for use by the CloudFormation CLI. |
OperationStatus |
[required] Reserved for use by the CloudFormation CLI. |
CurrentOperationStatus |
Reserved for use by the CloudFormation CLI. |
StatusMessage |
Reserved for use by the CloudFormation CLI. |
ErrorCode |
Reserved for use by the CloudFormation CLI. |
ResourceModel |
Reserved for use by the CloudFormation CLI. |
ClientRequestToken |
Reserved for use by the CloudFormation CLI. |