AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListHookResults operation. Returns summaries of invoked Hooks. For more information, see View invocation summaries for CloudFormation Hooks in the CloudFormation Hooks User Guide.
This operation supports the following parameter combinations:
No parameters: Returns all Hook invocation summaries.
TypeArn only: Returns summaries for a specific Hook.
TypeArn and Status: Returns summaries for a specific Hook filtered
by status.
TargetId and TargetType: Returns summaries for a specific Hook invocation
target.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class ListHookResultsRequest : AmazonCloudFormationRequest IAmazonWebServiceRequest
The ListHookResultsRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
ListHookResultsRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
NextToken | System.String |
Gets and sets the property NextToken. The token for the next set of items to return. (You received this token from a previous call.) |
|
Status | Amazon.CloudFormation.HookStatus |
Gets and sets the property Status.
Filters results by the status of Hook invocations. Can only be used in combination
with
|
|
TargetId | System.String |
Gets and sets the property TargetId. Filters results by the unique identifier of the target the Hook was invoked against.
For change sets, this is the change set ARN. When the target is a Cloud Control API
operation, this value must be the
Required when |
|
TargetType | Amazon.CloudFormation.ListHookResultsTargetType |
Gets and sets the property TargetType.
Filters results by target type. Currently, only
Required when |
|
TypeArn | System.String |
Gets and sets the property TypeArn.
Filters results by the ARN of the Hook. Can be used alone or in combination with |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5