Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateBusinessReportScheduleRequest

import type { UpdateBusinessReportScheduleRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface UpdateBusinessReportScheduleRequest {
Format?: BusinessReportFormat | null;
Recurrence?: BusinessReportRecurrence | null;
S3BucketName?: string | null;
S3KeyPrefix?: string | null;
ScheduleArn: string;
ScheduleName?: string | null;
}

§Properties

§

The format of the generated report (individual CSV files or zipped files of individual files).

§
Recurrence?: BusinessReportRecurrence | null
[src]

The recurrence of the reports.

§
S3BucketName?: string | null
[src]

The S3 location of the output reports.

§
S3KeyPrefix?: string | null
[src]

The S3 key where the report is delivered.

§
ScheduleArn: string
[src]

The ARN of the business report schedule.

§
ScheduleName?: string | null
[src]

The name identifier of the schedule.