AWS::QuickSight::DataSet JoinOperation - AWS CloudFormation

This is the new AWS 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 AWS 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