ReportPlanReportDeliveryChannel class
Constructors
-
ReportPlanReportDeliveryChannel({Input<List<String>?>? formats, required Input<String> s3BucketName, Input<String?>? s3KeyPrefix})
-
Creates a new ReportPlanReportDeliveryChannel.
formats List of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.
s3BucketName Unique name of the S3 bucket that receives your reports.
s3KeyPrefix 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.
const
-
ReportPlanReportDeliveryChannel.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
formats
→ Input<List<String>?>?
-
List of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3BucketName
→ Input<String>
-
Unique name of the S3 bucket that receives your reports.
final
-
s3KeyPrefix
→ Input<String?>?
-
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.
final