aws.sms.get_connectors
Example SQL Queries
SELECT * FROMaws.sms.get_connectors;Description
Describes the connectors registered with the Server Migration Service.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| associated_on The time the connector was associated. | TIMESTAMP_S |
| capability_list The capabilities of the connector. | VARCHAR[] |
Show child fields
| |
| connector_id The ID of the connector. | VARCHAR |
| ip_address The IP address of the connector. | VARCHAR |
| mac_address The MAC address of the connector. | VARCHAR |
| status The status of the connector. | VARCHAR |
| version The connector version. | VARCHAR |
| vm_manager_id The ID of the VM manager. | VARCHAR |
| vm_manager_name The name of the VM manager. | VARCHAR |
| vm_manager_type The VM management product. | VARCHAR |