aws.codedeploy.get_on_premises_instance
Example SQL Queries
SELECT * FROMaws.codedeploy.get_on_premises_instanceWHERE"instance_name" = 'VALUE';Description
Gets information about an on-premises instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_name Required Input Column The name of the on-premises instance about which to get information. | 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 |
| instance_info Information about the on-premises instance. | STRUCT( |
Show child fields
| |