ReportGroupExportConfigS3Destination class

Constructors

ReportGroupExportConfigS3Destination({required Input<String> bucket, Input<bool?>? encryptionDisabled, required Input<String> encryptionKey, Input<String?>? packaging, Input<String?>? path})
Creates a new ReportGroupExportConfigS3Destination. bucket The name of the S3 bucket where the raw data of a report are exported. encryptionDisabled A boolean value that specifies if the results of a report are encrypted. encryptionKey The encryption key for the report's encrypted raw data. The KMS key ARN. packaging The type of build output artifact to create. Valid values are: NONE (default) and ZIP. path The path to the exported report's raw data results.
const
ReportGroupExportConfigS3Destination.fromMap(Map<String, dynamic> map)
factory

Properties

bucket → Input<String>
The name of the S3 bucket where the raw data of a report are exported.
final
encryptionDisabled → Input<bool?>?
A boolean value that specifies if the results of a report are encrypted. Note: the API does not currently allow setting encryption as disabled
final
encryptionKey → Input<String>
The encryption key for the report's encrypted raw data. The KMS key ARN.
final
hashCode int
The hash code for this object.
no setterinherited
packaging → Input<String?>?
The type of build output artifact to create. Valid values are: NONE (default) and ZIP.
final
path → Input<String?>?
The path to the exported report's raw data results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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