Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_business_report_schedule

update_business_report_schedule(**kwargs)

Updates the configuration of the report delivery schedule with the specified schedule ARN.

See also: AWS API Documentation

Request Syntax

response = client.update_business_report_schedule(
    ScheduleArn='string',
    S3BucketName='string',
    S3KeyPrefix='string',
    Format='CSV'|'CSV_ZIP',
    ScheduleName='string',
    Recurrence={
        'StartDate': 'string'
    }
)
Parameters
  • ScheduleArn (string) --

    [REQUIRED]

    The ARN of the business report schedule.

  • S3BucketName (string) -- The S3 location of the output reports.
  • S3KeyPrefix (string) -- The S3 key where the report is delivered.
  • Format (string) -- The format of the generated report (individual CSV files or zipped files of individual files).
  • ScheduleName (string) -- The name identifier of the schedule.
  • Recurrence (dict) --

    The recurrence of the reports.

    • StartDate (string) --

      The start date.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException
  • AlexaForBusiness.Client.exceptions.ConcurrentModificationException