@liflig/cdk
    Preparing search index...

    Interface SecretByNameParameter

    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 SecretByNameParameter {
        key: string;
        secretName: string;
    }
    Index

    Properties

    Properties

    key: string
    secretName: string