Skip to content

Record Handler Progress

cloudformation_record_handler_progress R Documentation

Reports progress of a resource handler to CloudFormation

Description

Reports progress of a resource handler to CloudFormation.

Reserved for use by the CloudFormation CLI. Don't use this API in your code.

Usage

cloudformation_record_handler_progress(BearerToken, OperationStatus,
  CurrentOperationStatus, StatusMessage, ErrorCode, ResourceModel,
  ClientRequestToken)

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.

Value

An empty list.

Request syntax

svc$record_handler_progress(
  BearerToken = "string",
  OperationStatus = "PENDING"|"IN_PROGRESS"|"SUCCESS"|"FAILED",
  CurrentOperationStatus = "PENDING"|"IN_PROGRESS"|"SUCCESS"|"FAILED",
  StatusMessage = "string",
  ErrorCode = "NotUpdatable"|"InvalidRequest"|"AccessDenied"|"InvalidCredentials"|"AlreadyExists"|"NotFound"|"ResourceConflict"|"Throttling"|"ServiceLimitExceeded"|"NotStabilized"|"GeneralServiceException"|"ServiceInternalError"|"NetworkFailure"|"InternalFailure"|"InvalidTypeConfiguration"|"HandlerInternalFailure"|"NonCompliant"|"Unknown"|"UnsupportedTarget",
  ResourceModel = "string",
  ClientRequestToken = "string"
)