Package com.pulumi.aws.backup.inputs
Class ReportPlanReportDeliveryChannelArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.backup.inputs.ReportPlanReportDeliveryChannelArgs
-
public final class ReportPlanReportDeliveryChannelArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportPlanReportDeliveryChannelArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ReportPlanReportDeliveryChannelArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportPlanReportDeliveryChannelArgs.Builder
builder()
static ReportPlanReportDeliveryChannelArgs.Builder
builder(ReportPlanReportDeliveryChannelArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
formats()
com.pulumi.core.Output<java.lang.String>
s3BucketName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
s3KeyPrefix()
-
-
-
Field Detail
-
Empty
public static final ReportPlanReportDeliveryChannelArgs Empty
-
-
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.
-
builder
public static ReportPlanReportDeliveryChannelArgs.Builder builder()
-
builder
public static ReportPlanReportDeliveryChannelArgs.Builder builder(ReportPlanReportDeliveryChannelArgs defaults)
-
-