aws.sms.get_servers
Example SQL Queries
SELECT * FROMaws.sms.get_servers;Description
Describes the servers in your server catalog.
Before you can describe your servers, you must import them using ImportServerCatalog.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vm_server_address_list Input Column The server addresses. | 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 |
| last_modified_on The time when the server was last modified. | TIMESTAMP_S |
| server_catalog_status The status of the server catalog. | VARCHAR |
| server_list Information about the servers. | STRUCT( |
Show child fields
| |