GlobalConfig / ssmParametersConfig / ssmParameterConfig

Example

ssmParameters:
- deploymentTargets:
organizationalUnits:
- Workloads
parameters:
- name: WorkloadsSsmParameter
path: /my/custom/path/variable
value: 'MySSMParameterValue'

Hierarchy

  • SsmParameterConfig

Implements

Constructors

Properties

Constructors

Properties

name: "" = ''

The friendly name of the SSM Parameter, this is used to generate the CloudFormation Logical Id.

path: "" = ''

The path or name used when creating SSM Parameter.

value: "" = ''

The value of the SSM Parameter

Generated using TypeDoc