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.
Inherited functions
Casts this ProtectedQueryOutput as a Distribute and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryDistributeOutput value. Throws an exception if the ProtectedQueryOutput is not a Distribute.
Casts this ProtectedQueryOutput as a Distribute and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryDistributeOutput value. Returns null if the ProtectedQueryOutput is not a Distribute.
Casts this ProtectedQueryOutput as a MemberList and retrieves its kotlin.collections.List
Casts this ProtectedQueryOutput as a MemberList and retrieves its kotlin.collections.List
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.
Casts this ProtectedQueryOutput as a S3 and retrieves its aws.sdk.kotlin.services.cleanrooms.model.ProtectedQueryS3Output value. Returns null if the ProtectedQueryOutput is not a S3.