Amazon FinSpace · Example Payload

Amazon Finspace Kx Environment Example

Production kdb environment for tick data processing

Environment

Amazon Finspace Kx Environment Example is an example object payload from Amazon FinSpace, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

environmentIdnameawsAccountIdstatusdescriptionenvironmentArnkmsKeyIdavailabilityZoneIdscreationTimestampupdateTimestamptags

Example Payload

Raw ↑
{
  "environmentId": "kxenv-abc12345678901234",
  "name": "KxProd",
  "awsAccountId": "123456789012",
  "status": "CREATED",
  "description": "Production kdb environment for tick data processing",
  "environmentArn": "arn:aws:finspace:us-east-1:123456789012:kxEnvironment/kxenv-abc12345678901234",
  "kmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/mrk-kx1234567890",
  "availabilityZoneIds": [
    "use1-az1",
    "use1-az2"
  ],
  "creationTimestamp": "2025-01-15T09:00:00Z",
  "updateTimestamp": "2025-06-01T14:30:00Z",
  "tags": {
    "Environment": "Production"
  }
}