Takomo v7.4.3
    Preparing search index...

    Interface StackOutput

    CloudFormation stack output.

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

    Properties

    Properties

    description: string
    key: string
    value: string