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.
Describes a Hook invocation, its status, and the reason for its status.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class HookResultSummary
The HookResultSummary type exposes the following members
Name | Description | |
---|---|---|
![]() |
HookResultSummary() |
Name | Type | Description | |
---|---|---|---|
![]() |
FailureMode | Amazon.CloudFormation.HookFailureMode |
Gets and sets the property FailureMode. The failure mode of the invocation. |
![]() |
HookExecutionTarget | System.String |
Gets and sets the property HookExecutionTarget. The ARN of the target stack or request token of the Cloud Control API operation.
Only shown in responses when the request does not specify |
![]() |
HookResultId | System.String |
Gets and sets the property HookResultId. The unique identifier for this Hook invocation result. |
![]() |
HookStatusReason | System.String |
Gets and sets the property HookStatusReason. A description of the Hook results status. For example, if the Hook result is in a failed state, this may contain additional information for the failed state. |
![]() |
InvocationPoint | Amazon.CloudFormation.HookInvocationPoint |
Gets and sets the property InvocationPoint. The specific point in the provisioning process where the Hook is invoked. |
![]() |
InvokedAt | System.Nullable<System.DateTime> |
Gets and sets the property InvokedAt. The timestamp when the Hook was invoked.
Only shown in responses when the request does not specify |
![]() |
Status | Amazon.CloudFormation.HookStatus |
Gets and sets the property Status. The status of the Hook invocation. The following statuses are possible:
|
![]() |
TargetId | System.String |
Gets and sets the property TargetId. The unique identifier of the Hook invocation target. |
![]() |
TargetType | Amazon.CloudFormation.ListHookResultsTargetType |
Gets and sets the property TargetType. The target type that the Hook was invoked against. |
![]() |
TypeArn | System.String |
Gets and sets the property TypeArn. The ARN of the Hook that was invoked. |
![]() |
TypeConfigurationVersionId | System.String |
Gets and sets the property TypeConfigurationVersionId. The version of the Hook configuration. |
![]() |
TypeName | System.String |
Gets and sets the property TypeName. The name of the Hook that was invoked. |
![]() |
TypeVersionId | System.String |
Gets and sets the property TypeVersionId. The version of the Hook that was invoked. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer