Interface StackOutput

CloudFormation stack output.

interface StackOutput {
    description: string;
    key: string;
    value: string;
}

Properties

Properties

description: string
key: string
value: string

Generated using TypeDoc