Uses of Class
software.amazon.awscdk.services.backup.CfnReportPlan.Builder
-
Uses of CfnReportPlan.Builder in software.amazon.awscdk.services.backup
Modifier and TypeMethodDescriptionstatic CfnReportPlan.Builder
CfnReportPlan.Builder.reportDeliveryChannel
(Object reportDeliveryChannel) 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.CfnReportPlan.Builder.reportPlanDescription
(String reportPlanDescription) An optional description of the report plan with a maximum 1,024 characters.CfnReportPlan.Builder.reportPlanName
(String reportPlanName) The unique name of the report plan.CfnReportPlan.Builder.reportPlanTags
(List<? extends Object> reportPlanTags) A list of tags to tag your report plan.CfnReportPlan.Builder.reportPlanTags
(IResolvable reportPlanTags) A list of tags to tag your report plan.CfnReportPlan.Builder.reportSetting
(Object reportSetting) Identifies the report template for the report.