AnalysisRuleCustom

A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.

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 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 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