_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 )[] )[] ) ) |
endpoint_group
The description of an endpoint group for a custom routing accelerator. | STRUCT( "endpoint_group_arn" VARCHAR, "endpoint_group_region" VARCHAR, "destination_descriptions" STRUCT( "from_port" BIGINT, "to_port" BIGINT, "protocols" VARCHAR[] )[], "endpoint_descriptions" STRUCT( "endpoint_id" VARCHAR )[] ) |
Show child fields- endpoint_group.destination_descriptions[]
Show child fields- endpoint_group.destination_descriptions[].from_port
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
- endpoint_group.destination_descriptions[].protocols[]
- endpoint_group.destination_descriptions[].to_port
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
- endpoint_group.endpoint_descriptions[]
Show child fields- endpoint_group.endpoint_descriptions[].endpoint_id
An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.
- endpoint_group.endpoint_group_arn
The Amazon Resource Name (ARN) of the endpoint group.
- endpoint_group.endpoint_group_region
The Amazon Web Services Region where the endpoint group is located.
|