AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Interface for accessing ResourceExplorer2
Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can explore your resources using an internet search engine-like experience. Examples of resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB tables. You can search for your resources using resource metadata like names, tags, and IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn the service on, to simplify your cross-Region workloads.Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which you turn on Resource Explorer. Resource Explorer creates and maintains an index in each Region, with the details of that Region's resources.
You can search across all of the indexed Regions in your account by designating one of your Amazon Web Services Regions to contain the aggregator index for the account. When you promote a local index in a Region to become the aggregator index for the account, Resource Explorer automatically replicates the index information from all local indexes in the other Regions to the aggregator index. Therefore, the Region with the aggregator index has a copy of all resource information for all Regions in the account where you turned on Resource Explorer. As a result, views in the aggregator index Region include resources from all of the indexed Regions in your account.
For more information about Amazon Web Services Resource Explorer, including how to enable and configure the service, see the Amazon Web Services Resource Explorer User Guide.
Namespace: Amazon.ResourceExplorer2
Assembly: AWSSDK.ResourceExplorer2.dll
Version: 3.x.y.z
public interface IAmazonResourceExplorer2 IAmazonService, IDisposable
The IAmazonResourceExplorer2 type exposes the following members
Name | Type | Description | |
---|---|---|---|
![]() |
Paginators | Amazon.ResourceExplorer2.Model.IResourceExplorer2PaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
![]() |
AssociateDefaultView(AssociateDefaultViewRequest) |
Sets the specified view as the default for the Amazon Web Services Region in which you call this operation. When a user performs a Search that doesn't explicitly specify which view to use, then Amazon Web Services Resource Explorer automatically chooses this default view for searches performed in this Amazon Web Services Region.
If an Amazon Web Services Region doesn't have a default view configured, then users
must explicitly specify a view with every |
![]() |
AssociateDefaultViewAsync(AssociateDefaultViewRequest, CancellationToken) |
Sets the specified view as the default for the Amazon Web Services Region in which you call this operation. When a user performs a Search that doesn't explicitly specify which view to use, then Amazon Web Services Resource Explorer automatically chooses this default view for searches performed in this Amazon Web Services Region.
If an Amazon Web Services Region doesn't have a default view configured, then users
must explicitly specify a view with every |
![]() |
BatchGetView(BatchGetViewRequest) |
Retrieves details about a list of views. |
![]() |
BatchGetViewAsync(BatchGetViewRequest, CancellationToken) |
Retrieves details about a list of views. |
![]() |
CreateIndex(CreateIndexRequest) |
Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in
which you called this operation by creating an index. Resource Explorer begins discovering
the resources in this Region and stores the details about the resources in the index
so that they can be queried by using the Search operation. You can create only
one index in a Region.
This operation creates only a local index. To promote the local index in one
Amazon Web Services Region into the aggregator index for the Amazon Web Services account,
use the UpdateIndexType operation. For more information, see Turning
on cross-Region search by creating an aggregator index in the Amazon Web Services
Resource Explorer User Guide.
For more details about what happens when you turn on Resource Explorer in an Amazon Web Services Region, see Turn on Resource Explorer to index your resources in an Amazon Web Services Region in the Amazon Web Services Resource Explorer User Guide. If this is the first Amazon Web Services Region in which you've created an index for Resource Explorer, then this operation also creates a service-linked role in your Amazon Web Services account that allows Resource Explorer to enumerate your resources to populate the index.
|
![]() |
CreateIndexAsync(CreateIndexRequest, CancellationToken) |
Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in
which you called this operation by creating an index. Resource Explorer begins discovering
the resources in this Region and stores the details about the resources in the index
so that they can be queried by using the Search operation. You can create only
one index in a Region.
This operation creates only a local index. To promote the local index in one
Amazon Web Services Region into the aggregator index for the Amazon Web Services account,
use the UpdateIndexType operation. For more information, see Turning
on cross-Region search by creating an aggregator index in the Amazon Web Services
Resource Explorer User Guide.
For more details about what happens when you turn on Resource Explorer in an Amazon Web Services Region, see Turn on Resource Explorer to index your resources in an Amazon Web Services Region in the Amazon Web Services Resource Explorer User Guide. If this is the first Amazon Web Services Region in which you've created an index for Resource Explorer, then this operation also creates a service-linked role in your Amazon Web Services account that allows Resource Explorer to enumerate your resources to populate the index.
|
![]() |
CreateView(CreateViewRequest) |
Creates a view that users can query by using the Search operation. Results
from queries that you make using this view include only resources that match the view's
Only the principals with an IAM identity-based policy that grants |
![]() |
CreateViewAsync(CreateViewRequest, CancellationToken) |
Creates a view that users can query by using the Search operation. Results
from queries that you make using this view include only resources that match the view's
Only the principals with an IAM identity-based policy that grants |
![]() |
DeleteIndex(DeleteIndexRequest) |
Deletes the specified index and turns off Amazon Web Services Resource Explorer in
the specified Amazon Web Services Region. When you delete an index, Resource Explorer
stops discovering and indexing resources in that Region. Resource Explorer also deletes
all views in that Region. These actions occur as asynchronous background tasks. You
can check to see when the actions are complete by using the GetIndex operation
and checking the
If the index you delete is the aggregator index for the Amazon Web Services account,
you must wait 24 hours before you can promote another local index to be the aggregator
index for the account. Users can't perform account-wide searches using Resource Explorer
until another aggregator index is configured.
|
![]() |
DeleteIndexAsync(DeleteIndexRequest, CancellationToken) |
Deletes the specified index and turns off Amazon Web Services Resource Explorer in
the specified Amazon Web Services Region. When you delete an index, Resource Explorer
stops discovering and indexing resources in that Region. Resource Explorer also deletes
all views in that Region. These actions occur as asynchronous background tasks. You
can check to see when the actions are complete by using the GetIndex operation
and checking the
If the index you delete is the aggregator index for the Amazon Web Services account,
you must wait 24 hours before you can promote another local index to be the aggregator
index for the account. Users can't perform account-wide searches using Resource Explorer
until another aggregator index is configured.
|
![]() |
DeleteView(DeleteViewRequest) |
Deletes the specified view. If the specified view is the default view for its Amazon Web Services Region, then all Search operations in that Region must explicitly specify the view to use until you configure a new default by calling the AssociateDefaultView operation. |
![]() |
DeleteViewAsync(DeleteViewRequest, CancellationToken) |
Deletes the specified view. If the specified view is the default view for its Amazon Web Services Region, then all Search operations in that Region must explicitly specify the view to use until you configure a new default by calling the AssociateDefaultView operation. |
![]() |
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
![]() |
DisassociateDefaultView(DisassociateDefaultViewRequest) |
After you call this operation, the affected Amazon Web Services Region no longer has a default view. All Search operations in that Region must explicitly specify a view or the operation fails. You can configure a new default by calling the AssociateDefaultView operation.
If an Amazon Web Services Region doesn't have a default view configured, then users
must explicitly specify a view with every |
![]() |
DisassociateDefaultViewAsync(DisassociateDefaultViewRequest, CancellationToken) |
After you call this operation, the affected Amazon Web Services Region no longer has a default view. All Search operations in that Region must explicitly specify a view or the operation fails. You can configure a new default by calling the AssociateDefaultView operation.
If an Amazon Web Services Region doesn't have a default view configured, then users
must explicitly specify a view with every |
![]() |
GetAccountLevelServiceConfiguration(GetAccountLevelServiceConfigurationRequest) |
Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature. Only the management account can invoke this API call. |
![]() |
GetAccountLevelServiceConfigurationAsync(GetAccountLevelServiceConfigurationRequest, CancellationToken) |
Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature. Only the management account can invoke this API call. |
![]() |
GetDefaultView(GetDefaultViewRequest) |
Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation. You can then call GetView to retrieve the details of that view. |
![]() |
GetDefaultViewAsync(GetDefaultViewRequest, CancellationToken) |
Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation. You can then call GetView to retrieve the details of that view. |
![]() |
GetIndex(GetIndexRequest) |
Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation. |
![]() |
GetIndexAsync(GetIndexRequest, CancellationToken) |
Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation. |
![]() |
GetManagedView(GetManagedViewRequest) |
Retrieves details of the specified Amazon Web Services-managed view. |
![]() |
GetManagedViewAsync(GetManagedViewRequest, CancellationToken) |
Retrieves details of the specified Amazon Web Services-managed view. |
![]() |
GetView(GetViewRequest) |
Retrieves details of the specified view. |
![]() |
GetViewAsync(GetViewRequest, CancellationToken) |
Retrieves details of the specified view. |
![]() |
ListIndexes(ListIndexesRequest) |
Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. |
![]() |
ListIndexesAsync(ListIndexesRequest, CancellationToken) |
Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. |
![]() |
ListIndexesForMembers(ListIndexesForMembersRequest) |
Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call. |
![]() |
ListIndexesForMembersAsync(ListIndexesForMembersRequest, CancellationToken) |
Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call. |
![]() |
ListManagedViews(ListManagedViewsRequest) |
Lists the Amazon resource names (ARNs) of the Amazon Web Services-managed views available in the Amazon Web Services Region in which you call this operation. |
![]() |
ListManagedViewsAsync(ListManagedViewsRequest, CancellationToken) |
Lists the Amazon resource names (ARNs) of the Amazon Web Services-managed views available in the Amazon Web Services Region in which you call this operation. |
![]() |
ListResources(ListResourcesRequest) |
Returns a list of resources and their details that match the specified criteria. This query must use a view. If you don’t explicitly specify a view, then Resource Explorer uses the default view for the Amazon Web Services Region in which you call this operation. |
![]() |
ListResourcesAsync(ListResourcesRequest, CancellationToken) |
Returns a list of resources and their details that match the specified criteria. This query must use a view. If you don’t explicitly specify a view, then Resource Explorer uses the default view for the Amazon Web Services Region in which you call this operation. |
![]() |
ListSupportedResourceTypes(ListSupportedResourceTypesRequest) |
Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer. |
![]() |
ListSupportedResourceTypesAsync(ListSupportedResourceTypesRequest, CancellationToken) |
Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer. |
![]() |
ListTagsForResource(ListTagsForResourceRequest) |
Lists the tags that are attached to the specified resource. |
![]() |
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Lists the tags that are attached to the specified resource. |
![]() |
ListViews(ListViewsRequest) |
Lists the Amazon
resource names (ARNs) of the views available in the Amazon Web Services Region
in which you call this operation.
Always check the |
![]() |
ListViewsAsync(ListViewsRequest, CancellationToken) |
Lists the Amazon
resource names (ARNs) of the views available in the Amazon Web Services Region
in which you call this operation.
Always check the |
![]() |
Search(SearchRequest) |
Searches for resources and displays details about all resources that match the specified criteria. You must specify a query string.
All search queries must use a view. If you don't explicitly specify a view, then Amazon
Web Services Resource Explorer uses the default view for the Amazon Web Services Region
in which you call this operation. The results are the logical intersection of the
results that match both the
For the complete syntax supported by the If your search results are empty, or are missing results that you think should be there, see Troubleshooting Resource Explorer search. |
![]() |
SearchAsync(SearchRequest, CancellationToken) |
Searches for resources and displays details about all resources that match the specified criteria. You must specify a query string.
All search queries must use a view. If you don't explicitly specify a view, then Amazon
Web Services Resource Explorer uses the default view for the Amazon Web Services Region
in which you call this operation. The results are the logical intersection of the
results that match both the
For the complete syntax supported by the If your search results are empty, or are missing results that you think should be there, see Troubleshooting Resource Explorer search. |
![]() |
TagResource(TagResourceRequest) |
Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index. |
![]() |
TagResourceAsync(TagResourceRequest, CancellationToken) |
Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index. |
![]() |
UntagResource(UntagResourceRequest) |
Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index. |
![]() |
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index. |
![]() |
UpdateIndexType(UpdateIndexTypeRequest) |
Changes the type of the index from one of the following types to the other. For more information about indexes and the role they perform in Amazon Web Services Resource Explorer, see Turning on cross-Region search by creating an aggregator index in the Amazon Web Services Resource Explorer User Guide.
|
![]() |
UpdateIndexTypeAsync(UpdateIndexTypeRequest, CancellationToken) |
Changes the type of the index from one of the following types to the other. For more information about indexes and the role they perform in Amazon Web Services Resource Explorer, see Turning on cross-Region search by creating an aggregator index in the Amazon Web Services Resource Explorer User Guide.
|
![]() |
UpdateView(UpdateViewRequest) |
Modifies some of the details of a view. You can change the filter string and the list of included properties. You can't change the name of the view. |
![]() |
UpdateViewAsync(UpdateViewRequest, CancellationToken) |
Modifies some of the details of a view. You can change the filter string and the list of included properties. You can't change the name of the view. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5