Class CfnReportPlanPropsMixin.ReportSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnReportPlanPropsMixin.ReportSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReportPlanPropsMixin.ReportSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReportPlanPropsMixin.ReportSettingProperty
@Stability(Stable)
@Internal
public static final class CfnReportPlanPropsMixin.ReportSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReportPlanPropsMixin.ReportSettingProperty
An implementation for
CfnReportPlanPropsMixin.ReportSettingProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.backup.CfnReportPlanPropsMixin.ReportSettingProperty
CfnReportPlanPropsMixin.ReportSettingProperty.Builder, CfnReportPlanPropsMixin.ReportSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReportPlanPropsMixin.ReportSettingProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThese are the accounts to be included in the report.The Amazon Resource Names (ARNs) of the frameworks a report covers.These are the Organizational Units to be included in the report.These are the Regions to be included in the report.final StringIdentifies the report template for the report.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnReportPlanPropsMixin.ReportSettingProperty.Builder.
-
-
Method Details
-
getAccounts
Description copied from interface:CfnReportPlanPropsMixin.ReportSettingPropertyThese are the accounts to be included in the report.Use string value of
ROOTto include all organizational units.- Specified by:
getAccountsin interfaceCfnReportPlanPropsMixin.ReportSettingProperty- See Also:
-
getFrameworkArns
Description copied from interface:CfnReportPlanPropsMixin.ReportSettingPropertyThe Amazon Resource Names (ARNs) of the frameworks a report covers.- Specified by:
getFrameworkArnsin interfaceCfnReportPlanPropsMixin.ReportSettingProperty- See Also:
-
getOrganizationUnits
Description copied from interface:CfnReportPlanPropsMixin.ReportSettingPropertyThese are the Organizational Units to be included in the report.- Specified by:
getOrganizationUnitsin interfaceCfnReportPlanPropsMixin.ReportSettingProperty- See Also:
-
getRegions
Description copied from interface:CfnReportPlanPropsMixin.ReportSettingPropertyThese are the Regions to be included in the report.Use the wildcard as the string value to include all Regions.
- Specified by:
getRegionsin interfaceCfnReportPlanPropsMixin.ReportSettingProperty- See Also:
-
getReportTemplate
Description copied from interface:CfnReportPlanPropsMixin.ReportSettingPropertyIdentifies the report template for the report. Reports are built using a report template. The report templates are:.RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT | SCAN_JOB_REPORT- Specified by:
getReportTemplatein interfaceCfnReportPlanPropsMixin.ReportSettingProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-