Skip to main content

scraper_tags

Expands all tag keys and values for scrapers in a region

Overview

Namescraper_tags
TypeResource
DescriptionResource Type definition for AWS::APS::Scraper
Idaws.aps.scraper_tags

Fields

NameDatatypeDescription
scraper_idstringRequired to identify a specific scraper.
aliasstringScraper alias.
arnstringScraper ARN.
role_arnstringIAM role ARN for the scraper.
scrape_configurationobjectScraper configuration
sourceobjectScraper metrics source
destinationobjectScraper metrics destination
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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