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:
biois a static prefix on all IDs.testwill either betestorprod, depending on the environment that the object is located in.bucis a 3-letter representation of the object in question. In this case,Bucketis represented bybuc.123abcwill be replaced by an alphanumeric string that makes the entire string unique.
Identifiers never change once created.