ScheduledQueryErrorReportConfigurationS3Configuration class
Constructors
-
ScheduledQueryErrorReportConfigurationS3Configuration({required Input<
String> bucketName, Input<String?> ? encryptionOption, Input<String?> ? objectKeyPrefix}) -
Creates a new ScheduledQueryErrorReportConfigurationS3Configuration.
bucketNameName of the S3 bucket under which error reports will be created.encryptionOptionEncryption at rest options for the error reports. If no encryption option is specified, Timestream will chooseSSE_S3as default. Valid values areSSE_S3,SSE_KMS.objectKeyPrefixPrefix for the error report key.const -
ScheduledQueryErrorReportConfigurationS3Configuration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
bucketName
→ Input<
String> -
Name of the S3 bucket under which error reports will be created.
final
-
encryptionOption
→ Input<
String?> ? -
Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose
SSE_S3as default. Valid values areSSE_S3,SSE_KMS.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
objectKeyPrefix
→ Input<
String?> ? -
Prefix for the error report key.
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