FilterValue - Amazon Bedrock AgentCore Control Plane

FilterValue

The value used in filter comparisons, supporting different data types for flexible filtering criteria.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

booleanValue

The boolean value for true/false filtering conditions.

Type: Boolean

Required: No

doubleValue

The numeric value for numerical filtering and comparisons.

Type: Double

Required: No

stringValue

The string value for text-based filtering.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: