Uses of Class
software.amazon.awscdk.CfnLambdaHook.Builder
Packages that use CfnLambdaHook.Builder
-
Uses of CfnLambdaHook.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk that return CfnLambdaHook.BuilderModifier and TypeMethodDescriptionThe type name alias for the Hook.CfnLambdaHook.Builder.autoUpdate(Boolean autoUpdate) Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher.CfnLambdaHook.Builder.autoUpdate(IResolvable autoUpdate) Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher.static CfnLambdaHook.BuilderCfnLambdaHook.Builder.executionRole(String executionRole) The IAM role that the Hook assumes to invoke your Lambda function.CfnLambdaHook.Builder.failureMode(String failureMode) Specifies how the Hook responds when the Lambda function invoked by the Hook returns aFAILEDresponse.CfnLambdaHook.Builder.hookStatus(String hookStatus) Specifies if the Hook isENABLEDorDISABLED.CfnLambdaHook.Builder.lambdaFunction(String lambdaFunction) Specifies the Lambda function for the Hook.CfnLambdaHook.Builder.loggingConfig(CfnLambdaHook.LoggingConfigProperty loggingConfig) Contains logging configuration information for an extension.CfnLambdaHook.Builder.loggingConfig(IResolvable loggingConfig) Contains logging configuration information for an extension.CfnLambdaHook.Builder.stackFilters(CfnLambdaHook.StackFiltersProperty stackFilters) Specifies the stack level filters for the Hook.CfnLambdaHook.Builder.stackFilters(IResolvable stackFilters) Specifies the stack level filters for the Hook.CfnLambdaHook.Builder.targetFilters(CfnLambdaHook.TargetFiltersProperty targetFilters) Specifies the target filters for the Hook.CfnLambdaHook.Builder.targetFilters(IResolvable targetFilters) Specifies the target filters for the Hook.CfnLambdaHook.Builder.targetOperations(List<String> targetOperations) Specifies the list of operations the Hook is run against.