AWS::CleanRooms::ConfiguredTable AnalysisRuleList - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CleanRooms::ConfiguredTable AnalysisRuleList

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

Syntax

To declare this entity in your 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 AWS 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