Report Plan Args
data class ReportPlanArgs(val reportDeliveryChannel: Output<ReportDeliveryChannelPropertiesArgs>? = null, val reportPlanDescription: Output<String>? = null, val reportPlanName: Output<String>? = null, val reportPlanTags: Output<List<TagArgs>>? = null, val reportSetting: Output<ReportSettingPropertiesArgs>? = null) : ConvertibleToJava<ReportPlanArgs>
Contains detailed information about a report plan in AWS Backup Audit Manager.
Constructors
Link copied to clipboard
constructor(reportDeliveryChannel: Output<ReportDeliveryChannelPropertiesArgs>? = null, reportPlanDescription: Output<String>? = null, reportPlanName: Output<String>? = null, reportPlanTags: Output<List<TagArgs>>? = null, reportSetting: Output<ReportSettingPropertiesArgs>? = null)
Properties
Link copied to clipboard
A structure that contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
Link copied to clipboard
An optional description of the report plan with a maximum of 1,024 characters.
Link copied to clipboard
The unique name of the report plan. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
Link copied to clipboard
Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.
Link copied to clipboard
Identifies the report template for the report. Reports are built using a report template.