AWS::QuickSight::DataSet JoinOperation - 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::QuickSight::DataSet JoinOperation

A transform operation that combines data from two sources based on specified join conditions.

Syntax

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

Properties

Alias

Alias for this operation.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

LeftOperand

The left operand for the join operation.

Required: Yes

Type: TransformOperationSource

Update requires: No interruption

LeftOperandProperties

Properties that control how the left operand's columns are handled in the join result.

Required: No

Type: JoinOperandProperties

Update requires: No interruption

OnClause

The join condition that specifies how to match rows between the left and right operands.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

RightOperand

The right operand for the join operation.

Required: Yes

Type: TransformOperationSource

Update requires: No interruption

RightOperandProperties

Properties that control how the right operand's columns are handled in the join result.

Required: No

Type: JoinOperandProperties

Update requires: No interruption

Type

The type of join to perform, such as INNER, LEFT, RIGHT, or OUTER.

Required: Yes

Type: String

Allowed values: INNER | OUTER | LEFT | RIGHT

Update requires: No interruption