Class AttiniPayloadAbstract

Utility class for reading values from the payload of an Attini deployment plan. Each method can only be used as the value of a key/value pair in an Attini or StepFunction step.

Example

Valid example:

{my-key: AttiniPayload.environment()}

Invalid examples:

{my-key: 'test'+ AttiniPayload.environment()}
{my-key: '[step.AttiniPayload.environment()]}

Constructors

Properties

DISTRIBUTION_NAME_PATH: string = '$.deploymentOriginData.distributionName'
DISTRIBUTION_VERSION: string = '$.deploymentOriginData.version'
ENVIRONMENT_PATH: string = '$.deploymentOriginData.environment'
STACK_PARAMETERS_PATH: string = '$.stackParameters'

Methods

Generated using TypeDoc