aws.drs.list_extensible_source_servers
Example SQL Queries
SELECT * FROMaws.drs.list_extensible_source_serversWHERE"staging_account_id" = 'VALUE';Description
Returns a list of source servers on a staging account that are extensible, which means that: a. The source server is not already extended into this Account. b. The source server on the Account we’re reading from is not an extension of another source server.
Table Definition
| Column Name | Column Data Type |
|---|---|
| staging_account_id Required Input Column The Id of the staging Account to retrieve extensible source servers from. | VARCHAR |
| _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 The ARN of the source server. | VARCHAR |
| hostname Hostname of staging source server. | VARCHAR |
| tags A list of tags associated with the staging source server. | MAP(VARCHAR, VARCHAR) |