AdvancedFieldSelector
Defines criteria for selecting resources based on field values.
Contents
- Field
-
The name of the field to use for selection.
Type: String
Required: Yes
- EndsWith
-
Matches if the field value ends with the specified value.
Type: Array of strings
Required: No
- Equals
-
Matches if the field value equals the specified value.
Type: Array of strings
Required: No
- NotEndsWith
-
Matches if the field value does not end with the specified value.
Type: Array of strings
Required: No
- NotEquals
-
Matches if the field value does not equal the specified value.
Type: Array of strings
Required: No
- NotStartsWith
-
Matches if the field value does not start with the specified value.
Type: Array of strings
Required: No
- StartsWith
-
Matches if the field value starts with the specified value.
Type: Array of strings
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: