Interface AuroraSnapshotSourceSelector

interface AuroraSnapshotSourceSelector {
    dbClusterIdentifier?: string;
    snapshotCreateTimeNotBefore?: Date;
    snapshotType?: string;
    tags?: Record<string, true | string[]>;
}

Properties

dbClusterIdentifier?: string
snapshotCreateTimeNotBefore?: Date
snapshotType?: string
tags?: Record<string, true | string[]>