Reports progress of a resource handler to CloudFormation
Source:R/cloudformation_operations.R
cloudformation_record_handler_progress.RdReports progress of a resource handler to CloudFormation.
See https://www.paws-r-sdk.com/docs/cloudformation_record_handler_progress/ for full documentation.
Usage
cloudformation_record_handler_progress(
BearerToken,
OperationStatus,
CurrentOperationStatus = NULL,
StatusMessage = NULL,
ErrorCode = NULL,
ResourceModel = NULL,
ClientRequestToken = NULL
)Arguments
- 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.