CdkParameters

StackConfiguration:
    - StackName: String
      Parameters: Map<String,String>

StackName

Type: String

The stack that the parameter should be applied to, this is only required if the CDK App has more than one stack.

Required: No

Parameters

Type: Map<String,String>

Key and Value map with the parameters for your stack.

Required: Yes

Example
StackConfiguration:
    - StackName: MyStackName
      Parameters:
          VpcId: $.output.vpc.id