Class ReportPlanReportDeliveryChannelArgs


  • public final class ReportPlanReportDeliveryChannelArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • formats

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> formats()
        Returns:
        A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.
      • s3BucketName

        public com.pulumi.core.Output<java.lang.String> s3BucketName()
        Returns:
        The unique name of the S3 bucket that receives your reports.
      • s3KeyPrefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> s3KeyPrefix()
        Returns:
        The prefix for where 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.