Hook targets are the destination where hooks will be invoked against.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLambdaHook.IHookTargetProperty
Syntax (vb)
Public Interface CfnLambdaHook.IHookTargetProperty
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var hookTargetProperty = new HookTargetProperty {
Action = "action",
InvocationPoint = "invocationPoint",
TargetName = "targetName"
};
Synopsis
Properties
| Action | Target actions are the type of operation hooks will be executed at. |
| InvocationPoint | Invocation points are the point in provisioning workflow where hooks will be executed. |
| TargetName | Type name of hook target. |
Properties
Action
InvocationPoint
Invocation points are the point in provisioning workflow where hooks will be executed.
string InvocationPoint { get; }