ProtectedQueryOutput

Contains details about the protected query output.

Inheritors

Types

Link copied to clipboard

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.

Link copied to clipboard

The list of member Amazon Web Services account(s) that received the results of the query.

Link copied to clipboard

If present, the output for a protected query with an S3 output type.

Link copied to clipboard

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