Interface CfnLambdaHookPropsMixin.HookTargetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLambdaHookPropsMixin.HookTargetProperty.Jsii$Proxy
- Enclosing class:
CfnLambdaHookPropsMixin
@Stability(Stable)
public static interface CfnLambdaHookPropsMixin.HookTargetProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.cloudformation.*;
HookTargetProperty hookTargetProperty = HookTargetProperty.builder()
.action("action")
.invocationPoint("invocationPoint")
.targetName("targetName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLambdaHookPropsMixin.HookTargetPropertystatic final classAn implementation forCfnLambdaHookPropsMixin.HookTargetProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
Target actions are the type of operation hooks will be executed at.- See Also:
-
getInvocationPoint
Invocation points are the point in provisioning workflow where hooks will be executed.- See Also:
-
getTargetName
Type name of hook target.Hook targets are the destination where hooks will be invoked against.
- See Also:
-
builder
-