Documentation - v0.0.0
    Preparing search index...
    interface DatabaseConfig {
        backupRetentionDays: number;
        bastionAllowList: string[];
        cloudwatchLogsRetentionDays: number;
        databaseName: null | string;
        deletionProtection: boolean;
        engineVersion: string;
        ioOptimized: boolean;
        isolated?: boolean;
        maxAcu: number;
        minAcu: number;
        numReplicas: number;
        numReplicasScaledWithWriter: number;
        performanceInsights: boolean;
        performanceInsightsRetention: number;
        snapshotIdentifier: null | string;
        username?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backupRetentionDays: number = ...
    bastionAllowList: string[] = ...
    cloudwatchLogsRetentionDays: number = ...
    databaseName: null | string = ...
    deletionProtection: boolean = ...
    engineVersion: string = ...
    ioOptimized: boolean = ...
    isolated?: boolean = ...
    maxAcu: number = ...
    minAcu: number = ...
    numReplicas: number = ...
    numReplicasScaledWithWriter: number = ...
    performanceInsights: boolean = ...
    performanceInsightsRetention: number = ...
    snapshotIdentifier: null | string = ...
    username?: string = ...