Interface CfnReportPlanPropsMixin.ReportSettingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnReportPlanPropsMixin.ReportSettingProperty.Jsii$Proxy
Enclosing class:
CfnReportPlanPropsMixin

@Stability(Stable) public static interface CfnReportPlanPropsMixin.ReportSettingProperty extends software.amazon.jsii.JsiiSerializable
Contains detailed information about a report setting.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.backup.*;
 ReportSettingProperty reportSettingProperty = ReportSettingProperty.builder()
         .accounts(List.of("accounts"))
         .frameworkArns(List.of("frameworkArns"))
         .organizationUnits(List.of("organizationUnits"))
         .regions(List.of("regions"))
         .reportTemplate("reportTemplate")
         .build();
 

See Also: