| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnReportPlan.Builder |
CfnReportPlan.Builder.create(software.constructs.Construct scope,
String id) |
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 |
CfnReportPlan.Builder.reportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
|
CfnReportPlan.Builder |
CfnReportPlan.Builder.reportPlanName(String reportPlanName)
The unique name of the report plan.
|
CfnReportPlan.Builder |
CfnReportPlan.Builder.reportPlanTags(IResolvable reportPlanTags)
A list of tags to tag your report plan.
|
CfnReportPlan.Builder |
CfnReportPlan.Builder.reportPlanTags(List<? extends Object> reportPlanTags)
A list of tags to tag your report plan.
|
CfnReportPlan.Builder |
CfnReportPlan.Builder.reportSetting(Object reportSetting)
Identifies the report template for the report.
|
Copyright © 2022. All rights reserved.