View
A view is a structure that defines a set of filters that provide a view into the information in the AWS Resource Explorer index. The filters specify which information from the index is visible to the users of the view. For example, you can specify filters that include only resources that are tagged with the key "ENV" and the value "DEVELOPMENT" in the results returned by this view. You could also create a second view that includes only resources that are tagged with "ENV" and "PRODUCTION".
Contents
Note
In the following list, the required parameters are described first.
- Filters
-
An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view.
Type: SearchFilter object
Required: No
- IncludedProperties
-
A structure that contains additional information about the view.
Type: Array of IncludedProperty objects
Required: No
- LastUpdatedAt
-
The date and time when this view was last modified.
Type: Timestamp
Required: No
- Owner
-
The AWS account that owns this view.
Type: String
Required: No
- Scope
-
An Amazon resource name (ARN) of an AWS account, an organization, or an organizational unit (OU) that specifies whether this view includes resources from only the specified AWS account, all accounts in the specified organization, or all accounts in the specified OU.
If not specified, the value defaults to the AWS account used to call this operation.
Type: String
Required: No
- ViewArn
-
The Amazon resource name (ARN) of the view.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: