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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnReportPlan.ReportDeliveryChannelProperty
CfnReportPlan.ReportDeliveryChannelProperty.Builder, CfnReportPlan.ReportDeliveryChannelProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReportPlan.ReportDeliveryChannelProperty.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 booleanA list of the format of your reports:CSV,JSON, or both.final StringThe unique name of the S3 bucket that receives your reports.final StringThe prefix for where AWS Backup Audit Manager delivers your reports to Amazon S3.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 theCfnReportPlan.ReportDeliveryChannelProperty.Builder.
-
-
Method Details
-
getS3BucketName
Description copied from interface:CfnReportPlan.ReportDeliveryChannelPropertyThe unique name of the S3 bucket that receives your reports.- Specified by:
getS3BucketNamein interfaceCfnReportPlan.ReportDeliveryChannelProperty
-
getFormats
Description copied from interface:CfnReportPlan.ReportDeliveryChannelPropertyA list of the format of your reports:CSV,JSON, or both.If not specified, the default format is
CSV.- Specified by:
getFormatsin interfaceCfnReportPlan.ReportDeliveryChannelProperty
-
getS3KeyPrefix
Description copied from interface:CfnReportPlan.ReportDeliveryChannelPropertyThe 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:
getS3KeyPrefixin interfaceCfnReportPlan.ReportDeliveryChannelProperty
-
$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()
-