AWS::ResourceExplorer2::View SearchFilter
A search filter defines which resources can be part of a search query result set.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FilterString" :
String
}
YAML
FilterString:
String
Properties
FilterString
-
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation.
For information about the supported syntax, see Search query reference in the AWS Resource Explorer User Guide.
Important
This query string in the context of this operation supports only filter prefixes with optional operators. It doesn't support free-form text. For example, the string
region:us* service:ec2 -tag:stage=prod
includes all Amazon EC2 resources in any AWS Region that begin with the lettersus
and are not tagged with a keyStage
that has the valueprod
.Required: Yes
Type: String
Minimum:
0
Maximum:
2048
Update requires: No interruption