Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnLambdaHookPropsMixin.Builder
Packages that use CfnLambdaHookPropsMixin.Builder
-
Uses of CfnLambdaHookPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudformation that return CfnLambdaHookPropsMixin.BuilderModifier and TypeMethodDescriptionThe type name alias for the Hook.CfnLambdaHookPropsMixin.Builder.create()CfnLambdaHookPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLambdaHookPropsMixin.Builder.executionRole(String executionRole) The IAM role that the Hook assumes to invoke your Lambda function.CfnLambdaHookPropsMixin.Builder.failureMode(String failureMode) Specifies how the Hook responds when the Lambda function invoked by the Hook returns aFAILEDresponse.CfnLambdaHookPropsMixin.Builder.hookStatus(String hookStatus) Specifies if the Hook isENABLEDorDISABLED.CfnLambdaHookPropsMixin.Builder.lambdaFunction(String lambdaFunction) Specifies the Lambda function for the Hook.CfnLambdaHookPropsMixin.Builder.stackFilters(CfnLambdaHookPropsMixin.StackFiltersProperty stackFilters) Specifies the stack level filters for the Hook.CfnLambdaHookPropsMixin.Builder.stackFilters(IResolvable stackFilters) Specifies the stack level filters for the Hook.CfnLambdaHookPropsMixin.Builder.targetFilters(CfnLambdaHookPropsMixin.TargetFiltersProperty targetFilters) Specifies the target filters for the Hook.CfnLambdaHookPropsMixin.Builder.targetFilters(IResolvable targetFilters) Specifies the target filters for the Hook.CfnLambdaHookPropsMixin.Builder.targetOperations(List<String> targetOperations) Specifies the list of operations the Hook is run against.