AWS::CleanRooms::ConfiguredTable AnalysisRuleCustom - AWS CloudFormation

AWS::CleanRooms::ConfiguredTable AnalysisRuleCustom

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "AllowedAnalyses" : [ String, ... ], "AllowedAnalysisProviders" : [ String, ... ], "DifferentialPrivacy" : DifferentialPrivacy }

Properties

AllowedAnalyses

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

Required: Yes

Type: Array of String

Minimum: 0

Update requires: No interruption

AllowedAnalysisProviders

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

Required: No

Type: Array of String

Minimum: 0

Update requires: No interruption

DifferentialPrivacy

The differential privacy configuration.

Required: No

Type: DifferentialPrivacy

Update requires: No interruption