From 85df181a106e476c92a6060dc9a66188f37bc06a Mon Sep 17 00:00:00 2001 From: g-dx Date: Fri, 14 Apr 2023 17:20:07 +0100 Subject: [PATCH] Correct aws_quicksight_data_set custom_sql documentation Closes #30742 --- .changelog/30742.txt | 3 +++ website/docs/r/quicksight_data_set.html.markdown | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changelog/30742.txt diff --git a/.changelog/30742.txt b/.changelog/30742.txt new file mode 100644 index 000000000000..ecde8f325d6d --- /dev/null +++ b/.changelog/30742.txt @@ -0,0 +1,3 @@ +```release-note:bug +resource/aws_quicksight_data_set: Correct custom_sql documentation +``` diff --git a/website/docs/r/quicksight_data_set.html.markdown b/website/docs/r/quicksight_data_set.html.markdown index 2ff64ed15508..22c381e09064 100644 --- a/website/docs/r/quicksight_data_set.html.markdown +++ b/website/docs/r/quicksight_data_set.html.markdown @@ -187,12 +187,13 @@ The following arguments are optional: For a `physical_table_map` item to be valid, only one of `custom_sql`, `relational_table`, or `s3_source` should be configured. * `physical_table_map_id` - (Required) Key of the physical table map. -* `custom_sql` - (Optional) A physical table type built from the results of the custom SQL query. See [custom_sql](#custom_sq1). +* `custom_sql` - (Optional) A physical table type built from the results of the custom SQL query. See [custom_sql](#custom_sql). * `relational_table` - (Optional) A physical table type for relational data sources. See [relational_table](#relational_table). * `s3_source` - (Optional) A physical table type for as S3 data source. See [s3_source](#s3_source). -### custom_sq1 +### custom_sql +* `data_source_arn` - (Required) ARN of the data source. * `name` - (Required) Display name for the SQL query result. * `sql_query` - (Required) SQL query. * `columns` - (Optional) Column schema from the SQL query result set. See [columns](#columns).