{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-quicksight-dataset.json",
  "title": "AWSQuickSightDataSetProperties",
  "description": "Definition of the AWS::QuickSight::DataSet Resource Type.. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-quicksight-dataset.json",
    "sourceSha256": "fb49cac90dfb9ae86e5f93eeec87d00cbbe76959b5c61ff68f5f22747822e8da"
  },
  "type": "object",
  "properties": {
    "AwsAccountId": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 12,
          "minLength": 12,
          "pattern": "^[0-9]{12}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ColumnGroups": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/ColumnGroup"
      },
      "maxItems": 8,
      "minItems": 1,
      "description": "<p>Groupings of columns that work together in certain QuickSight features. Currently, only geospatial hierarchy is supported.</p>"
    },
    "ColumnLevelPermissionRules": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/ColumnLevelPermissionRule"
      },
      "minItems": 1
    },
    "DataSetId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DatasetParameters": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/DatasetParameter"
      },
      "maxItems": 32,
      "minItems": 1,
      "description": "<p>The parameters declared in the dataset.</p>"
    },
    "FieldFolders": {
      "$ref": "#/$defs/FieldFolderMap"
    },
    "ImportMode": {
      "$ref": "#/$defs/DataSetImportMode"
    },
    "LogicalTableMap": {
      "$ref": "#/$defs/LogicalTableMap"
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 128,
          "minLength": 1
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "<p>The display name for the dataset.</p>"
    },
    "Permissions": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/ResourcePermission"
      },
      "maxItems": 64,
      "minItems": 1,
      "description": "<p>A list of resource permissions on the dataset.</p>"
    },
    "PhysicalTableMap": {
      "$ref": "#/$defs/PhysicalTableMap"
    },
    "RowLevelPermissionDataSet": {
      "$ref": "#/$defs/RowLevelPermissionDataSet"
    },
    "RowLevelPermissionTagConfiguration": {
      "$ref": "#/$defs/RowLevelPermissionTagConfiguration"
    },
    "Tags": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "maxItems": 200,
      "minItems": 1,
      "description": "<p>Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.</p>"
    },
    "IngestionWaitPolicy": {
      "$ref": "#/$defs/IngestionWaitPolicy"
    },
    "DataSetUsageConfiguration": {
      "$ref": "#/$defs/DataSetUsageConfiguration"
    },
    "DataSetRefreshProperties": {
      "$ref": "#/$defs/DataSetRefreshProperties"
    }
  },
  "typeName": "AWS::QuickSight::DataSet",
  "$defs": {
    "CalculatedColumn": {
      "type": "object",
      "description": "<p>A calculated column for a dataset.</p>",
      "properties": {
        "ColumnId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>A unique ID to identify a calculated column. During a dataset update, if the column ID\n            of a calculated column matches that of an existing calculated column, Amazon QuickSight\n            preserves the existing calculated column.</p>"
        },
        "ColumnName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>Column name.</p>"
        },
        "Expression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>An expression that defines the calculated column.</p>"
        }
      },
      "required": [
        "ColumnId",
        "ColumnName",
        "Expression"
      ],
      "title": "AWSQuickSightDataSetCalculatedColumnDefinition",
      "additionalProperties": false
    },
    "CastColumnTypeOperation": {
      "type": "object",
      "description": "<p>A transform operation that casts a column to a different type.</p>",
      "properties": {
        "ColumnName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>Column name.</p>"
        },
        "Format": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 32,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>When casting a column from string to datetime type, you can supply a string in a\n            format supported by Amazon QuickSight to denote the source data format.</p>"
        },
        "NewColumnType": {
          "$ref": "#/$defs/ColumnDataType"
        }
      },
      "required": [
        "ColumnName",
        "NewColumnType"
      ],
      "title": "AWSQuickSightDataSetCastColumnTypeOperationDefinition",
      "additionalProperties": false
    },
    "ColumnDataType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "STRING",
            "INTEGER",
            "DECIMAL",
            "DATETIME"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetColumnDataTypeDefinition"
    },
    "ColumnDescription": {
      "type": "object",
      "description": "<p>Metadata that contains a description for a column.</p>",
      "properties": {
        "Text": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 500,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The text of a description for a column.</p>"
        }
      },
      "title": "AWSQuickSightDataSetColumnDescriptionDefinition",
      "additionalProperties": false
    },
    "ColumnGroup": {
      "type": "object",
      "description": "<p>Groupings of columns that work together in certain Amazon QuickSight features. This is\n            a variant type structure. For this structure to be valid, only one of the attributes can\n            be non-null.</p>",
      "properties": {
        "GeoSpatialColumnGroup": {
          "$ref": "#/$defs/GeoSpatialColumnGroup"
        }
      },
      "title": "AWSQuickSightDataSetColumnGroupDefinition",
      "additionalProperties": false
    },
    "ColumnLevelPermissionRule": {
      "type": "object",
      "properties": {
        "ColumnNames": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "minItems": 1
        },
        "Principals": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 100,
          "minItems": 1
        }
      },
      "title": "AWSQuickSightDataSetColumnLevelPermissionRuleDefinition",
      "additionalProperties": false
    },
    "ColumnTag": {
      "type": "object",
      "description": "<p>A tag for a column in a <a>TagColumnOperation</a> structure. This is a\n            variant type structure. For this structure to be valid, only one of the attributes can\n            be non-null.</p>",
      "properties": {
        "ColumnGeographicRole": {
          "$ref": "#/$defs/GeoSpatialDataRole"
        },
        "ColumnDescription": {
          "$ref": "#/$defs/ColumnDescription"
        }
      },
      "title": "AWSQuickSightDataSetColumnTagDefinition",
      "additionalProperties": false
    },
    "CreateColumnsOperation": {
      "type": "object",
      "description": "<p>A transform operation that creates calculated columns. Columns created in one such\n            operation form a lexical closure.</p>",
      "properties": {
        "Columns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/CalculatedColumn"
          },
          "maxItems": 128,
          "minItems": 1,
          "description": "<p>Calculated columns to create.</p>"
        }
      },
      "required": [
        "Columns"
      ],
      "title": "AWSQuickSightDataSetCreateColumnsOperationDefinition",
      "additionalProperties": false
    },
    "CustomSql": {
      "type": "object",
      "description": "<p>A physical table type built from the results of the custom SQL query.</p>",
      "properties": {
        "DataSourceArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The Amazon Resource Name (ARN) of the data source.</p>"
        },
        "SqlQuery": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 65536,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The SQL query.</p>"
        },
        "Columns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/InputColumn"
          },
          "maxItems": 2048,
          "minItems": 1,
          "description": "<p>The column schema from the SQL query result set.</p>"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>A display name for the SQL query result.</p>"
        }
      },
      "required": [
        "Columns",
        "DataSourceArn",
        "Name",
        "SqlQuery"
      ],
      "title": "AWSQuickSightDataSetCustomSqlDefinition",
      "additionalProperties": false
    },
    "DataSetImportMode": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "SPICE",
            "DIRECT_QUERY"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetDataSetImportModeDefinition"
    },
    "DatasetParameter": {
      "type": "object",
      "description": "<p>A parameter created in the dataset that could be of any one data type such as string, integer, decimal or datetime.</p>",
      "properties": {
        "StringDatasetParameter": {
          "$ref": "#/$defs/StringDatasetParameter"
        },
        "DecimalDatasetParameter": {
          "$ref": "#/$defs/DecimalDatasetParameter"
        },
        "IntegerDatasetParameter": {
          "$ref": "#/$defs/IntegerDatasetParameter"
        },
        "DateTimeDatasetParameter": {
          "$ref": "#/$defs/DateTimeDatasetParameter"
        }
      },
      "title": "AWSQuickSightDataSetDatasetParameterDefinition",
      "additionalProperties": false
    },
    "DatasetParameterId": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 128,
          "minLength": 1,
          "pattern": "^[a-zA-Z0-9-]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "<p>Identifier of the parameter created in the dataset.</p>",
      "title": "AWSQuickSightDataSetDatasetParameterIdDefinition"
    },
    "DatasetParameterName": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 2048,
          "minLength": 1,
          "pattern": "^[a-zA-Z0-9]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "<p>Name of the parameter created in the dataset.</p>",
      "title": "AWSQuickSightDataSetDatasetParameterNameDefinition"
    },
    "DatasetParameterValueType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "MULTI_VALUED",
            "SINGLE_VALUED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "<p>Every parameter value could be either a single value or multi value which helps to validate before evaluation.</p>",
      "title": "AWSQuickSightDataSetDatasetParameterValueTypeDefinition"
    },
    "DateTimeDatasetParameter": {
      "type": "object",
      "description": "<p>A parameter created in the dataset of date time data type.</p>",
      "properties": {
        "Id": {
          "$ref": "#/$defs/DatasetParameterId"
        },
        "Name": {
          "$ref": "#/$defs/DatasetParameterName"
        },
        "ValueType": {
          "$ref": "#/$defs/DatasetParameterValueType"
        },
        "TimeGranularity": {
          "$ref": "#/$defs/TimeGranularity"
        },
        "DefaultValues": {
          "$ref": "#/$defs/DateTimeDatasetParameterDefaultValues"
        }
      },
      "required": [
        "Id",
        "Name",
        "ValueType"
      ],
      "title": "AWSQuickSightDataSetDateTimeDatasetParameterDefinition",
      "additionalProperties": false
    },
    "DateTimeDatasetParameterDefaultValues": {
      "type": "object",
      "description": "<p>List of default values defined for a given string date time parameter type. Currently only static values are supported.</p>",
      "properties": {
        "StaticValues": {
          "$ref": "#/$defs/DateTimeDatasetParameterValueList",
          "description": "<p>List of static default values defined for a given string date time parameter type.</p>"
        }
      },
      "title": "AWSQuickSightDataSetDateTimeDatasetParameterDefaultValuesDefinition",
      "additionalProperties": false
    },
    "DateTimeDatasetParameterValueList": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "<p>Default value defined for the dataset parameter of date time type.</p>"
      },
      "maxItems": 32,
      "minItems": 1,
      "title": "AWSQuickSightDataSetDateTimeDatasetParameterValueListDefinition"
    },
    "DecimalDatasetParameter": {
      "type": "object",
      "description": "<p>A parameter created in the dataset of decimal data type.</p>",
      "properties": {
        "Id": {
          "$ref": "#/$defs/DatasetParameterId"
        },
        "Name": {
          "$ref": "#/$defs/DatasetParameterName"
        },
        "ValueType": {
          "$ref": "#/$defs/DatasetParameterValueType"
        },
        "DefaultValues": {
          "$ref": "#/$defs/DecimalDatasetParameterDefaultValues"
        }
      },
      "required": [
        "Id",
        "Name",
        "ValueType"
      ],
      "title": "AWSQuickSightDataSetDecimalDatasetParameterDefinition",
      "additionalProperties": false
    },
    "DecimalDatasetParameterDefaultValues": {
      "type": "object",
      "description": "<p>List of default values defined for a given decimal dataset parameter type. Currently only static values are supported.</p>",
      "properties": {
        "StaticValues": {
          "$ref": "#/$defs/DecimalDatasetParameterValueList",
          "description": "<p>List of static default values defined for a given decimal dataset parameter type.</p>"
        }
      },
      "title": "AWSQuickSightDataSetDecimalDatasetParameterDefaultValuesDefinition",
      "additionalProperties": false
    },
    "DecimalDatasetParameterValueList": {
      "type": "array",
      "items": {
        "type": "number",
        "description": "<p>Default value defined for the dataset parameter of decimal type.</p>"
      },
      "maxItems": 32,
      "minItems": 1,
      "title": "AWSQuickSightDataSetDecimalDatasetParameterValueListDefinition"
    },
    "IntegerDatasetParameter": {
      "type": "object",
      "description": "<p>A parameter created in the dataset of integer data type.</p>",
      "properties": {
        "Id": {
          "$ref": "#/$defs/DatasetParameterId"
        },
        "Name": {
          "$ref": "#/$defs/DatasetParameterName"
        },
        "ValueType": {
          "$ref": "#/$defs/DatasetParameterValueType"
        },
        "DefaultValues": {
          "$ref": "#/$defs/IntegerDatasetParameterDefaultValues"
        }
      },
      "required": [
        "Id",
        "Name",
        "ValueType"
      ],
      "title": "AWSQuickSightDataSetIntegerDatasetParameterDefinition",
      "additionalProperties": false
    },
    "IntegerDatasetParameterDefaultValues": {
      "type": "object",
      "description": "<p>List of default values defined for a given integer dataset parameter type. Currently only static values are supported.</p>",
      "properties": {
        "StaticValues": {
          "$ref": "#/$defs/IntegerDatasetParameterValueList",
          "description": "<p>List of static default values defined for a given integer dataset parameter type.</p>"
        }
      },
      "title": "AWSQuickSightDataSetIntegerDatasetParameterDefaultValuesDefinition",
      "additionalProperties": false
    },
    "IntegerDatasetParameterValueList": {
      "type": "array",
      "items": {
        "type": "number",
        "description": "<p>Default value defined for the dataset parameter of integer type.</p>"
      },
      "maxItems": 32,
      "minItems": 1,
      "title": "AWSQuickSightDataSetIntegerDatasetParameterValueListDefinition"
    },
    "StringDatasetParameter": {
      "type": "object",
      "description": "<p>A parameter created in the dataset of string data type.</p>",
      "properties": {
        "Id": {
          "$ref": "#/$defs/DatasetParameterId"
        },
        "Name": {
          "$ref": "#/$defs/DatasetParameterName"
        },
        "ValueType": {
          "$ref": "#/$defs/DatasetParameterValueType"
        },
        "DefaultValues": {
          "$ref": "#/$defs/StringDatasetParameterDefaultValues"
        }
      },
      "required": [
        "Id",
        "Name",
        "ValueType"
      ],
      "title": "AWSQuickSightDataSetStringDatasetParameterDefinition",
      "additionalProperties": false
    },
    "StringDatasetParameterDefaultValues": {
      "type": "object",
      "description": "<p>List of default values defined for a given string dataset parameter type. Currently only static values are supported.</p>",
      "properties": {
        "StaticValues": {
          "$ref": "#/$defs/StringDatasetParameterValueList",
          "description": "<p>List of static default values defined for a given string dataset parameter type.</p>"
        }
      },
      "title": "AWSQuickSightDataSetStringDatasetParameterDefaultValuesDefinition",
      "additionalProperties": false
    },
    "StringDatasetParameterValueList": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "<p>Default value defined for the dataset parameter of string type.</p>"
      },
      "maxItems": 32,
      "minItems": 1,
      "title": "AWSQuickSightDataSetStringDatasetParameterValueListDefinition"
    },
    "FieldFolder": {
      "type": "object",
      "properties": {
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 500,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Columns": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 5000,
          "minItems": 0
        }
      },
      "title": "AWSQuickSightDataSetFieldFolderDefinition",
      "additionalProperties": false
    },
    "FieldFolderMap": {
      "type": "object",
      "additionalProperties": false,
      "title": "AWSQuickSightDataSetFieldFolderMapDefinition",
      "patternProperties": {
        ".+": {
          "$ref": "#/$defs/FieldFolder"
        }
      }
    },
    "FileFormat": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "CSV",
            "TSV",
            "CLF",
            "ELF",
            "XLSX",
            "JSON"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetFileFormatDefinition"
    },
    "FilterOperation": {
      "type": "object",
      "description": "<p>A transform operation that filters rows based on a condition.</p>",
      "properties": {
        "ConditionExpression": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>An expression that must evaluate to a Boolean value. Rows for which the expression\n            evaluates to true are kept in the dataset.</p>"
        }
      },
      "required": [
        "ConditionExpression"
      ],
      "title": "AWSQuickSightDataSetFilterOperationDefinition",
      "additionalProperties": false
    },
    "GeoSpatialColumnGroup": {
      "type": "object",
      "description": "<p>Geospatial column group that denotes a hierarchy.</p>",
      "properties": {
        "Columns": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 128,
            "minLength": 1
          },
          "maxItems": 16,
          "minItems": 1,
          "description": "<p>Columns in this hierarchy.</p>"
        },
        "CountryCode": {
          "$ref": "#/$defs/GeoSpatialCountryCode"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>A display name for the hierarchy.</p>"
        }
      },
      "required": [
        "Columns",
        "Name"
      ],
      "title": "AWSQuickSightDataSetGeoSpatialColumnGroupDefinition",
      "additionalProperties": false
    },
    "GeoSpatialCountryCode": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "US"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetGeoSpatialCountryCodeDefinition"
    },
    "GeoSpatialDataRole": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "COUNTRY",
            "STATE",
            "COUNTY",
            "CITY",
            "POSTCODE",
            "LONGITUDE",
            "LATITUDE",
            "POLITICAL1"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetGeoSpatialDataRoleDefinition"
    },
    "InputColumn": {
      "type": "object",
      "description": "<p>Metadata for a column that is used as the input of a transform operation.</p>",
      "properties": {
        "Type": {
          "$ref": "#/$defs/InputColumnDataType"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The name of this column in the underlying data source.</p>"
        }
      },
      "required": [
        "Name",
        "Type"
      ],
      "title": "AWSQuickSightDataSetInputColumnDefinition",
      "additionalProperties": false
    },
    "InputColumnDataType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "STRING",
            "INTEGER",
            "DECIMAL",
            "DATETIME",
            "BIT",
            "BOOLEAN",
            "JSON"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetInputColumnDataTypeDefinition"
    },
    "RefreshConfiguration": {
      "type": "object",
      "description": "<p> Refresh Configuration.</p>",
      "properties": {
        "IncrementalRefresh": {
          "$ref": "#/$defs/IncrementalRefresh"
        }
      },
      "title": "AWSQuickSightDataSetRefreshConfigurationDefinition",
      "additionalProperties": false
    },
    "IncrementalRefresh": {
      "type": "object",
      "description": "<p>Incremental Refresh</p>",
      "properties": {
        "LookbackWindow": {
          "$ref": "#/$defs/LookbackWindow"
        }
      },
      "title": "AWSQuickSightDataSetIncrementalRefreshDefinition",
      "additionalProperties": false
    },
    "LookbackWindow": {
      "type": "object",
      "properties": {
        "ColumnName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>Column Name</p>"
        },
        "Size": {
          "type": "number",
          "description": "<p>Size</p>",
          "minimum": 1
        },
        "SizeUnit": {
          "$ref": "#/$defs/SizeUnit"
        }
      },
      "title": "AWSQuickSightDataSetLookbackWindowDefinition",
      "additionalProperties": false
    },
    "SizeUnit": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "HOUR",
            "DAY",
            "WEEK"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetSizeUnitDefinition"
    },
    "JoinInstruction": {
      "type": "object",
      "description": "<p>Join instruction.</p>",
      "properties": {
        "OnClause": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 512,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>On Clause.</p>"
        },
        "Type": {
          "$ref": "#/$defs/JoinType"
        },
        "LeftJoinKeyProperties": {
          "$ref": "#/$defs/JoinKeyProperties"
        },
        "LeftOperand": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 1,
              "pattern": "[0-9a-zA-Z-]*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>Left operand.</p>"
        },
        "RightOperand": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 1,
              "pattern": "[0-9a-zA-Z-]*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>Right operand.</p>"
        },
        "RightJoinKeyProperties": {
          "$ref": "#/$defs/JoinKeyProperties"
        }
      },
      "required": [
        "LeftOperand",
        "OnClause",
        "RightOperand",
        "Type"
      ],
      "title": "AWSQuickSightDataSetJoinInstructionDefinition",
      "additionalProperties": false
    },
    "JoinKeyProperties": {
      "type": "object",
      "properties": {
        "UniqueKey": {
          "type": "boolean"
        }
      },
      "title": "AWSQuickSightDataSetJoinKeyPropertiesDefinition",
      "additionalProperties": false
    },
    "JoinType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "INNER",
            "OUTER",
            "LEFT",
            "RIGHT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetJoinTypeDefinition"
    },
    "LogicalTable": {
      "type": "object",
      "description": "<p>A <i>logical table</i> is a unit that joins and that data\n            transformations operate on. A logical table has a source, which can be either a physical\n            table or result of a join. When a logical table points to a physical table, the logical\n            table acts as a mutable copy of that physical table through transform operations.</p>",
      "properties": {
        "Alias": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>A display name for the logical table.</p>"
        },
        "DataTransforms": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/TransformOperation"
          },
          "maxItems": 2048,
          "minItems": 1,
          "description": "<p>Transform operations that act on this logical table.</p>"
        },
        "Source": {
          "$ref": "#/$defs/LogicalTableSource"
        }
      },
      "required": [
        "Alias",
        "Source"
      ],
      "title": "AWSQuickSightDataSetLogicalTableDefinition",
      "additionalProperties": false
    },
    "LogicalTableMap": {
      "type": "object",
      "maxProperties": 64,
      "minProperties": 1,
      "additionalProperties": false,
      "title": "AWSQuickSightDataSetLogicalTableMapDefinition",
      "patternProperties": {
        "[0-9a-zA-Z-]*": {
          "$ref": "#/$defs/LogicalTable"
        }
      }
    },
    "LogicalTableSource": {
      "type": "object",
      "description": "<p>Information about the source of a logical table. This is a variant type structure. For\n            this structure to be valid, only one of the attributes can be non-null.</p>",
      "properties": {
        "PhysicalTableId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 1,
              "pattern": "[0-9a-zA-Z-]*"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>Physical table ID.</p>"
        },
        "JoinInstruction": {
          "$ref": "#/$defs/JoinInstruction"
        },
        "DataSetArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The Amazon Resource Name (ARN) for the dataset.</p>"
        }
      },
      "title": "AWSQuickSightDataSetLogicalTableSourceDefinition",
      "additionalProperties": false
    },
    "NewDefaultValues": {
      "type": "object",
      "properties": {
        "StringStaticValues": {
          "$ref": "#/$defs/StringDatasetParameterValueList"
        },
        "DecimalStaticValues": {
          "$ref": "#/$defs/DecimalDatasetParameterValueList"
        },
        "DateTimeStaticValues": {
          "$ref": "#/$defs/DateTimeDatasetParameterValueList"
        },
        "IntegerStaticValues": {
          "$ref": "#/$defs/IntegerDatasetParameterValueList"
        }
      },
      "title": "AWSQuickSightDataSetNewDefaultValuesDefinition",
      "additionalProperties": false
    },
    "OutputColumn": {
      "type": "object",
      "description": "<p>Output column.</p>",
      "properties": {
        "Type": {
          "$ref": "#/$defs/ColumnDataType"
        },
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 500,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>A description for a column.</p>"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>A display name for the dataset.</p>"
        }
      },
      "title": "AWSQuickSightDataSetOutputColumnDefinition",
      "additionalProperties": false
    },
    "OverrideDatasetParameterOperation": {
      "type": "object",
      "description": "<p>A transform operation that overrides the dataset parameter values defined in another dataset.</p>",
      "properties": {
        "ParameterName": {
          "$ref": "#/$defs/DatasetParameterName",
          "description": "<p>The name of the parameter to be overridden with different values.</p>"
        },
        "NewParameterName": {
          "$ref": "#/$defs/DatasetParameterName",
          "description": "<p>The new name for the parameter.</p>"
        },
        "NewDefaultValues": {
          "$ref": "#/$defs/NewDefaultValues",
          "description": "<p>The new default values for the parameter.</p>"
        }
      },
      "required": [
        "ParameterName"
      ],
      "title": "AWSQuickSightDataSetOverrideDatasetParameterOperationDefinition",
      "additionalProperties": false
    },
    "PhysicalTable": {
      "type": "object",
      "description": "<p>A view of a data source that contains information about the shape of the data in the\n            underlying source. This is a variant type structure. For this structure to be valid,\n            only one of the attributes can be non-null.</p>",
      "properties": {
        "RelationalTable": {
          "$ref": "#/$defs/RelationalTable"
        },
        "CustomSql": {
          "$ref": "#/$defs/CustomSql"
        },
        "S3Source": {
          "$ref": "#/$defs/S3Source"
        }
      },
      "title": "AWSQuickSightDataSetPhysicalTableDefinition",
      "additionalProperties": false
    },
    "PhysicalTableMap": {
      "type": "object",
      "maxProperties": 32,
      "minProperties": 0,
      "additionalProperties": false,
      "title": "AWSQuickSightDataSetPhysicalTableMapDefinition",
      "patternProperties": {
        "[0-9a-zA-Z-]*": {
          "$ref": "#/$defs/PhysicalTable"
        }
      }
    },
    "ProjectOperation": {
      "type": "object",
      "description": "<p>A transform operation that projects columns. Operations that come after a projection\n            can only refer to projected columns.</p>",
      "properties": {
        "ProjectedColumns": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 2000,
          "minItems": 1,
          "description": "<p>Projected columns.</p>"
        }
      },
      "required": [
        "ProjectedColumns"
      ],
      "title": "AWSQuickSightDataSetProjectOperationDefinition",
      "additionalProperties": false
    },
    "RelationalTable": {
      "type": "object",
      "description": "<p>A physical table type for relational data sources.</p>",
      "properties": {
        "DataSourceArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The Amazon Resource Name (ARN) for the data source.</p>"
        },
        "InputColumns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/InputColumn"
          },
          "maxItems": 2048,
          "minItems": 1,
          "description": "<p>The column schema of the table.</p>"
        },
        "Schema": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The schema name. This name applies to certain relational database engines.</p>"
        },
        "Catalog": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 0
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The catalog associated with a table.</p>"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The name of the relational table.</p>"
        }
      },
      "required": [
        "DataSourceArn",
        "InputColumns",
        "Name"
      ],
      "title": "AWSQuickSightDataSetRelationalTableDefinition",
      "additionalProperties": false
    },
    "RenameColumnOperation": {
      "type": "object",
      "description": "<p>A transform operation that renames a column.</p>",
      "properties": {
        "NewColumnName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The new name for the column.</p>"
        },
        "ColumnName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The name of the column to be renamed.</p>"
        }
      },
      "required": [
        "ColumnName",
        "NewColumnName"
      ],
      "title": "AWSQuickSightDataSetRenameColumnOperationDefinition",
      "additionalProperties": false
    },
    "ResourcePermission": {
      "type": "object",
      "description": "<p>Permission for the resource.</p>",
      "properties": {
        "Actions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 16,
          "minItems": 1,
          "description": "<p>The IAM action to grant or revoke permissions on.</p>"
        },
        "Principal": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The Amazon Resource Name (ARN) of the principal. This can be one of the\n            following:</p>\n        <ul>\n            <li>\n                <p>The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)</p>\n            </li>\n            <li>\n                <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>\n            </li>\n            <li>\n                <p>The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight\n                    ARN. Use this option only to share resources (templates) across AWS accounts.\n                    (This is less common.) </p>\n            </li>\n         </ul>"
        }
      },
      "required": [
        "Actions",
        "Principal"
      ],
      "title": "AWSQuickSightDataSetResourcePermissionDefinition",
      "additionalProperties": false
    },
    "RowLevelPermissionDataSet": {
      "type": "object",
      "description": "<p>The row-level security configuration for the dataset.</p>",
      "properties": {
        "Arn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The Amazon Resource Name (ARN) of the permission dataset.</p>"
        },
        "Namespace": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 64,
              "minLength": 0,
              "pattern": "^[a-zA-Z0-9._-]*$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The namespace associated with the row-level permissions dataset.</p>"
        },
        "PermissionPolicy": {
          "$ref": "#/$defs/RowLevelPermissionPolicy"
        },
        "FormatVersion": {
          "$ref": "#/$defs/RowLevelPermissionFormatVersion"
        },
        "Status": {
          "$ref": "#/$defs/Status"
        }
      },
      "required": [
        "Arn",
        "PermissionPolicy"
      ],
      "title": "AWSQuickSightDataSetRowLevelPermissionDataSetDefinition",
      "additionalProperties": false
    },
    "RowLevelPermissionPolicy": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "GRANT_ACCESS",
            "DENY_ACCESS"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetRowLevelPermissionPolicyDefinition"
    },
    "RowLevelPermissionFormatVersion": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "VERSION_1",
            "VERSION_2"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetRowLevelPermissionFormatVersionDefinition"
    },
    "RowLevelPermissionTagConfiguration": {
      "type": "object",
      "description": "<p>The configuration of tags on a dataset to set row-level security.</p>",
      "properties": {
        "Status": {
          "$ref": "#/$defs/Status"
        },
        "TagRules": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/RowLevelPermissionTagRule"
          },
          "maxItems": 50,
          "minItems": 1,
          "description": "<p>A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.</p>"
        },
        "TagRuleConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/RowLevelPermissionTagRuleConfiguration"
          },
          "maxItems": 50,
          "minItems": 1,
          "description": "<p>A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.</p>"
        }
      },
      "required": [
        "TagRules"
      ],
      "title": "AWSQuickSightDataSetRowLevelPermissionTagConfigurationDefinition",
      "additionalProperties": false
    },
    "Status": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ENABLED",
            "DISABLED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetStatusDefinition"
    },
    "RowLevelPermissionTagRule": {
      "type": "object",
      "description": "<p>Permission for the resource.</p>",
      "properties": {
        "ColumnName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The column name that a tag key is assigned to.</p>"
        },
        "TagKey": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The unique key for a tag.</p>"
        },
        "MatchAllValue": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.</p>"
        },
        "TagMultiValueDelimiter": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 10
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.</p>"
        }
      },
      "required": [
        "ColumnName",
        "TagKey"
      ],
      "title": "AWSQuickSightDataSetRowLevelPermissionTagRuleDefinition",
      "additionalProperties": false
    },
    "RowLevelPermissionTagRuleConfiguration": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 128,
        "minLength": 1
      },
      "maxItems": 50,
      "minItems": 1,
      "title": "AWSQuickSightDataSetRowLevelPermissionTagRuleConfigurationDefinition"
    },
    "S3Source": {
      "type": "object",
      "description": "<p>A physical table type for as S3 data source.</p>",
      "properties": {
        "DataSourceArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The amazon Resource Name (ARN) for the data source.</p>"
        },
        "InputColumns": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/InputColumn"
          },
          "maxItems": 2048,
          "minItems": 1,
          "description": "<p>A physical table type for as S3 data source.</p>"
        },
        "UploadSettings": {
          "$ref": "#/$defs/UploadSettings"
        }
      },
      "required": [
        "DataSourceArn",
        "InputColumns"
      ],
      "title": "AWSQuickSightDataSetS3SourceDefinition",
      "additionalProperties": false
    },
    "Tag": {
      "type": "object",
      "description": "<p>The key or keys of the key-value pairs for the resource tag or tags assigned to the\n            resource.</p>",
      "properties": {
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>Tag value.</p>"
        },
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>Tag key.</p>"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSQuickSightDataSetTagDefinition",
      "additionalProperties": false
    },
    "TagColumnOperation": {
      "type": "object",
      "description": "<p>A transform operation that tags a column with additional information.</p>",
      "properties": {
        "ColumnName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The column that this operation acts on.</p>"
        },
        "Tags": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ColumnTag"
          },
          "maxItems": 16,
          "minItems": 1,
          "description": "<p>The dataset column tag, currently only used for geospatial type tagging. .</p>\n        <note>\n            <p>This is not tags for the AWS tagging feature. .</p>\n        </note>"
        }
      },
      "required": [
        "ColumnName",
        "Tags"
      ],
      "title": "AWSQuickSightDataSetTagColumnOperationDefinition",
      "additionalProperties": false
    },
    "TextQualifier": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DOUBLE_QUOTE",
            "SINGLE_QUOTE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetTextQualifierDefinition"
    },
    "TimeGranularity": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "YEAR",
            "QUARTER",
            "MONTH",
            "WEEK",
            "DAY",
            "HOUR",
            "MINUTE",
            "SECOND",
            "MILLISECOND"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSQuickSightDataSetTimeGranularityDefinition"
    },
    "TransformOperation": {
      "type": "object",
      "description": "<p>A data transformation on a logical table. This is a variant type structure. For this\n            structure to be valid, only one of the attributes can be non-null.</p>",
      "properties": {
        "TagColumnOperation": {
          "$ref": "#/$defs/TagColumnOperation"
        },
        "FilterOperation": {
          "$ref": "#/$defs/FilterOperation"
        },
        "CastColumnTypeOperation": {
          "$ref": "#/$defs/CastColumnTypeOperation"
        },
        "CreateColumnsOperation": {
          "$ref": "#/$defs/CreateColumnsOperation"
        },
        "RenameColumnOperation": {
          "$ref": "#/$defs/RenameColumnOperation"
        },
        "ProjectOperation": {
          "$ref": "#/$defs/ProjectOperation"
        },
        "OverrideDatasetParameterOperation": {
          "$ref": "#/$defs/OverrideDatasetParameterOperation"
        }
      },
      "title": "AWSQuickSightDataSetTransformOperationDefinition",
      "additionalProperties": false
    },
    "UploadSettings": {
      "type": "object",
      "description": "<p>Information about the format for a source file or files.</p>",
      "properties": {
        "ContainsHeader": {
          "type": "boolean",
          "description": "<p>Whether the file has a header row, or the files each have a header row.</p>"
        },
        "TextQualifier": {
          "$ref": "#/$defs/TextQualifier"
        },
        "Format": {
          "$ref": "#/$defs/FileFormat"
        },
        "StartFromRow": {
          "type": "number",
          "minimum": 1,
          "description": "<p>A row number to start reading data from.</p>"
        },
        "Delimiter": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 1,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "<p>The delimiter between values in the file.</p>"
        }
      },
      "title": "AWSQuickSightDataSetUploadSettingsDefinition",
      "additionalProperties": false
    },
    "IngestionWaitPolicy": {
      "type": "object",
      "description": "<p>Wait policy to use when creating/updating dataset. Default is to wait for SPICE ingestion to finish with timeout of 36 hours.</p>",
      "properties": {
        "WaitForSpiceIngestion": {
          "type": "boolean",
          "description": "<p>Wait for SPICE ingestion to finish to mark dataset creation/update successful. Default (true).\n  Applicable only when DataSetImportMode mode is set to SPICE.</p>",
          "default": true
        },
        "IngestionWaitTimeInHours": {
          "type": "number",
          "description": "<p>The maximum time (in hours) to wait for Ingestion to complete. Default timeout is 36 hours.\n Applicable only when DataSetImportMode mode is set to SPICE and WaitForSpiceIngestion is set to true.</p>",
          "minimum": 1,
          "maximum": 36,
          "default": 36
        }
      },
      "title": "AWSQuickSightDataSetIngestionWaitPolicyDefinition",
      "additionalProperties": false
    },
    "DataSetUsageConfiguration": {
      "type": "object",
      "description": "<p>The dataset usage configuration for the dataset.</p>",
      "properties": {
        "DisableUseAsDirectQuerySource": {
          "type": "boolean"
        },
        "DisableUseAsImportedSource": {
          "type": "boolean"
        }
      },
      "title": "AWSQuickSightDataSetDataSetUsageConfigurationDefinition",
      "additionalProperties": false
    },
    "DataSetRefreshProperties": {
      "type": "object",
      "description": "<p>The dataset refresh properties for the dataset.</p>",
      "properties": {
        "RefreshConfiguration": {
          "$ref": "#/$defs/RefreshConfiguration"
        }
      },
      "title": "AWSQuickSightDataSetDataSetRefreshPropertiesDefinition",
      "additionalProperties": false
    }
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/AwsAccountId",
    "/properties/DataSetId"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/ConsumedSpiceCapacityInBytes",
    "/properties/CreatedTime",
    "/properties/LastUpdatedTime",
    "/properties/OutputColumns"
  ],
  "writeOnlyProperties": [
    "/properties/FieldFolders",
    "/properties/IngestionWaitPolicy"
  ],
  "createOnlyProperties": [
    "/properties/AwsAccountId",
    "/properties/DataSetId"
  ]
}
