scraper_tags
Expands all tag keys and values for scrapers
in a region
Overview
Name | scraper_tags |
Type | Resource |
Description | Resource Type definition for AWS::APS::Scraper |
Id | aws.aps.scraper_tags |
Fields
Name | Datatype | Description |
---|---|---|
scraper_id | string | Required to identify a specific scraper. |
alias | string | Scraper alias. |
arn | string | Scraper ARN. |
role_arn | string | IAM role ARN for the scraper. |
scrape_configuration | object | Scraper configuration |
source | object | Scraper metrics source |
destination | object | Scraper metrics destination |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all scrapers
in a region.
SELECT
region,
scraper_id,
alias,
arn,
role_arn,
scrape_configuration,
source,
destination,
tag_key,
tag_value
FROM aws.aps.scraper_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the scraper_tags
resource, see scrapers