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
  • 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

      protected Jsii$Proxy(CfnReportPlanProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnReportPlanProps.Builder.
  • Method Details

    • getReportDeliveryChannel

      public final Object getReportDeliveryChannel()
      Description copied from interface: CfnReportPlanProps
      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.
      Specified by:
      getReportDeliveryChannel in interface CfnReportPlanProps
    • getReportSetting

      public final Object getReportSetting()
      Description copied from interface: CfnReportPlanProps
      Identifies 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

      If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT , this API resource also describes the report coverage by AWS Regions and frameworks.

      Specified by:
      getReportSetting in interface CfnReportPlanProps
    • getReportPlanDescription

      public final String getReportPlanDescription()
      Description copied from interface: CfnReportPlanProps
      An optional description of the report plan with a maximum 1,024 characters.
      Specified by:
      getReportPlanDescription in interface CfnReportPlanProps
    • getReportPlanName

      public final String getReportPlanName()
      Description copied from interface: CfnReportPlanProps
      The 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:
      getReportPlanName in interface CfnReportPlanProps
    • getReportPlanTags

      public final Object getReportPlanTags()
      Description copied from interface: CfnReportPlanProps
      A list of tags to tag your report plan.
      Specified by:
      getReportPlanTags in interface CfnReportPlanProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object