Class AttiniRuntimeVariablesAbstract

Environment variables that are available when deploying a CDK app with Attini.

Constructors

Properties

DISTRIBUTION_ID: string = 'ATTINI_DISTRIBUTION_ID'

Environment variable that contains the current distribution id

DISTRIBUTION_NAME: string = 'ATTINI_DISTRIBUTION_NAME'

Environment variable that contains the current distribution name.

ENVIRONMENT: string = 'ATTINI_ENVIRONMENT_NAME'

Environment variable that contains the current environment name.

INPUT_FILE_PATH: string = 'ATTINI_INPUT'

Environment variable that contains the path to the steps input file. Contains the steps input.

OUTPUT_FILE_PATH: string = 'ATTINI_OUTPUT'

Environment variable that contains the path to the steps output file. Anything written to this file will be passed as the steps output.

STEP_NAME: string = 'ATTINI_STEP_NAME'

Environment variable that contains the current step name.

Generated using TypeDoc