View source: R/cloudformation_operations.R
cloudformation_list_hook_results | R Documentation |
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.
cloudformation_list_hook_results(TargetType, TargetId, NextToken = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.