Using user-defined variables - Amazon CodeCatalyst

Amazon CodeCatalyst will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For more information, see How to migrate from CodeCatalyst.

Using user-defined variables

User-defined variables are key-value pairs that you define. There are two types:

  • Plaintext variables, or simply variables – These are key-value pairs that you define in plaintext within the workflow definition file.

  • Secrets – These are key-value pairs that you define on a separate Secrets page of the Amazon CodeCatalyst console. The key (name) is a public label, and the value contains the information you want to keep private. You only specify the key in the workflow definition file. Use secrets in place of passwords and other sensitive information in the workflow definition file.

Note

For brevity, this guide uses the term variable to mean plaintext variable.

For more information about variables, see Using variables in workflows.