_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 )[] )[] ) ) |
scaling_groups
A list of scaling groups available in a kdb environment. | STRUCT( "scaling_group_name" VARCHAR, "host_type" VARCHAR, "clusters" VARCHAR[], "availability_zone_id" VARCHAR, "status" VARCHAR, "status_reason" VARCHAR, "last_modified_timestamp" TIMESTAMP_S, "created_timestamp" TIMESTAMP_S )[] |
Show child fields- scaling_groups[]
Show child fields- scaling_groups[].availability_zone_id
The identifier of the availability zones.
- scaling_groups[].clusters[]
- scaling_groups[].created_timestamp
The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- scaling_groups[].host_type
The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. You can add one of the following values: -
kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. -
kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. -
kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. -
kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. -
kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. -
kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
- scaling_groups[].last_modified_timestamp
The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- scaling_groups[].scaling_group_name
A unique identifier for the kdb scaling group.
- scaling_groups[].status
The status of scaling groups.
- scaling_groups[].status_reason
The error message when a failed state occurs.
|