MDAA TS Docs
    Preparing search index...

    Redshift database user with Secrets Manager credential storage and automated rotation.

    Use cases: Automated user provisioning; Credential rotation; Service account management

    AWS: Redshift database users with Secrets Manager integration

    Validation: userName, dbName, secretRotationDays required

    interface DatabaseUsersProps {
        dbName: string;
        excludeCharacters?: string;
        secretAccessRoles?: MdaaRoleRef[];
        secretRotationDays: number;
        userName: string;
    }
    Index

    Properties

    dbName: string

    The DB to which the user will be added

    excludeCharacters?: string

    Characters to exclude in the password

    secretAccessRoles?: MdaaRoleRef[]

    List of roles that need redshift secret access

    secretRotationDays: number

    Number of days between secret rotation

    userName: string

    Name of the execution role