Resource Type definition for AWS::APS::Scraper
destination
(Attributes) Scraper metrics destination (see below for nested schema)scrape_configuration
(Attributes) Scraper configuration (see below for nested schema)source
(Attributes) Scraper metrics source (see below for nested schema)alias
(String) Scraper alias.tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)arn
(String) Scraper ARN.id
(String) Uniquely identifies the resource.role_arn
(String) IAM role ARN for the scraper.scraper_id
(String) Required to identify a specific scraper.destination
Optional:
amp_configuration
(Attributes) Configuration for Amazon Managed Prometheus metrics destination (see below for nested schema)destination.amp_configuration
Required:
workspace_arn
(String) ARN of an Amazon Managed Prometheus workspacescrape_configuration
Optional:
configuration_blob
(String) Prometheus compatible scrape configuration in base64 encoded blob formatsource
Optional:
eks_configuration
(Attributes) Configuration for EKS metrics source (see below for nested schema)source.eks_configuration
Required:
cluster_arn
(String) ARN of an EKS clustersubnet_ids
(List of String) List of subnet IDsOptional:
security_group_ids
(List of String) List of security group IDstags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_aps_scraper.example <resource ID>