Uses of Class
software.amazon.awscdk.services.cloudformation.CfnLambdaHook.StackFiltersProperty.Builder
Packages that use CfnLambdaHook.StackFiltersProperty.Builder
Package
Description
AWS CloudFormation Construct Library
-
Uses of CfnLambdaHook.StackFiltersProperty.Builder in software.amazon.awscdk.services.cloudformation
Methods in software.amazon.awscdk.services.cloudformation that return CfnLambdaHook.StackFiltersProperty.BuilderModifier and TypeMethodDescriptionCfnLambdaHook.StackFiltersProperty.builder()
CfnLambdaHook.StackFiltersProperty.Builder.filteringCriteria
(String filteringCriteria) Sets the value ofCfnLambdaHook.StackFiltersProperty.getFilteringCriteria()
CfnLambdaHook.StackFiltersProperty.Builder.stackNames
(IResolvable stackNames) Sets the value ofCfnLambdaHook.StackFiltersProperty.getStackNames()
CfnLambdaHook.StackFiltersProperty.Builder.stackNames
(CfnLambdaHook.StackNamesProperty stackNames) Sets the value ofCfnLambdaHook.StackFiltersProperty.getStackNames()
CfnLambdaHook.StackFiltersProperty.Builder.stackRoles
(IResolvable stackRoles) Sets the value ofCfnLambdaHook.StackFiltersProperty.getStackRoles()
CfnLambdaHook.StackFiltersProperty.Builder.stackRoles
(CfnLambdaHook.StackRolesProperty stackRoles) Sets the value ofCfnLambdaHook.StackFiltersProperty.getStackRoles()
Constructors in software.amazon.awscdk.services.cloudformation with parameters of type CfnLambdaHook.StackFiltersProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLambdaHook.StackFiltersProperty.Builder
.