Amazon FinSpace · Example Payload

Amazon Finspace Environment Example

Production financial analytics environment

EnvironmentTeam

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

Top-level fields

environmentIdnameawsAccountIdstatusenvironmentUrldescriptionenvironmentArnkmsKeyIdfederationModetags

Example Payload

Raw ↑
{
  "environmentId": "env-abc12345678901234",
  "name": "FinSpace-Production",
  "awsAccountId": "123456789012",
  "status": "CREATED",
  "environmentUrl": "https://env-abc12345678901234.finspace.amazonaws.com",
  "description": "Production financial analytics environment",
  "environmentArn": "arn:aws:finspace:us-east-1:123456789012:environment/env-abc12345678901234",
  "kmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/mrk-abc1234567890",
  "federationMode": "LOCAL",
  "tags": {
    "Environment": "Production",
    "Team": "DataEngineering"
  }
}