Class CfnReportPlan.ReportDeliveryChannelProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnReportPlan.ReportDeliveryChannelProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReportPlan.ReportDeliveryChannelProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnReportPlan.ReportDeliveryChannelProperty
@Stability(Stable)
@Internal
public static final class CfnReportPlan.ReportDeliveryChannelProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReportPlan.ReportDeliveryChannelProperty
An implementation for
CfnReportPlan.ReportDeliveryChannelProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnReportPlan.ReportDeliveryChannelProperty
CfnReportPlan.ReportDeliveryChannelProperty.Builder, CfnReportPlan.ReportDeliveryChannelProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReportPlan.ReportDeliveryChannelProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
A list of the format of your reports:CSV
,JSON
, or both.final String
The unique name of the S3 bucket that receives your reports.final String
The prefix for where AWS Backup Audit Manager delivers your reports to Amazon S3.final int
hashCode()
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 theCfnReportPlan.ReportDeliveryChannelProperty.Builder
.
-
-
Method Details
-
getS3BucketName
Description copied from interface:CfnReportPlan.ReportDeliveryChannelProperty
The unique name of the S3 bucket that receives your reports.- Specified by:
getS3BucketName
in interfaceCfnReportPlan.ReportDeliveryChannelProperty
-
getFormats
Description copied from interface:CfnReportPlan.ReportDeliveryChannelProperty
A list of the format of your reports:CSV
,JSON
, or both.If not specified, the default format is
CSV
.- Specified by:
getFormats
in interfaceCfnReportPlan.ReportDeliveryChannelProperty
-
getS3KeyPrefix
Description copied from interface:CfnReportPlan.ReportDeliveryChannelProperty
The prefix for where AWS Backup Audit Manager delivers your reports to Amazon S3.The prefix is this part of the following path: s3://your-bucket-name/
prefix
/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.- Specified by:
getS3KeyPrefix
in interfaceCfnReportPlan.ReportDeliveryChannelProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-