Interface StackConfigurationProps

interface StackConfigurationProps {
    parameters: {
        [key: string]: string;
    };
    stackName?: string;
}

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