aws.mgn.list_connectors
Example SQL Queries
SELECT * FROMaws.mgn.list_connectors;Description
List Connectors.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column List Connectors Request filters. | STRUCT( |
Show child fields
| |
| _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 |
| arn Connector arn. | VARCHAR |
| connector_id Connector ID. | VARCHAR |
| name Connector name. | VARCHAR |
| ssm_command_config Connector SSM command config. | STRUCT( |
Show child fields
| |
| ssm_instance_id Connector SSM instance ID. | VARCHAR |
| tags Connector tags. | MAP(VARCHAR, VARCHAR) |