Identifiers

IDs for objects throughout the platform follow a familiar format, with its components separated by underscores (_). For example:

bio_test_buc_123abc

In this example, the following parts mean the following things:

  1. bio is a static prefix on all IDs.
  2. test will either be test or prod, depending on the environment that the object is located in.
  3. buc is a 3-letter representation of the object in question. In this case, Bucket is represented by buc.
  4. 123abc will be replaced by an alphanumeric string that makes the entire string unique.

Identifiers never change once created.