Interface StackParameter

CloudFormation stack parameter.

interface StackParameter {
    key: string;
    value: string;
}

Properties

Properties

key: string
value: string

Generated using TypeDoc