Amplify Toolbox
    Preparing search index...

    Type Alias ByoValue

    Inert marker describing an existing store entry to wire into environment.

    type ByoValue = {
        "[BYO_BRAND]"?: true;
        kind: "secret" | "config";
        ref: string;
    }
    Index

    Properties

    Properties

    "[BYO_BRAND]"?: true
    kind: "secret" | "config"

    secret → Secrets Manager, config → SSM Parameter Store.

    ref: string

    The secret name/ARN (secret) or parameter name (config; ARNs not accepted).