Interface CdkAuroraSnapshotHandlerOptions

interface CdkAuroraSnapshotHandlerOptions {
    aggregation?: AuroraSnapshotSourceAggregation;
    handlerTimeout?: Duration;
    instanceIdentifier?: string;
    schedule?: Schedule;
    sources: AuroraSnapshotSourceSelector[];
    target: CdkAuroraSnapshotTarget;
}

Hierarchy

  • Omit<PickPartial<AuroraSnapshotHandlerOptions, "instanceIdentifier">, "target">
    • CdkAuroraSnapshotHandlerOptions

Properties

handlerTimeout?: Duration
instanceIdentifier?: string
schedule?: Schedule