_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( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
hosts
A list of hosts and the details for each host, such as status, endpoint, and provider type. | STRUCT( "name" VARCHAR, "host_arn" VARCHAR, "provider_type" VARCHAR, "provider_endpoint" VARCHAR, "vpc_configuration" STRUCT( "vpc_id" VARCHAR, "subnet_ids" VARCHAR[], "security_group_ids" VARCHAR[], "tls_certificate" VARCHAR ), "status" VARCHAR, "status_message" VARCHAR )[] |
Show child fields- hosts[]
Show child fields- hosts[].host_arn
The Amazon Resource Name (ARN) of the host.
- hosts[].name
The name of the host.
- hosts[].provider_endpoint
The endpoint of the infrastructure where your provider type is installed.
- hosts[].provider_type
The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.
- hosts[].status
The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION.
- hosts[].status_message
The status description for the host.
- hosts[].vpc_configuration
The VPC configuration provisioned for the host. Show child fields- hosts[].vpc_configuration.security_group_ids[]
- hosts[].vpc_configuration.subnet_ids[]
- hosts[].vpc_configuration.tls_certificate
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
- hosts[].vpc_configuration.vpc_id
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
|