AWS::CleanRooms::ConfiguredTable AnalysisRuleList - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CleanRooms::ConfiguredTable AnalysisRuleList

A type of analysis rule that enables row-level analysis.

Syntax

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

JSON

{ "AdditionalAnalyses" : String, "AllowedJoinOperators" : [ String, ... ], "JoinColumns" : [ String, ... ], "ListColumns" : [ String, ... ] }

YAML

AdditionalAnalyses: String AllowedJoinOperators: - String JoinColumns: - String ListColumns: - String

Properties

AdditionalAnalyses

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

Required: No

Type: String

Allowed values: ALLOWED | REQUIRED | NOT_ALLOWED

Update requires: No interruption

AllowedJoinOperators

The logical operators (if any) that are to be used in an INNER JOIN match condition. Default is AND.

Required: No

Type: Array of String

Maximum: 2

Update requires: No interruption

JoinColumns

Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.

Required: Yes

Type: Array of String

Minimum: 1

Update requires: No interruption

ListColumns

Columns that can be listed in the output.

Required: Yes

Type: Array of String

Update requires: No interruption