AttributeFilter
A structure that defines a filter for narrowing down results based on specific attribute values. This can be used to filter services by platform, environment, or other service characteristics.
Contents
- AttributeFilterName
-
The name of the attribute to filter by, such as
Platform
,Environment
, orBusinessUnit
.Type: String
Pattern:
[A-Za-z0-9 :/-]+
Required: Yes
- AttributeFilterValues
-
An array of values to match for the specified attribute. Services that have any of these values for the attribute will be included in the results.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 20 items.
Pattern:
[A-Za-z0-9 :/-]+
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: