

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::DataSet RelationalTable
<a name="aws-properties-quicksight-dataset-relationaltable"></a>

A physical table type for relational data sources.

## Syntax
<a name="aws-properties-quicksight-dataset-relationaltable-syntax"></a>

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

### JSON
<a name="aws-properties-quicksight-dataset-relationaltable-syntax.json"></a>

```
{
  "[Catalog](#cfn-quicksight-dataset-relationaltable-catalog)" : String,
  "[DataSourceArn](#cfn-quicksight-dataset-relationaltable-datasourcearn)" : String,
  "[InputColumns](#cfn-quicksight-dataset-relationaltable-inputcolumns)" : [ InputColumn, ... ],
  "[Name](#cfn-quicksight-dataset-relationaltable-name)" : String,
  "[Schema](#cfn-quicksight-dataset-relationaltable-schema)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dataset-relationaltable-syntax.yaml"></a>

```
  [Catalog](#cfn-quicksight-dataset-relationaltable-catalog): String
  [DataSourceArn](#cfn-quicksight-dataset-relationaltable-datasourcearn): String
  [InputColumns](#cfn-quicksight-dataset-relationaltable-inputcolumns): 
    - InputColumn
  [Name](#cfn-quicksight-dataset-relationaltable-name): String
  [Schema](#cfn-quicksight-dataset-relationaltable-schema): String
```

## Properties
<a name="aws-properties-quicksight-dataset-relationaltable-properties"></a>

`Catalog`  <a name="cfn-quicksight-dataset-relationaltable-catalog"></a>
The catalog associated with a table.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSourceArn`  <a name="cfn-quicksight-dataset-relationaltable-datasourcearn"></a>
The Amazon Resource Name (ARN) for the data source.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputColumns`  <a name="cfn-quicksight-dataset-relationaltable-inputcolumns"></a>
The column schema of the table.  
*Required*: Yes  
*Type*: Array of [InputColumn](aws-properties-quicksight-dataset-inputcolumn.md)  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dataset-relationaltable-name"></a>
The name of the relational table.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Schema`  <a name="cfn-quicksight-dataset-relationaltable-schema"></a>
The schema name. This name applies to certain relational database engines.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)