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