@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.175Z") @Stability(value=Stable) public interface CfnReportPlanProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.backup.*;
Object reportDeliveryChannel;
Object reportSetting;
CfnReportPlanProps cfnReportPlanProps = CfnReportPlanProps.builder()
.reportDeliveryChannel(reportDeliveryChannel)
.reportSetting(reportSetting)
// the properties below are optional
.reportPlanDescription("reportPlanDescription")
.reportPlanName("reportPlanName")
.reportPlanTags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReportPlanProps.Builder
A builder for
CfnReportPlanProps |
static class |
CfnReportPlanProps.Jsii$Proxy
An implementation for
CfnReportPlanProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnReportPlanProps.Builder |
builder() |
Object |
getReportDeliveryChannel()
`AWS::Backup::ReportPlan.ReportDeliveryChannel`.
|
default String |
getReportPlanDescription()
`AWS::Backup::ReportPlan.ReportPlanDescription`.
|
default String |
getReportPlanName()
`AWS::Backup::ReportPlan.ReportPlanName`.
|
default Object |
getReportPlanTags()
`AWS::Backup::ReportPlan.ReportPlanTags`.
|
Object |
getReportSetting()
`AWS::Backup::ReportPlan.ReportSetting`.
|
@Stability(value=Stable) @NotNull Object getReportDeliveryChannel()
@Stability(value=Stable) @Nullable default String getReportPlanDescription()
@Stability(value=Stable) @Nullable default String getReportPlanName()
@Stability(value=Stable) @Nullable default Object getReportPlanTags()
@Stability(value=Stable) @NotNull Object getReportSetting()
@Stability(value=Stable) static CfnReportPlanProps.Builder builder()
CfnReportPlanProps.Builder of CfnReportPlanPropsCopyright © 2021. All rights reserved.