cloudformation_record_handler_progress: Reports progress of a resource handler to CloudFormation

View source: R/cloudformation_operations.R

cloudformation_record_handler_progressR Documentation

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.