class Aws::AlexaForBusiness::Types::CreateBusinessReportScheduleRequest


@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateBusinessReportScheduleRequest AWS API Documentation
@return [Array<Types::Tag>]
The tags for the business report schedule.
@!attribute [rw] tags
@return [String]
not need to pass this option.
**A suitable default value is auto-generated.** You should normally
The client request token.
@!attribute [rw] client_request_token
@return [Types::BusinessReportRecurrence]
will only be delivered one time when the API is called.
The recurrence of the reports. If this isn’t specified, the report
@!attribute [rw] recurrence
@return [Types::BusinessReportContentRange]
The content range of the reports.
@!attribute [rw] content_range
@return [String]
files of individual files).
The format of the generated report (individual CSV files or zipped
@!attribute [rw] format
@return [String]
The S3 key where the report is delivered.
@!attribute [rw] s3_key_prefix
@return [String]
ListBusinessReportSchedule.
the report can be retrieved from a download link by calling
The S3 bucket name of the output reports. If this isn’t specified,
@!attribute [rw] s3_bucket_name
@return [String]
The name identifier of the schedule.
@!attribute [rw] schedule_name
}
],
},
value: “TagValue”, # required
key: “TagKey”, # required
{
tags: [
client_request_token: “ClientRequestToken”,
},
start_date: “Date”,
recurrence: {
},
interval: “ONE_DAY”, # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
content_range: { # required
format: “CSV”, # required, accepts CSV, CSV_ZIP
s3_key_prefix: “S3KeyPrefix”,
s3_bucket_name: “CustomerS3BucketName”,
schedule_name: “BusinessReportScheduleName”,
{
data as a hash:
@note When making an API call, you may pass CreateBusinessReportScheduleRequest