@finnairoyj/cdk-constructs-lib - v0.1.11
    Preparing search index...

    Interface StackOutputResolverOptions

    interface StackOutputResolverOptions {
        Name: string;
        Region: string;
        StackName?: string;
        Token?: string;
    }
    Index

    Properties

    Name: string

    Parameter name. If the parameter is exported from the stack, this is enough to resolve it

    Region: string

    Stack region

    StackName?: string

    Stack name. Provide this to resolve an un-exported output directly from the target stack

    Token?: string

    A changing token to force update of the parameter. Use for example Date.now()