filterString

@JvmName(name = "rhwuwswwjctyfnhn")
suspend fun filterString(value: Output<String>)
@JvmName(name = "hkvfonajmljymjkp")
suspend fun filterString(value: String)

Parameters

value

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 .

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 letters us and are not tagged with a key Stage that has the value prod .