TimestreamBatchLoadReportS3Configuration

class awswrangler.typing.TimestreamBatchLoadReportS3Configuration

Bases: TypedDict

Report configuration for a batch load task. This contains details about where error reports are stored.

https://docs.aws.amazon.com/timestream/latest/developerguide/API_ReportS3Configuration.html

Attributes

BucketName

The name of the bucket where the error reports are stored.

ObjectKeyPrefix

Optional S3 prefix for the error reports.

Encryption

Optional encryption type for the error reports.

KmsKeyId

Optional KMS key ID for the error reports.

Attributes Documentation

BucketName: str

The name of the bucket where the error reports are stored.

ObjectKeyPrefix: str

Optional S3 prefix for the error reports.

Encryption: Literal['SSE_S3', 'SSE_KMS']

Optional encryption type for the error reports. SSE_S3 by default.

KmsKeyId: str

Optional KMS key ID for the error reports.