Returns Hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set
Source:R/cloudformation_operations.R
cloudformation_describe_change_set_hooks.RdReturns 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.
Usage
cloudformation_describe_change_set_hooks(
ChangeSetName,
StackName = NULL,
NextToken = NULL,
LogicalResourceId = NULL
)Arguments
- 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
The token for the next set of items to return. (You received this token from a previous call.)
- LogicalResourceId
If specified, lists only the Hooks related to the specified
LogicalResourceId.