View source: R/resourceexplorer_operations.R
resourceexplorer_create_index | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/resourceexplorer_create_index/ for full documentation.
resourceexplorer_create_index(ClientToken = NULL, Tags = NULL)
ClientToken |
This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the uniqueness of your index. |
Tags |
The specified tags are attached only to the index created in this Amazon Web Services Region. The tags aren't attached to any of the resources listed in the index. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.