cloudformation_list_hook_results {paws.management} | R 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
|
NextToken |
A string that identifies the next page of events that you want to retrieve. |
[Package paws.management version 0.9.0 Index]