View source: R/cloudformation_operations.R
cloudformation_record_handler_progress | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.