View source: R/cloudformation_operations.R
cloudformation_describe_change_set_hooks | R Documentation |
Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.
See https://www.paws-r-sdk.com/docs/cloudformation_describe_change_set_hooks/ for full documentation.
cloudformation_describe_change_set_hooks(
ChangeSetName,
StackName = NULL,
NextToken = NULL,
LogicalResourceId = NULL
)
ChangeSetName |
[required] The name or Amazon Resource Name (ARN) of the change set that you want to describe. |
StackName |
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe. |
NextToken |
A string, provided by the
|
LogicalResourceId |
If specified, lists only the hooks related to the specified
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.