CreateSnapshotRequest: {
    expiresAt?: Date;
    instanceId: string;
    name?: string;
    region?: Region;
}

Type declaration

  • OptionalexpiresAt?: Date

    Expiration date (must follow the ISO 8601 format).

  • instanceId: string

    UUID of the Database Instance.

  • Optionalname?: string

    Name of the snapshot.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.