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;
}

Properties

Properties

key: string
secret: ISecret