@cdk-x/core
    Preparing search index...

    Interface StackOutputProps

    Properties for a StackOutput construct.

    interface StackOutputProps {
        description?: string;
        value: string | number | IResolvable;
    }
    Index

    Properties

    Properties

    description?: string

    Optional human-readable description for this output.

    value: string | number | IResolvable

    The value to export from this stack. May be a literal string/number, or an IResolvable token that will be resolved at synthesis time (e.g. a ResourceAttribute from another resource in the same stack).