aws.migrationhubstrategy.list_collectors
Example SQL Queries
SELECT * FROMaws.migrationhubstrategy.list_collectors;Description
Retrieves a list of all the installed collectors.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| collector_health Indicates the health of a collector. | VARCHAR |
| collector_id The ID of the collector. | VARCHAR |
| collector_version Current version of the collector that is running in the environment that you specify. | VARCHAR |
| configuration_summary Summary of the collector configuration. | STRUCT( |
Show child fields
| |
| host_name Hostname of the server that is hosting the collector. | VARCHAR |
| ip_address IP address of the server that is hosting the collector. | VARCHAR |
| last_activity_time_stamp Time when the collector last pinged the service. | VARCHAR |
| registered_time_stamp Time when the collector registered with the service. | VARCHAR |