cloudformation_list_hook_results: Returns summaries of invoked Hooks when a change set or Cloud...

View source: R/cloudformation_operations.R

cloudformation_list_hook_resultsR Documentation

Returns summaries of invoked Hooks when a change set or Cloud Control API operation target is provided

Description

Returns summaries of invoked Hooks when a change set or Cloud Control API operation target is provided.

See https://www.paws-r-sdk.com/docs/cloudformation_list_hook_results/ for full documentation.

Usage

cloudformation_list_hook_results(TargetType, TargetId, NextToken = NULL)

Arguments

TargetType

[required] The type of operation being targeted by the Hook.

TargetId

[required] The logical ID of the target the operation is acting on by the Hook. If the target is a change set, it's the ARN of the change set.

If the target is a Cloud Control API operation, this will be the HookRequestToken returned by the Cloud Control API operation request. For more information on the HookRequestToken, see ProgressEvent.

NextToken

A string that identifies the next page of events that you want to retrieve.


paws.management documentation built on April 3, 2025, 10:39 p.m.