Learn R Programming

paws.management (version 0.8.0)

cloudformation_record_handler_progress: Reports progress of a resource handler to CloudFormation

Description

Reports 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.