ProtectedQueryS3OutputConfiguration - AWS Clean Rooms

ProtectedQueryS3OutputConfiguration

Contains the configuration to write the query results to S3.

Contents

bucket

The S3 bucket to unload the protected query results.

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

resultFormat

Intended file format of the result.

Type: String

Valid Values: CSV | PARQUET

Required: Yes

keyPrefix

The S3 prefix to unload the protected query results.

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: