Distribute

Contains output information for protected queries that use a distribute output type. This output type lets you send query results to multiple locations - either to S3 or to collaboration members.

You can only use the distribute output type with the Spark analytics engine.

Constructors

Link copied to clipboard
constructor(value: ProtectedQueryDistributeOutput)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ProtectedQueryOutput as a MemberList and retrieves its kotlin.collections.List value. Throws an exception if the ProtectedQueryOutput is not a MemberList.

Link copied to clipboard
Link copied to clipboard

Casts this ProtectedQueryOutput as a S3 and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryS3Output value. Throws an exception if the ProtectedQueryOutput is not a S3.

Link copied to clipboard