aws.codestar_connections.get_host
Example SQL Queries
SELECT * FROMaws.codestar_connections.get_hostWHERE"host_arn" = 'VALUE';Description
Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| host_arn Required Input Column The Amazon Resource Name (ARN) of the requested host. | 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 |
| name The name of the requested host. | VARCHAR |
| provider_endpoint The endpoint of the infrastructure represented by the requested host. | VARCHAR |
| provider_type The provider type of the requested host, such as GitHub Enterprise Server. | VARCHAR |
| status The status of the requested host. | VARCHAR |
| vpc_configuration The VPC configuration of the requested host. | STRUCT( |
Show child fields
| |