aws.migrationhuborchestrator.list_plugins
Example SQL Queries
SELECT * FROMaws.migrationhuborchestrator.list_plugins;Description
List AWS Migration Hub Orchestrator plugins.
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
| |
| hostname The name of the host. | VARCHAR |
| ip_address The IP address at which the plugin is located. | VARCHAR |
| plugin_id The ID of the plugin. | VARCHAR |
| registered_time The time at which the plugin was registered. | VARCHAR |
| status The status of the plugin. | VARCHAR |
| version The version of the plugin. | VARCHAR |