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<ReportPlanTagArgs>>? = 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
fun ReportPlanArgs(reportDeliveryChannel: Output<ReportDeliveryChannelPropertiesArgs>? = null, reportPlanDescription: Output<String>? = null, reportPlanName: Output<String>? = null, reportPlanTags: Output<List<ReportPlanTagArgs>>? = null, reportSetting: Output<ReportSettingPropertiesArgs>? = null)