_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 )[] )[] ) ) |
kx_changesets
A list of changesets for a database. | STRUCT( "changeset_id" VARCHAR, "created_timestamp" TIMESTAMP_S, "active_from_timestamp" TIMESTAMP_S, "last_modified_timestamp" TIMESTAMP_S, "status" VARCHAR )[] |
Show child fields- kx_changesets[]
Show child fields- kx_changesets[].active_from_timestamp
Beginning time from which the changeset is active. 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.
- kx_changesets[].changeset_id
A unique identifier for the changeset.
- kx_changesets[].created_timestamp
The timestamp at which the changeset 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.
- kx_changesets[].last_modified_timestamp
The timestamp at which the changeset was modified. 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.
- kx_changesets[].status
Status of the changeset. -
Pending – Changeset creation is pending. -
Processing – Changeset creation is running. -
Failed – Changeset creation has failed. -
Complete – Changeset creation has succeeded.
|