LocationFilter
Narrow down the list of resources returned by ListLocations. For example, to
see all your Amazon S3 locations, create a filter using "Name":
"LocationType", "Operator": "Equals", and "Values":
"S3".
For more information, see filtering resources.
Contents
- Name
-
The name of the filter being used. Each API call supports a list of filters that are available for it (for example,
LocationTypeforListLocations).Type: String
Valid Values:
LocationUri | LocationType | CreationTimeRequired: Yes
- Operator
-
The operator that is used to compare filter values (for example,
EqualsorContains).Type: String
Valid Values:
Equals | NotEquals | In | LessThanOrEqual | LessThan | GreaterThanOrEqual | GreaterThan | Contains | NotContains | BeginsWithRequired: Yes
- Values
-
The values that you want to filter for. For example, you might want to display only Amazon S3 locations.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[0-9a-zA-Z_\ \-\:\*\.\\/\?-]*$Required: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: