Class CfnReportPlanProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnReportPlanProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnReportPlanProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnReportPlanProps
@Stability(Stable)
@Internal
public static final class CfnReportPlanProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReportPlanProps
An implementation for 
CfnReportPlanProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnReportPlanPropsCfnReportPlanProps.Builder, CfnReportPlanProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnReportPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReportPlanProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectContains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.final StringAn optional description of the report plan with a maximum 1,024 characters.final StringThe unique name of the report plan.final ObjectA list of tags to tag your report plan.final ObjectIdentifies the report template for the report.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnReportPlanProps.Builder.
 
- 
- 
Method Details- 
getReportDeliveryChannelDescription copied from interface:CfnReportPlanPropsContains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.- Specified by:
- getReportDeliveryChannelin interface- CfnReportPlanProps
 
- 
getReportSettingDescription copied from interface:CfnReportPlanPropsIdentifies 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_REPORTIf the report template is RESOURCE_COMPLIANCE_REPORTorCONTROL_COMPLIANCE_REPORT, this API resource also describes the report coverage by AWS Regions and frameworks.- Specified by:
- getReportSettingin interface- CfnReportPlanProps
 
- 
getReportPlanDescriptionDescription copied from interface:CfnReportPlanPropsAn optional description of the report plan with a maximum 1,024 characters.- Specified by:
- getReportPlanDescriptionin interface- CfnReportPlanProps
 
- 
getReportPlanNameDescription copied from interface:CfnReportPlanPropsThe unique name of the report plan.This name is between 1 and 256 characters starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_). - Specified by:
- getReportPlanNamein interface- CfnReportPlanProps
 
- 
getReportPlanTagsDescription copied from interface:CfnReportPlanPropsA list of tags to tag your report plan.- Specified by:
- getReportPlanTagsin interface- CfnReportPlanProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-