@liflig/cdk
    Preparing search index...

    Interface SecretParameter

    An AWS Secret that should hold a JSON object.

    This will provide a secret that liflig-properties can read. The final parameter seen by the application will be the key given here and the keys from the secret JSON object appended.

    interface SecretParameter {
        key: string;
        secret: ISecret;
    }
    Index

    Properties

    Properties

    key: string
    secret: ISecret