ResourceExplorer / Client / get_managed_view
get_managed_view#
- ResourceExplorer.Client.get_managed_view(**kwargs)#
Retrieves details of the specified Amazon Web Services-managed view.
See also: AWS API Documentation
Request Syntax
response = client.get_managed_view( ManagedViewArn='string' )
- Parameters:
ManagedViewArn (string) –
[REQUIRED]
The Amazon resource name (ARN) of the managed view.
- Return type:
dict
- Returns:
Response Syntax
{ 'ManagedView': { 'Filters': { 'FilterString': 'string' }, 'IncludedProperties': [ { 'Name': 'string' }, ], 'LastUpdatedAt': datetime(2015, 1, 1), 'ManagedViewArn': 'string', 'ManagedViewName': 'string', 'Owner': 'string', 'ResourcePolicy': 'string', 'Scope': 'string', 'TrustedService': 'string', 'Version': 'string' } }
Response Structure
(dict) –
ManagedView (dict) –
Details about the specified managed view.
Filters (dict) –
A search filter defines which resources can be part of a search query result set.
FilterString (string) –
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.
IncludedProperties (list) –
A structure that contains additional information about the managed view.
(dict) –
Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.
Name (string) –
The name of the property that is included in this view.
You can specify the following property names for this field:
Tags
LastUpdatedAt (datetime) –
The date and time when this managed view was last modified.
ManagedViewArn (string) –
The Amazon resource name (ARN) of the managed view.
ManagedViewName (string) –
The name of the managed view.
Owner (string) –
The Amazon Web Services account that owns this managed view.
ResourcePolicy (string) –
The resource policy that defines access to the managed view. To learn more about this policy, review Managed views.
Scope (string) –
An Amazon resource name (ARN) of an Amazon Web Services account or organization that specifies whether this managed view includes resources from only the specified Amazon Web Services account or all accounts in the specified organization.
TrustedService (string) –
The service principal of the Amazon Web Services service that created and manages the managed view.
Version (string) –
The version of the managed view.
Exceptions