aws.codedeploy.list_on_premises_instances
Example SQL Queries
SELECT * FROMaws.codedeploy.list_on_premises_instances;Description
Gets a list of names for one or more on-premises instances.
Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registration_status Input Column The registration status of the on-premises instances:
| VARCHAR |
| tag_filters Input Column The on-premises instance tags that are used to restrict the on-premises instance names returned. | 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 |
| instance_names | VARCHAR |