interface HookTargetProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.CfnGuardHook.HookTargetProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#CfnGuardHook_HookTargetProperty |
![]() | software.amazon.awscdk.CfnGuardHook.HookTargetProperty |
![]() | aws_cdk.CfnGuardHook.HookTargetProperty |
![]() | aws-cdk-lib » CfnGuardHook » HookTargetProperty |
Hook targets are the destination where hooks will be invoked against.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const hookTargetProperty: cdk.CfnGuardHook.HookTargetProperty = {
action: 'action',
invocationPoint: 'invocationPoint',
targetName: 'targetName',
};
Properties
Name | Type | Description |
---|---|---|
action | string | Target actions are the type of operation hooks will be executed at. |
invocation | string | Invocation points are the point in provisioning workflow where hooks will be executed. |
target | string | Type name of hook target. |
action
Type:
string
Target actions are the type of operation hooks will be executed at.
invocationPoint
Type:
string
Invocation points are the point in provisioning workflow where hooks will be executed.
targetName
Type:
string
Type name of hook target.
Hook targets are the destination where hooks will be invoked against.