GetReportPlanReportDeliveryChannel class

Constructors

GetReportPlanReportDeliveryChannel({required Input<List<String>> formats, required Input<String> s3BucketName, required Input<String> s3KeyPrefix})
Creates a new GetReportPlanReportDeliveryChannel. formats List of the format of your reports: CSV, JSON, or both. 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.
const
GetReportPlanReportDeliveryChannel.fromMap(Map<String, dynamic> map)
factory

Properties

formats → Input<List<String>>
List of the format of your reports: CSV, JSON, or both.
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited