Class: Aws::PrometheusService::Types::ScraperDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ScraperDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The ‘ScraperDescription` structure contains the full details about one scraper in your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
(Optional) A name associated with the scraper.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the scraper.
-
#created_at ⇒ Time
The date and time that the scraper was created.
-
#destination ⇒ Types::Destination
The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.
-
#last_modified_at ⇒ Time
The date and time that the scraper was last modified.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the scraper to discover and collect metrics on your behalf.
-
#scrape_configuration ⇒ Types::ScrapeConfiguration
The configuration file in use by the scraper.
-
#scraper_id ⇒ String
The ID of the scraper.
-
#source ⇒ Types::Source
The Amazon EKS cluster from which the scraper collects metrics.
-
#status ⇒ Types::ScraperStatus
A structure that contains the current status of the scraper.
-
#status_reason ⇒ String
If there is a failure, the reason for the failure.
-
#tags ⇒ Hash<String,String>
(Optional) The list of tag keys and values associated with the scraper.
Instance Attribute Details
#alias ⇒ String
(Optional) A name associated with the scraper.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the scraper.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the scraper was created.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ Types::Destination
The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_at ⇒ Time
The date and time that the scraper was last modified.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the scraper to discover and collect metrics on your behalf.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#scrape_configuration ⇒ Types::ScrapeConfiguration
The configuration file in use by the scraper.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#scraper_id ⇒ String
The ID of the scraper.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The Amazon EKS cluster from which the scraper collects metrics.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ScraperStatus
A structure that contains the current status of the scraper.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
If there is a failure, the reason for the failure.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
(Optional) The list of tag keys and values associated with the scraper.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1454 class ScraperDescription < Struct.new( :alias, :arn, :created_at, :destination, :last_modified_at, :role_arn, :scrape_configuration, :scraper_id, :source, :status, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |