Interface StackConfigurationProps

Hierarchy

  • StackConfigurationProps

Properties

Properties

parameters: {
    [key: string]: string;
}

Parameter configuration for the CloudFormation stack/stacks.

Type declaration

  • [key: string]: string
stackName?: string

Stack name that you want to configure.

Generated using TypeDoc