AnalysisRuleCustom

A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy, minimum aggregation thresholds, and comparison controls.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.

Link copied to clipboard

The aggregation thresholds that each query output group must satisfy. Clean Rooms filters out any group that represents fewer than the specified number of distinct identities. You can specify at most one threshold. You can't use aggregation thresholds with differential privacy, or when allowedAnalyses allows only jobs.

Link copied to clipboard

The list of allowed additional analyses for the custom analysis rule.

Link copied to clipboard

The ARN of the analysis templates that are allowed by the custom analysis rule.

Link copied to clipboard

The IDs of the Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when allowedAnalyses is ANY_QUERY.

Link copied to clipboard

The list of Amazon Web Services account IDs that are allowed to receive results from queries run on the configured table.

Link copied to clipboard

The controls that restrict how a query can compare the columns in the configured table. You can't use comparison controls with differential privacy, or when allowedAnalyses allows only jobs.

Link copied to clipboard

The differential privacy configuration.

Link copied to clipboard

A list of columns that aren't allowed to be shown in the query output.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String