Uses of Interface
software.amazon.awscdk.services.resourceexplorer2.CfnView.FiltersProperty
Package
Description
AWS::ResourceExplorer2 Construct Library
-
Uses of CfnView.FiltersProperty in software.amazon.awscdk.services.resourceexplorer2
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnView.FiltersProperty
Modifier and TypeMethodDescriptionCfnView.FiltersProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnView.Builder.filters
(CfnView.FiltersProperty filters) An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.CfnViewProps.Builder.filters
(CfnView.FiltersProperty filters) Sets the value ofCfnViewProps.getFilters()
void
CfnView.setFilters
(CfnView.FiltersProperty value) An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.