Class CfnReportPlanPropsMixin.ReportDeliveryChannelProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnReportPlanPropsMixin.ReportDeliveryChannelProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReportPlanPropsMixin.ReportDeliveryChannelProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReportPlanPropsMixin.ReportDeliveryChannelProperty
@Stability(Stable)
@Internal
public static final class CfnReportPlanPropsMixin.ReportDeliveryChannelProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReportPlanPropsMixin.ReportDeliveryChannelProperty
An implementation for
CfnReportPlanPropsMixin.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.cfnpropertymixins.services.backup.CfnReportPlanPropsMixin.ReportDeliveryChannelProperty
CfnReportPlanPropsMixin.ReportDeliveryChannelProperty.Builder, CfnReportPlanPropsMixin.ReportDeliveryChannelProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReportPlanPropsMixin.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 booleanThe 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 theCfnReportPlanPropsMixin.ReportDeliveryChannelProperty.Builder.
-
-
Method Details
-
getFormats
Description copied from interface:CfnReportPlanPropsMixin.ReportDeliveryChannelPropertyThe format of your reports:CSV,JSON, or both.If not specified, the default format is
CSV.- Specified by:
getFormatsin interfaceCfnReportPlanPropsMixin.ReportDeliveryChannelProperty- See Also:
-
getS3BucketName
Description copied from interface:CfnReportPlanPropsMixin.ReportDeliveryChannelPropertyThe unique name of the S3 bucket that receives your reports.- Specified by:
getS3BucketNamein interfaceCfnReportPlanPropsMixin.ReportDeliveryChannelProperty- See Also:
-
getS3KeyPrefix
Description copied from interface:CfnReportPlanPropsMixin.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 interfaceCfnReportPlanPropsMixin.ReportDeliveryChannelProperty- 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()
-