View a markdown version of this page

AnalysisLogExportS3OutputConfiguration - AWS Clean Rooms

AnalysisLogExportS3OutputConfiguration

Contains output information for an analysis log export with an S3 output type.

The exported logs are written under the bucket and key prefix that you specify. The path includes the collaboration ID, the protected query ID, and the analysis log export ID. Because the path includes the export ID, exporting the same query more than once doesn't overwrite the logs from an earlier export.

Note

The exported logs are encrypted using the default encryption configuration of the destination bucket. AWS Clean Rooms doesn't accept a KMS key for log export. To encrypt the exported logs with a customer managed key, configure the bucket's default encryption to use that key before you export.

Contents

bucket

The S3 bucket that the exported analysis logs are written to. The bucket must be in the same AWS Region as the collaboration.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 63.

Pattern: .*(?!^(\d+\.)+\d+$)(^(([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])\.)*([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])$).*

Required: Yes

keyPrefix

The S3 key prefix under which the exported analysis logs are written.

Only one export can be in progress at a time for a given query and destination. To export the same query twice at once, use a different key prefix for the second export.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 512.

Pattern: [\w!.=*/-]*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: