@awboost/cfntypes 0.100.322 → 0.100.323

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28597,9 +28597,9 @@ export type CassandraKeyspaceProps = {
28597
28597
  export type CassandraKeyspaceReplicationSpecification = {
28598
28598
  /**
28599
28599
  * @minLength `2`
28600
- * @maxLength `17`
28600
+ * @maxLength `20`
28601
28601
  */
28602
- RegionList?: ("af-south-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2")[];
28602
+ RegionList?: ("af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-central-1" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2")[];
28603
28603
  ReplicationStrategy?: "SINGLE_REGION" | "MULTI_REGION";
28604
28604
  };
28605
28605
  /**
@@ -131108,6 +131108,10 @@ export type OpenSearchServerlessCollectionAttributes = {
131108
131108
  * @maxLength `40`
131109
131109
  */
131110
131110
  Id: string;
131111
+ /**
131112
+ * The ARN of the AWS KMS key used to encrypt the collection.
131113
+ */
131114
+ KmsKeyArn: string;
131111
131115
  };
131112
131116
  /**
131113
131117
  * Type definition for `AWS::OpenSearchServerless::Collection.CollectionType`.
@@ -155963,6 +155967,7 @@ export type QuickSightDataSetProps = {
155963
155967
  * @minLength `1`
155964
155968
  */
155965
155969
  ColumnLevelPermissionRules?: QuickSightDataSetColumnLevelPermissionRule[];
155970
+ DataPrepConfiguration?: QuickSightDataSetDataPrepConfiguration;
155966
155971
  DataSetId?: string;
155967
155972
  /**
155968
155973
  * <p>The refresh properties of a dataset.</p>
@@ -156018,6 +156023,7 @@ export type QuickSightDataSetProps = {
156018
156023
  * <p>The configuration of tags on a dataset to set row-level security. </p>
156019
156024
  */
156020
156025
  RowLevelPermissionTagConfiguration?: QuickSightDataSetRowLevelPermissionTagConfiguration;
156026
+ SemanticModelConfiguration?: QuickSightDataSetSemanticModelConfiguration;
156021
156027
  /**
156022
156028
  * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.</p>
156023
156029
  * @minLength `1`
@@ -156059,6 +156065,11 @@ export type QuickSightDataSetAttributes = {
156059
156065
  * @maxLength `500`
156060
156066
  */
156061
156067
  Description: string;
156068
+ /**
156069
+ * @minLength `1`
156070
+ * @maxLength `64`
156071
+ */
156072
+ Id: string;
156062
156073
  /**
156063
156074
  * <p>The display name of the column..</p>
156064
156075
  * @minLength `1`
@@ -156069,6 +156080,79 @@ export type QuickSightDataSetAttributes = {
156069
156080
  Type: QuickSightDataSetColumnDataType;
156070
156081
  }[];
156071
156082
  };
156083
+ /**
156084
+ * Type definition for `AWS::QuickSight::DataSet.AggregateOperation`.
156085
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-aggregateoperation.html}
156086
+ */
156087
+ export type QuickSightDataSetAggregateOperation = {
156088
+ /**
156089
+ * @minLength `0`
156090
+ * @maxLength `128`
156091
+ */
156092
+ Aggregations: QuickSightDataSetAggregation[];
156093
+ /**
156094
+ * @minLength `1`
156095
+ * @maxLength `64`
156096
+ */
156097
+ Alias: string;
156098
+ /**
156099
+ * @minLength `0`
156100
+ * @maxLength `128`
156101
+ */
156102
+ GroupByColumnNames?: string[];
156103
+ Source: QuickSightDataSetTransformOperationSource;
156104
+ };
156105
+ /**
156106
+ * Type definition for `AWS::QuickSight::DataSet.Aggregation`.
156107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-aggregation.html}
156108
+ */
156109
+ export type QuickSightDataSetAggregation = {
156110
+ AggregationFunction: QuickSightDataSetDataPrepAggregationFunction;
156111
+ /**
156112
+ * @minLength `1`
156113
+ * @maxLength `64`
156114
+ */
156115
+ NewColumnId: string;
156116
+ /**
156117
+ * @minLength `1`
156118
+ * @maxLength `127`
156119
+ */
156120
+ NewColumnName: string;
156121
+ };
156122
+ /**
156123
+ * Type definition for `AWS::QuickSight::DataSet.AppendedColumn`.
156124
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-appendedcolumn.html}
156125
+ */
156126
+ export type QuickSightDataSetAppendedColumn = {
156127
+ /**
156128
+ * @minLength `1`
156129
+ * @maxLength `127`
156130
+ */
156131
+ ColumnName: string;
156132
+ /**
156133
+ * @minLength `1`
156134
+ * @maxLength `64`
156135
+ */
156136
+ NewColumnId: string;
156137
+ };
156138
+ /**
156139
+ * Type definition for `AWS::QuickSight::DataSet.AppendOperation`.
156140
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-appendoperation.html}
156141
+ */
156142
+ export type QuickSightDataSetAppendOperation = {
156143
+ /**
156144
+ * @minLength `1`
156145
+ * @maxLength `64`
156146
+ */
156147
+ Alias: string;
156148
+ /**
156149
+ * @minLength `0`
156150
+ * @maxLength `2048`
156151
+ */
156152
+ AppendedColumns: QuickSightDataSetAppendedColumn[];
156153
+ FirstSource?: QuickSightDataSetTransformOperationSource;
156154
+ SecondSource?: QuickSightDataSetTransformOperationSource;
156155
+ };
156072
156156
  /**
156073
156157
  * Type definition for `AWS::QuickSight::DataSet.CalculatedColumn`.
156074
156158
  * <p>A calculated column for a dataset.</p>
@@ -156107,7 +156191,7 @@ export type QuickSightDataSetCastColumnTypeOperation = {
156107
156191
  * @minLength `1`
156108
156192
  * @maxLength `127`
156109
156193
  */
156110
- ColumnName?: string;
156194
+ ColumnName: string;
156111
156195
  /**
156112
156196
  * <p>When casting a column from string to datetime type, you can supply a string in a
156113
156197
  format supported by Amazon QuickSight to denote the source data format.</p>
@@ -156118,6 +156202,23 @@ export type QuickSightDataSetCastColumnTypeOperation = {
156118
156202
  NewColumnType: QuickSightDataSetColumnDataType;
156119
156203
  SubType?: QuickSightDataSetColumnDataSubType;
156120
156204
  };
156205
+ /**
156206
+ * Type definition for `AWS::QuickSight::DataSet.CastColumnTypesOperation`.
156207
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-castcolumntypesoperation.html}
156208
+ */
156209
+ export type QuickSightDataSetCastColumnTypesOperation = {
156210
+ /**
156211
+ * @minLength `1`
156212
+ * @maxLength `64`
156213
+ */
156214
+ Alias: string;
156215
+ /**
156216
+ * @minLength `0`
156217
+ * @maxLength `2048`
156218
+ */
156219
+ CastColumnTypeOperations: QuickSightDataSetCastColumnTypeOperation[];
156220
+ Source: QuickSightDataSetTransformOperationSource;
156221
+ };
156121
156222
  /**
156122
156223
  * Type definition for `AWS::QuickSight::DataSet.ColumnDataSubType`.
156123
156224
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-columndatasubtype.html}
@@ -156200,6 +156301,22 @@ export type QuickSightDataSetColumnTag = {
156200
156301
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-columntagname.html}
156201
156302
  */
156202
156303
  export type QuickSightDataSetColumnTagName = "COLUMN_GEOGRAPHIC_ROLE" | "COLUMN_DESCRIPTION";
156304
+ /**
156305
+ * Type definition for `AWS::QuickSight::DataSet.ColumnToUnpivot`.
156306
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-columntounpivot.html}
156307
+ */
156308
+ export type QuickSightDataSetColumnToUnpivot = {
156309
+ /**
156310
+ * @minLength `1`
156311
+ * @maxLength `127`
156312
+ */
156313
+ ColumnName?: string;
156314
+ /**
156315
+ * @minLength `0`
156316
+ * @maxLength `2047`
156317
+ */
156318
+ NewValue?: string;
156319
+ };
156203
156320
  /**
156204
156321
  * Type definition for `AWS::QuickSight::DataSet.CreateColumnsOperation`.
156205
156322
  * <p>A transform operation that creates calculated columns. Columns created in one such
@@ -156207,12 +156324,18 @@ export type QuickSightDataSetColumnTagName = "COLUMN_GEOGRAPHIC_ROLE" | "COLUMN_
156207
156324
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-createcolumnsoperation.html}
156208
156325
  */
156209
156326
  export type QuickSightDataSetCreateColumnsOperation = {
156327
+ /**
156328
+ * @minLength `1`
156329
+ * @maxLength `64`
156330
+ */
156331
+ Alias?: string;
156210
156332
  /**
156211
156333
  * <p>Calculated columns to create.</p>
156212
156334
  * @minLength `0`
156213
156335
  * @maxLength `256`
156214
156336
  */
156215
- Columns?: QuickSightDataSetCalculatedColumn[];
156337
+ Columns: QuickSightDataSetCalculatedColumn[];
156338
+ Source?: QuickSightDataSetTransformOperationSource;
156216
156339
  };
156217
156340
  /**
156218
156341
  * Type definition for `AWS::QuickSight::DataSet.CustomSql`.
@@ -156225,7 +156348,7 @@ export type QuickSightDataSetCustomSql = {
156225
156348
  * @minLength `0`
156226
156349
  * @maxLength `2048`
156227
156350
  */
156228
- Columns?: QuickSightDataSetInputColumn[];
156351
+ Columns: QuickSightDataSetInputColumn[];
156229
156352
  /**
156230
156353
  * <p>The Amazon Resource Name (ARN) of the data source.</p>
156231
156354
  */
@@ -156243,11 +156366,177 @@ export type QuickSightDataSetCustomSql = {
156243
156366
  */
156244
156367
  SqlQuery: string;
156245
156368
  };
156369
+ /**
156370
+ * Type definition for `AWS::QuickSight::DataSet.DataPrepAggregationFunction`.
156371
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-dataprepaggregationfunction.html}
156372
+ */
156373
+ export type QuickSightDataSetDataPrepAggregationFunction = {
156374
+ ListAggregation?: QuickSightDataSetDataPrepListAggregationFunction;
156375
+ PercentileAggregation?: QuickSightDataSetDataPrepPercentileAggregationFunction;
156376
+ SimpleAggregation?: QuickSightDataSetDataPrepSimpleAggregationFunction;
156377
+ };
156378
+ /**
156379
+ * Type definition for `AWS::QuickSight::DataSet.DataPrepConfiguration`.
156380
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-dataprepconfiguration.html}
156381
+ */
156382
+ export type QuickSightDataSetDataPrepConfiguration = {
156383
+ DestinationTableMap: QuickSightDataSetDestinationTableMap;
156384
+ SourceTableMap: QuickSightDataSetSourceTableMap;
156385
+ TransformStepMap: QuickSightDataSetTransformStepMap;
156386
+ };
156387
+ /**
156388
+ * Type definition for `AWS::QuickSight::DataSet.DataPrepListAggregationFunction`.
156389
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datapreplistaggregationfunction.html}
156390
+ */
156391
+ export type QuickSightDataSetDataPrepListAggregationFunction = {
156392
+ Distinct: boolean;
156393
+ /**
156394
+ * @minLength `1`
156395
+ * @maxLength `127`
156396
+ */
156397
+ InputColumnName?: string;
156398
+ Separator: string;
156399
+ };
156400
+ /**
156401
+ * Type definition for `AWS::QuickSight::DataSet.DataPrepPercentileAggregationFunction`.
156402
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datapreppercentileaggregationfunction.html}
156403
+ */
156404
+ export type QuickSightDataSetDataPrepPercentileAggregationFunction = {
156405
+ /**
156406
+ * @minLength `1`
156407
+ * @maxLength `127`
156408
+ */
156409
+ InputColumnName?: string;
156410
+ /**
156411
+ * @min `0`
156412
+ * @max `100`
156413
+ */
156414
+ PercentileValue: number;
156415
+ };
156416
+ /**
156417
+ * Type definition for `AWS::QuickSight::DataSet.DataPrepSimpleAggregationFunction`.
156418
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-dataprepsimpleaggregationfunction.html}
156419
+ */
156420
+ export type QuickSightDataSetDataPrepSimpleAggregationFunction = {
156421
+ FunctionType: QuickSightDataSetDataPrepSimpleAggregationFunctionType;
156422
+ /**
156423
+ * @minLength `1`
156424
+ * @maxLength `127`
156425
+ */
156426
+ InputColumnName?: string;
156427
+ };
156428
+ /**
156429
+ * Type definition for `AWS::QuickSight::DataSet.DataPrepSimpleAggregationFunctionType`.
156430
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-dataprepsimpleaggregationfunctiontype.html}
156431
+ */
156432
+ export type QuickSightDataSetDataPrepSimpleAggregationFunctionType = "COUNT" | "DISTINCT_COUNT" | "SUM" | "AVERAGE" | "MEDIAN" | "MAX" | "MIN" | "VARIANCE" | "STANDARD_DEVIATION";
156433
+ /**
156434
+ * Type definition for `AWS::QuickSight::DataSet.DataSetColumnIdMapping`.
156435
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetcolumnidmapping.html}
156436
+ */
156437
+ export type QuickSightDataSetDataSetColumnIdMapping = {
156438
+ /**
156439
+ * @minLength `1`
156440
+ * @maxLength `64`
156441
+ */
156442
+ SourceColumnId: string;
156443
+ /**
156444
+ * @minLength `1`
156445
+ * @maxLength `64`
156446
+ */
156447
+ TargetColumnId: string;
156448
+ };
156449
+ /**
156450
+ * Type definition for `AWS::QuickSight::DataSet.DataSetDateComparisonFilterCondition`.
156451
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetdatecomparisonfiltercondition.html}
156452
+ */
156453
+ export type QuickSightDataSetDataSetDateComparisonFilterCondition = {
156454
+ Operator: QuickSightDataSetDataSetDateComparisonFilterOperator;
156455
+ Value?: QuickSightDataSetDataSetDateFilterValue;
156456
+ };
156457
+ /**
156458
+ * Type definition for `AWS::QuickSight::DataSet.DataSetDateComparisonFilterOperator`.
156459
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetdatecomparisonfilteroperator.html}
156460
+ */
156461
+ export type QuickSightDataSetDataSetDateComparisonFilterOperator = "BEFORE" | "BEFORE_OR_EQUALS_TO" | "AFTER" | "AFTER_OR_EQUALS_TO";
156462
+ /**
156463
+ * Type definition for `AWS::QuickSight::DataSet.DataSetDateFilterCondition`.
156464
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetdatefiltercondition.html}
156465
+ */
156466
+ export type QuickSightDataSetDataSetDateFilterCondition = {
156467
+ /**
156468
+ * @minLength `1`
156469
+ * @maxLength `127`
156470
+ */
156471
+ ColumnName?: string;
156472
+ ComparisonFilterCondition?: QuickSightDataSetDataSetDateComparisonFilterCondition;
156473
+ RangeFilterCondition?: QuickSightDataSetDataSetDateRangeFilterCondition;
156474
+ };
156475
+ /**
156476
+ * Type definition for `AWS::QuickSight::DataSet.DataSetDateFilterValue`.
156477
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetdatefiltervalue.html}
156478
+ */
156479
+ export type QuickSightDataSetDataSetDateFilterValue = {
156480
+ StaticValue?: string;
156481
+ };
156482
+ /**
156483
+ * Type definition for `AWS::QuickSight::DataSet.DataSetDateRangeFilterCondition`.
156484
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetdaterangefiltercondition.html}
156485
+ */
156486
+ export type QuickSightDataSetDataSetDateRangeFilterCondition = {
156487
+ IncludeMaximum?: boolean;
156488
+ IncludeMinimum?: boolean;
156489
+ RangeMaximum?: QuickSightDataSetDataSetDateFilterValue;
156490
+ RangeMinimum?: QuickSightDataSetDataSetDateFilterValue;
156491
+ };
156246
156492
  /**
156247
156493
  * Type definition for `AWS::QuickSight::DataSet.DataSetImportMode`.
156248
156494
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetimportmode.html}
156249
156495
  */
156250
156496
  export type QuickSightDataSetDataSetImportMode = "SPICE" | "DIRECT_QUERY";
156497
+ /**
156498
+ * Type definition for `AWS::QuickSight::DataSet.DataSetNumericComparisonFilterCondition`.
156499
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetnumericcomparisonfiltercondition.html}
156500
+ */
156501
+ export type QuickSightDataSetDataSetNumericComparisonFilterCondition = {
156502
+ Operator: QuickSightDataSetDataSetNumericComparisonFilterOperator;
156503
+ Value?: QuickSightDataSetDataSetNumericFilterValue;
156504
+ };
156505
+ /**
156506
+ * Type definition for `AWS::QuickSight::DataSet.DataSetNumericComparisonFilterOperator`.
156507
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetnumericcomparisonfilteroperator.html}
156508
+ */
156509
+ export type QuickSightDataSetDataSetNumericComparisonFilterOperator = "EQUALS" | "DOES_NOT_EQUAL" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS_TO" | "LESS_THAN" | "LESS_THAN_OR_EQUALS_TO";
156510
+ /**
156511
+ * Type definition for `AWS::QuickSight::DataSet.DataSetNumericFilterCondition`.
156512
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetnumericfiltercondition.html}
156513
+ */
156514
+ export type QuickSightDataSetDataSetNumericFilterCondition = {
156515
+ /**
156516
+ * @minLength `1`
156517
+ * @maxLength `127`
156518
+ */
156519
+ ColumnName?: string;
156520
+ ComparisonFilterCondition?: QuickSightDataSetDataSetNumericComparisonFilterCondition;
156521
+ RangeFilterCondition?: QuickSightDataSetDataSetNumericRangeFilterCondition;
156522
+ };
156523
+ /**
156524
+ * Type definition for `AWS::QuickSight::DataSet.DataSetNumericFilterValue`.
156525
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetnumericfiltervalue.html}
156526
+ */
156527
+ export type QuickSightDataSetDataSetNumericFilterValue = {
156528
+ StaticValue?: number;
156529
+ };
156530
+ /**
156531
+ * Type definition for `AWS::QuickSight::DataSet.DataSetNumericRangeFilterCondition`.
156532
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetnumericrangefiltercondition.html}
156533
+ */
156534
+ export type QuickSightDataSetDataSetNumericRangeFilterCondition = {
156535
+ IncludeMaximum?: boolean;
156536
+ IncludeMinimum?: boolean;
156537
+ RangeMaximum?: QuickSightDataSetDataSetNumericFilterValue;
156538
+ RangeMinimum?: QuickSightDataSetDataSetNumericFilterValue;
156539
+ };
156251
156540
  /**
156252
156541
  * Type definition for `AWS::QuickSight::DataSet.DatasetParameter`.
156253
156542
  * <p>A dataset parameter.</p>
@@ -156288,6 +156577,67 @@ export type QuickSightDataSetDataSetRefreshProperties = {
156288
156577
  */
156289
156578
  RefreshConfiguration?: QuickSightDataSetRefreshConfiguration;
156290
156579
  };
156580
+ /**
156581
+ * Type definition for `AWS::QuickSight::DataSet.DataSetStringComparisonFilterCondition`.
156582
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringcomparisonfiltercondition.html}
156583
+ */
156584
+ export type QuickSightDataSetDataSetStringComparisonFilterCondition = {
156585
+ Operator: QuickSightDataSetDataSetStringComparisonFilterOperator;
156586
+ Value?: QuickSightDataSetDataSetStringFilterValue;
156587
+ };
156588
+ /**
156589
+ * Type definition for `AWS::QuickSight::DataSet.DataSetStringComparisonFilterOperator`.
156590
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringcomparisonfilteroperator.html}
156591
+ */
156592
+ export type QuickSightDataSetDataSetStringComparisonFilterOperator = "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH";
156593
+ /**
156594
+ * Type definition for `AWS::QuickSight::DataSet.DataSetStringFilterCondition`.
156595
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringfiltercondition.html}
156596
+ */
156597
+ export type QuickSightDataSetDataSetStringFilterCondition = {
156598
+ /**
156599
+ * @minLength `1`
156600
+ * @maxLength `127`
156601
+ */
156602
+ ColumnName?: string;
156603
+ ComparisonFilterCondition?: QuickSightDataSetDataSetStringComparisonFilterCondition;
156604
+ ListFilterCondition?: QuickSightDataSetDataSetStringListFilterCondition;
156605
+ };
156606
+ /**
156607
+ * Type definition for `AWS::QuickSight::DataSet.DataSetStringFilterValue`.
156608
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringfiltervalue.html}
156609
+ */
156610
+ export type QuickSightDataSetDataSetStringFilterValue = {
156611
+ /**
156612
+ * @minLength `0`
156613
+ * @maxLength `512`
156614
+ */
156615
+ StaticValue?: string;
156616
+ };
156617
+ /**
156618
+ * Type definition for `AWS::QuickSight::DataSet.DataSetStringListFilterCondition`.
156619
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringlistfiltercondition.html}
156620
+ */
156621
+ export type QuickSightDataSetDataSetStringListFilterCondition = {
156622
+ Operator: QuickSightDataSetDataSetStringListFilterOperator;
156623
+ Values?: QuickSightDataSetDataSetStringListFilterValue;
156624
+ };
156625
+ /**
156626
+ * Type definition for `AWS::QuickSight::DataSet.DataSetStringListFilterOperator`.
156627
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringlistfilteroperator.html}
156628
+ */
156629
+ export type QuickSightDataSetDataSetStringListFilterOperator = "INCLUDE" | "EXCLUDE";
156630
+ /**
156631
+ * Type definition for `AWS::QuickSight::DataSet.DataSetStringListFilterValue`.
156632
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringlistfiltervalue.html}
156633
+ */
156634
+ export type QuickSightDataSetDataSetStringListFilterValue = {
156635
+ /**
156636
+ * @minLength `0`
156637
+ * @maxLength `1000`
156638
+ */
156639
+ StaticValues?: string[];
156640
+ };
156291
156641
  /**
156292
156642
  * Type definition for `AWS::QuickSight::DataSet.DataSetUsageConfiguration`.
156293
156643
  * <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
@@ -156387,6 +156737,35 @@ export type QuickSightDataSetDecimalDatasetParameterDefaultValues = {
156387
156737
  */
156388
156738
  StaticValues?: number[];
156389
156739
  };
156740
+ /**
156741
+ * Type definition for `AWS::QuickSight::DataSet.DestinationTable`.
156742
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-destinationtable.html}
156743
+ */
156744
+ export type QuickSightDataSetDestinationTable = {
156745
+ /**
156746
+ * @minLength `1`
156747
+ * @maxLength `64`
156748
+ */
156749
+ Alias: string;
156750
+ Source: QuickSightDataSetDestinationTableSource;
156751
+ };
156752
+ /**
156753
+ * Type definition for `AWS::QuickSight::DataSet.DestinationTableMap`.
156754
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-destinationtablemap.html}
156755
+ */
156756
+ export type QuickSightDataSetDestinationTableMap = Record<string, QuickSightDataSetDestinationTable>;
156757
+ /**
156758
+ * Type definition for `AWS::QuickSight::DataSet.DestinationTableSource`.
156759
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-destinationtablesource.html}
156760
+ */
156761
+ export type QuickSightDataSetDestinationTableSource = {
156762
+ /**
156763
+ * @minLength `1`
156764
+ * @maxLength `64`
156765
+ * @pattern `^[0-9a-zA-Z-]*$`
156766
+ */
156767
+ TransformOperationId: string;
156768
+ };
156390
156769
  /**
156391
156770
  * Type definition for `AWS::QuickSight::DataSet.FieldFolder`.
156392
156771
  * <p>A FieldFolder element is a folder that contains fields and nested subfolders.</p>
@@ -156429,6 +156808,26 @@ export type QuickSightDataSetFilterOperation = {
156429
156808
  * @maxLength `4096`
156430
156809
  */
156431
156810
  ConditionExpression?: string;
156811
+ DateFilterCondition?: QuickSightDataSetDataSetDateFilterCondition;
156812
+ NumericFilterCondition?: QuickSightDataSetDataSetNumericFilterCondition;
156813
+ StringFilterCondition?: QuickSightDataSetDataSetStringFilterCondition;
156814
+ };
156815
+ /**
156816
+ * Type definition for `AWS::QuickSight::DataSet.FiltersOperation`.
156817
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-filtersoperation.html}
156818
+ */
156819
+ export type QuickSightDataSetFiltersOperation = {
156820
+ /**
156821
+ * @minLength `1`
156822
+ * @maxLength `64`
156823
+ */
156824
+ Alias: string;
156825
+ /**
156826
+ * @minLength `0`
156827
+ * @maxLength `128`
156828
+ */
156829
+ FilterOperations: QuickSightDataSetFilterOperation[];
156830
+ Source: QuickSightDataSetTransformOperationSource;
156432
156831
  };
156433
156832
  /**
156434
156833
  * Type definition for `AWS::QuickSight::DataSet.GeoSpatialColumnGroup`.
@@ -156460,6 +156859,35 @@ export type QuickSightDataSetGeoSpatialCountryCode = "US";
156460
156859
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-geospatialdatarole.html}
156461
156860
  */
156462
156861
  export type QuickSightDataSetGeoSpatialDataRole = "COUNTRY" | "STATE" | "COUNTY" | "CITY" | "POSTCODE" | "LONGITUDE" | "LATITUDE" | "POLITICAL1" | "CENSUS_TRACT" | "CENSUS_BLOCK_GROUP" | "CENSUS_BLOCK";
156862
+ /**
156863
+ * Type definition for `AWS::QuickSight::DataSet.ImportTableOperation`.
156864
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-importtableoperation.html}
156865
+ */
156866
+ export type QuickSightDataSetImportTableOperation = {
156867
+ /**
156868
+ * @minLength `1`
156869
+ * @maxLength `64`
156870
+ */
156871
+ Alias: string;
156872
+ Source: QuickSightDataSetImportTableOperationSource;
156873
+ };
156874
+ /**
156875
+ * Type definition for `AWS::QuickSight::DataSet.ImportTableOperationSource`.
156876
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-importtableoperationsource.html}
156877
+ */
156878
+ export type QuickSightDataSetImportTableOperationSource = {
156879
+ /**
156880
+ * @minLength `1`
156881
+ * @maxLength `2048`
156882
+ */
156883
+ ColumnIdMappings?: QuickSightDataSetDataSetColumnIdMapping[];
156884
+ /**
156885
+ * @minLength `1`
156886
+ * @maxLength `64`
156887
+ * @pattern `^[0-9a-zA-Z-]*$`
156888
+ */
156889
+ SourceTableId: string;
156890
+ };
156463
156891
  /**
156464
156892
  * Type definition for `AWS::QuickSight::DataSet.IncrementalRefresh`.
156465
156893
  * <p>The incremental refresh configuration for a dataset.</p>
@@ -156496,6 +156924,11 @@ export type QuickSightDataSetIngestionWaitPolicy = {
156496
156924
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-inputcolumn.html}
156497
156925
  */
156498
156926
  export type QuickSightDataSetInputColumn = {
156927
+ /**
156928
+ * @minLength `1`
156929
+ * @maxLength `64`
156930
+ */
156931
+ Id?: string;
156499
156932
  /**
156500
156933
  * <p>The name of this column in the underlying data source.</p>
156501
156934
  * @minLength `1`
@@ -156597,6 +157030,43 @@ export type QuickSightDataSetJoinKeyProperties = {
156597
157030
  */
156598
157031
  UniqueKey?: boolean;
156599
157032
  };
157033
+ /**
157034
+ * Type definition for `AWS::QuickSight::DataSet.JoinOperandProperties`.
157035
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-joinoperandproperties.html}
157036
+ */
157037
+ export type QuickSightDataSetJoinOperandProperties = {
157038
+ /**
157039
+ * @minLength `1`
157040
+ * @maxLength `2048`
157041
+ */
157042
+ OutputColumnNameOverrides: QuickSightDataSetOutputColumnNameOverride[];
157043
+ };
157044
+ /**
157045
+ * Type definition for `AWS::QuickSight::DataSet.JoinOperation`.
157046
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-joinoperation.html}
157047
+ */
157048
+ export type QuickSightDataSetJoinOperation = {
157049
+ /**
157050
+ * @minLength `1`
157051
+ * @maxLength `64`
157052
+ */
157053
+ Alias: string;
157054
+ LeftOperand: QuickSightDataSetTransformOperationSource;
157055
+ LeftOperandProperties?: QuickSightDataSetJoinOperandProperties;
157056
+ /**
157057
+ * @minLength `1`
157058
+ * @maxLength `512`
157059
+ */
157060
+ OnClause: string;
157061
+ RightOperand: QuickSightDataSetTransformOperationSource;
157062
+ RightOperandProperties?: QuickSightDataSetJoinOperandProperties;
157063
+ Type: QuickSightDataSetJoinOperationType;
157064
+ };
157065
+ /**
157066
+ * Type definition for `AWS::QuickSight::DataSet.JoinOperationType`.
157067
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-joinoperationtype.html}
157068
+ */
157069
+ export type QuickSightDataSetJoinOperationType = "INNER" | "OUTER" | "LEFT" | "RIGHT";
156600
157070
  /**
156601
157071
  * Type definition for `AWS::QuickSight::DataSet.JoinType`.
156602
157072
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-jointype.html}
@@ -156627,7 +157097,7 @@ export type QuickSightDataSetLogicalTable = {
156627
157097
  * <p>Information about the source of a logical table. This is a variant type structure. For
156628
157098
  this structure to be valid, only one of the attributes can be non-null.</p>
156629
157099
  */
156630
- Source?: QuickSightDataSetLogicalTableSource;
157100
+ Source: QuickSightDataSetLogicalTableSource;
156631
157101
  };
156632
157102
  /**
156633
157103
  * Type definition for `AWS::QuickSight::DataSet.LogicalTableMap`.
@@ -156722,6 +157192,11 @@ export type QuickSightDataSetOutputColumn = {
156722
157192
  * @maxLength `500`
156723
157193
  */
156724
157194
  Description?: string;
157195
+ /**
157196
+ * @minLength `1`
157197
+ * @maxLength `64`
157198
+ */
157199
+ Id?: string;
156725
157200
  /**
156726
157201
  * <p>The display name of the column..</p>
156727
157202
  * @minLength `1`
@@ -156731,6 +157206,22 @@ export type QuickSightDataSetOutputColumn = {
156731
157206
  SubType?: QuickSightDataSetColumnDataSubType;
156732
157207
  Type?: QuickSightDataSetColumnDataType;
156733
157208
  };
157209
+ /**
157210
+ * Type definition for `AWS::QuickSight::DataSet.OutputColumnNameOverride`.
157211
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-outputcolumnnameoverride.html}
157212
+ */
157213
+ export type QuickSightDataSetOutputColumnNameOverride = {
157214
+ /**
157215
+ * @minLength `1`
157216
+ * @maxLength `127`
157217
+ */
157218
+ OutputColumnName: string;
157219
+ /**
157220
+ * @minLength `1`
157221
+ * @maxLength `127`
157222
+ */
157223
+ SourceColumnName?: string;
157224
+ };
156734
157225
  /**
156735
157226
  * Type definition for `AWS::QuickSight::DataSet.OverrideDatasetParameterOperation`.
156736
157227
  * <p>A transform operation that overrides the dataset parameter values that are defined in another dataset.</p>
@@ -156756,6 +157247,18 @@ export type QuickSightDataSetOverrideDatasetParameterOperation = {
156756
157247
  */
156757
157248
  ParameterName: string;
156758
157249
  };
157250
+ /**
157251
+ * Type definition for `AWS::QuickSight::DataSet.ParentDataSet`.
157252
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-parentdataset.html}
157253
+ */
157254
+ export type QuickSightDataSetParentDataSet = {
157255
+ DataSetArn: string;
157256
+ /**
157257
+ * @minLength `0`
157258
+ * @maxLength `2048`
157259
+ */
157260
+ InputColumns: QuickSightDataSetInputColumn[];
157261
+ };
156759
157262
  /**
156760
157263
  * Type definition for `AWS::QuickSight::DataSet.PerformanceConfiguration`.
156761
157264
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-performanceconfiguration.html}
@@ -156787,12 +157290,69 @@ export type QuickSightDataSetPhysicalTable = {
156787
157290
  * <p>A physical table type for an S3 data source.</p>
156788
157291
  */
156789
157292
  S3Source?: QuickSightDataSetS3Source;
157293
+ SaaSTable?: QuickSightDataSetSaaSTable;
156790
157294
  };
156791
157295
  /**
156792
157296
  * Type definition for `AWS::QuickSight::DataSet.PhysicalTableMap`.
156793
157297
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-physicaltablemap.html}
156794
157298
  */
156795
157299
  export type QuickSightDataSetPhysicalTableMap = Record<string, QuickSightDataSetPhysicalTable>;
157300
+ /**
157301
+ * Type definition for `AWS::QuickSight::DataSet.PivotConfiguration`.
157302
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-pivotconfiguration.html}
157303
+ */
157304
+ export type QuickSightDataSetPivotConfiguration = {
157305
+ /**
157306
+ * @minLength `1`
157307
+ * @maxLength `127`
157308
+ */
157309
+ LabelColumnName?: string;
157310
+ /**
157311
+ * @minLength `0`
157312
+ * @maxLength `100`
157313
+ */
157314
+ PivotedLabels: QuickSightDataSetPivotedLabel[];
157315
+ };
157316
+ /**
157317
+ * Type definition for `AWS::QuickSight::DataSet.PivotedLabel`.
157318
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-pivotedlabel.html}
157319
+ */
157320
+ export type QuickSightDataSetPivotedLabel = {
157321
+ /**
157322
+ * @minLength `0`
157323
+ * @maxLength `2047`
157324
+ */
157325
+ LabelName: string;
157326
+ /**
157327
+ * @minLength `1`
157328
+ * @maxLength `64`
157329
+ */
157330
+ NewColumnId: string;
157331
+ /**
157332
+ * @minLength `1`
157333
+ * @maxLength `127`
157334
+ */
157335
+ NewColumnName: string;
157336
+ };
157337
+ /**
157338
+ * Type definition for `AWS::QuickSight::DataSet.PivotOperation`.
157339
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-pivotoperation.html}
157340
+ */
157341
+ export type QuickSightDataSetPivotOperation = {
157342
+ /**
157343
+ * @minLength `1`
157344
+ * @maxLength `64`
157345
+ */
157346
+ Alias: string;
157347
+ /**
157348
+ * @minLength `0`
157349
+ * @maxLength `128`
157350
+ */
157351
+ GroupByColumnNames?: string[];
157352
+ PivotConfiguration: QuickSightDataSetPivotConfiguration;
157353
+ Source: QuickSightDataSetTransformOperationSource;
157354
+ ValueColumnConfiguration: QuickSightDataSetValueColumnConfiguration;
157355
+ };
156796
157356
  /**
156797
157357
  * Type definition for `AWS::QuickSight::DataSet.ProjectOperation`.
156798
157358
  * <p>A transform operation that projects columns. Operations that come after a projection
@@ -156800,12 +157360,18 @@ export type QuickSightDataSetPhysicalTableMap = Record<string, QuickSightDataSet
156800
157360
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-projectoperation.html}
156801
157361
  */
156802
157362
  export type QuickSightDataSetProjectOperation = {
157363
+ /**
157364
+ * @minLength `1`
157365
+ * @maxLength `64`
157366
+ */
157367
+ Alias?: string;
156803
157368
  /**
156804
157369
  * <p>Projected columns.</p>
156805
157370
  * @minLength `0`
156806
- * @maxLength `2000`
157371
+ * @maxLength `2048`
156807
157372
  */
156808
157373
  ProjectedColumns?: string[];
157374
+ Source?: QuickSightDataSetTransformOperationSource;
156809
157375
  };
156810
157376
  /**
156811
157377
  * Type definition for `AWS::QuickSight::DataSet.RefreshConfiguration`.
@@ -156858,7 +157424,7 @@ export type QuickSightDataSetRelationalTable = {
156858
157424
  * @minLength `0`
156859
157425
  * @maxLength `2048`
156860
157426
  */
156861
- InputColumns?: QuickSightDataSetInputColumn[];
157427
+ InputColumns: QuickSightDataSetInputColumn[];
156862
157428
  /**
156863
157429
  * <p>The name of the relational table.</p>
156864
157430
  * @minLength `1`
@@ -156883,13 +157449,30 @@ export type QuickSightDataSetRenameColumnOperation = {
156883
157449
  * @minLength `1`
156884
157450
  * @maxLength `127`
156885
157451
  */
156886
- ColumnName?: string;
157452
+ ColumnName: string;
156887
157453
  /**
156888
157454
  * <p>The new name for the column.</p>
156889
157455
  * @minLength `1`
156890
157456
  * @maxLength `127`
156891
157457
  */
156892
- NewColumnName?: string;
157458
+ NewColumnName: string;
157459
+ };
157460
+ /**
157461
+ * Type definition for `AWS::QuickSight::DataSet.RenameColumnsOperation`.
157462
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-renamecolumnsoperation.html}
157463
+ */
157464
+ export type QuickSightDataSetRenameColumnsOperation = {
157465
+ /**
157466
+ * @minLength `1`
157467
+ * @maxLength `64`
157468
+ */
157469
+ Alias: string;
157470
+ /**
157471
+ * @minLength `0`
157472
+ * @maxLength `2048`
157473
+ */
157474
+ RenameColumnOperations: QuickSightDataSetRenameColumnOperation[];
157475
+ Source: QuickSightDataSetTransformOperationSource;
156893
157476
  };
156894
157477
  /**
156895
157478
  * Type definition for `AWS::QuickSight::DataSet.ResourcePermission`.
@@ -156924,6 +157507,25 @@ export type QuickSightDataSetResourcePermission = {
156924
157507
  */
156925
157508
  Principal: string;
156926
157509
  };
157510
+ /**
157511
+ * Type definition for `AWS::QuickSight::DataSet.RowLevelPermissionConfiguration`.
157512
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-rowlevelpermissionconfiguration.html}
157513
+ */
157514
+ export type QuickSightDataSetRowLevelPermissionConfiguration = {
157515
+ /**
157516
+ * <p>Information about a dataset that contains permissions for row-level security (RLS).
157517
+ The permissions dataset maps fields to users or groups. For more information, see
157518
+ <a href="https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html">Using Row-Level Security (RLS) to Restrict Access to a Dataset</a> in the <i>Amazon QuickSight User
157519
+ Guide</i>.</p>
157520
+ <p>The option to deny permissions by setting <code>PermissionPolicy</code> to <code>DENY_ACCESS</code> is
157521
+ not supported for new RLS datasets.</p>
157522
+ */
157523
+ RowLevelPermissionDataSet?: QuickSightDataSetRowLevelPermissionDataSet;
157524
+ /**
157525
+ * <p>The configuration of tags on a dataset to set row-level security. </p>
157526
+ */
157527
+ TagConfiguration?: QuickSightDataSetRowLevelPermissionTagConfiguration;
157528
+ };
156927
157529
  /**
156928
157530
  * Type definition for `AWS::QuickSight::DataSet.RowLevelPermissionDataSet`.
156929
157531
  * <p>Information about a dataset that contains permissions for row-level security (RLS).
@@ -156989,7 +157591,7 @@ export type QuickSightDataSetRowLevelPermissionTagRule = {
156989
157591
  /**
156990
157592
  * <p>The column name that a tag key is assigned to.</p>
156991
157593
  */
156992
- ColumnName?: string;
157594
+ ColumnName: string;
156993
157595
  /**
156994
157596
  * <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>
156995
157597
  * @minLength `1`
@@ -157027,12 +157629,77 @@ export type QuickSightDataSetS3Source = {
157027
157629
  * @minLength `0`
157028
157630
  * @maxLength `2048`
157029
157631
  */
157030
- InputColumns?: QuickSightDataSetInputColumn[];
157632
+ InputColumns: QuickSightDataSetInputColumn[];
157031
157633
  /**
157032
157634
  * <p>Information about the format for a source file or files.</p>
157033
157635
  */
157034
157636
  UploadSettings?: QuickSightDataSetUploadSettings;
157035
157637
  };
157638
+ /**
157639
+ * Type definition for `AWS::QuickSight::DataSet.SaaSTable`.
157640
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-saastable.html}
157641
+ */
157642
+ export type QuickSightDataSetSaaSTable = {
157643
+ DataSourceArn: string;
157644
+ /**
157645
+ * @minLength `0`
157646
+ * @maxLength `2048`
157647
+ */
157648
+ InputColumns: QuickSightDataSetInputColumn[];
157649
+ /**
157650
+ * @minLength `1`
157651
+ * @maxLength `32`
157652
+ */
157653
+ TablePath: QuickSightDataSetTablePathElement[];
157654
+ };
157655
+ /**
157656
+ * Type definition for `AWS::QuickSight::DataSet.SemanticModelConfiguration`.
157657
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-semanticmodelconfiguration.html}
157658
+ */
157659
+ export type QuickSightDataSetSemanticModelConfiguration = {
157660
+ TableMap?: QuickSightDataSetSemanticTableMap;
157661
+ };
157662
+ /**
157663
+ * Type definition for `AWS::QuickSight::DataSet.SemanticTable`.
157664
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-semantictable.html}
157665
+ */
157666
+ export type QuickSightDataSetSemanticTable = {
157667
+ /**
157668
+ * @minLength `1`
157669
+ * @maxLength `64`
157670
+ */
157671
+ Alias: string;
157672
+ /**
157673
+ * @minLength `1`
157674
+ * @maxLength `64`
157675
+ * @pattern `^[0-9a-zA-Z-]*$`
157676
+ */
157677
+ DestinationTableId: string;
157678
+ RowLevelPermissionConfiguration?: QuickSightDataSetRowLevelPermissionConfiguration;
157679
+ };
157680
+ /**
157681
+ * Type definition for `AWS::QuickSight::DataSet.SemanticTableMap`.
157682
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-semantictablemap.html}
157683
+ */
157684
+ export type QuickSightDataSetSemanticTableMap = Record<string, QuickSightDataSetSemanticTable>;
157685
+ /**
157686
+ * Type definition for `AWS::QuickSight::DataSet.SourceTable`.
157687
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-sourcetable.html}
157688
+ */
157689
+ export type QuickSightDataSetSourceTable = {
157690
+ DataSet?: QuickSightDataSetParentDataSet;
157691
+ /**
157692
+ * @minLength `1`
157693
+ * @maxLength `64`
157694
+ * @pattern `^[0-9a-zA-Z-]*$`
157695
+ */
157696
+ PhysicalTableId?: string;
157697
+ };
157698
+ /**
157699
+ * Type definition for `AWS::QuickSight::DataSet.SourceTableMap`.
157700
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-sourcetablemap.html}
157701
+ */
157702
+ export type QuickSightDataSetSourceTableMap = Record<string, QuickSightDataSetSourceTable>;
157036
157703
  /**
157037
157704
  * Type definition for `AWS::QuickSight::DataSet.Status`.
157038
157705
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-status.html}
@@ -157077,6 +157744,22 @@ export type QuickSightDataSetStringDatasetParameterDefaultValues = {
157077
157744
  */
157078
157745
  StaticValues?: string[];
157079
157746
  };
157747
+ /**
157748
+ * Type definition for `AWS::QuickSight::DataSet.TablePathElement`.
157749
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-tablepathelement.html}
157750
+ */
157751
+ export type QuickSightDataSetTablePathElement = {
157752
+ /**
157753
+ * @minLength `1`
157754
+ * @maxLength `256`
157755
+ */
157756
+ Id?: string;
157757
+ /**
157758
+ * @minLength `1`
157759
+ * @maxLength `256`
157760
+ */
157761
+ Name?: string;
157762
+ };
157080
157763
  /**
157081
157764
  * Type definition for `AWS::QuickSight::DataSet.Tag`.
157082
157765
  * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
@@ -157171,6 +157854,53 @@ export type QuickSightDataSetTransformOperation = {
157171
157854
  */
157172
157855
  UntagColumnOperation?: QuickSightDataSetUntagColumnOperation;
157173
157856
  };
157857
+ /**
157858
+ * Type definition for `AWS::QuickSight::DataSet.TransformOperationSource`.
157859
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-transformoperationsource.html}
157860
+ */
157861
+ export type QuickSightDataSetTransformOperationSource = {
157862
+ /**
157863
+ * @minLength `1`
157864
+ * @maxLength `2048`
157865
+ */
157866
+ ColumnIdMappings?: QuickSightDataSetDataSetColumnIdMapping[];
157867
+ /**
157868
+ * @minLength `1`
157869
+ * @maxLength `64`
157870
+ * @pattern `^[0-9a-zA-Z-]*$`
157871
+ */
157872
+ TransformOperationId: string;
157873
+ };
157874
+ /**
157875
+ * Type definition for `AWS::QuickSight::DataSet.TransformStep`.
157876
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-transformstep.html}
157877
+ */
157878
+ export type QuickSightDataSetTransformStep = {
157879
+ AggregateStep?: QuickSightDataSetAggregateOperation;
157880
+ AppendStep?: QuickSightDataSetAppendOperation;
157881
+ CastColumnTypesStep?: QuickSightDataSetCastColumnTypesOperation;
157882
+ /**
157883
+ * <p>A transform operation that creates calculated columns. Columns created in one such
157884
+ operation form a lexical closure.</p>
157885
+ */
157886
+ CreateColumnsStep?: QuickSightDataSetCreateColumnsOperation;
157887
+ FiltersStep?: QuickSightDataSetFiltersOperation;
157888
+ ImportTableStep?: QuickSightDataSetImportTableOperation;
157889
+ JoinStep?: QuickSightDataSetJoinOperation;
157890
+ PivotStep?: QuickSightDataSetPivotOperation;
157891
+ /**
157892
+ * <p>A transform operation that projects columns. Operations that come after a projection
157893
+ can only refer to projected columns.</p>
157894
+ */
157895
+ ProjectStep?: QuickSightDataSetProjectOperation;
157896
+ RenameColumnsStep?: QuickSightDataSetRenameColumnsOperation;
157897
+ UnpivotStep?: QuickSightDataSetUnpivotOperation;
157898
+ };
157899
+ /**
157900
+ * Type definition for `AWS::QuickSight::DataSet.TransformStepMap`.
157901
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-transformstepmap.html}
157902
+ */
157903
+ export type QuickSightDataSetTransformStepMap = Record<string, QuickSightDataSetTransformStep>;
157174
157904
  /**
157175
157905
  * Type definition for `AWS::QuickSight::DataSet.UniqueKey`.
157176
157906
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uniquekey.html}
@@ -157180,7 +157910,44 @@ export type QuickSightDataSetUniqueKey = {
157180
157910
  * @minLength `1`
157181
157911
  * @maxLength `1`
157182
157912
  */
157183
- ColumnNames?: string[];
157913
+ ColumnNames: string[];
157914
+ };
157915
+ /**
157916
+ * Type definition for `AWS::QuickSight::DataSet.UnpivotOperation`.
157917
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-unpivotoperation.html}
157918
+ */
157919
+ export type QuickSightDataSetUnpivotOperation = {
157920
+ /**
157921
+ * @minLength `1`
157922
+ * @maxLength `64`
157923
+ */
157924
+ Alias: string;
157925
+ /**
157926
+ * @minLength `0`
157927
+ * @maxLength `100`
157928
+ */
157929
+ ColumnsToUnpivot: QuickSightDataSetColumnToUnpivot[];
157930
+ Source: QuickSightDataSetTransformOperationSource;
157931
+ /**
157932
+ * @minLength `1`
157933
+ * @maxLength `64`
157934
+ */
157935
+ UnpivotedLabelColumnId: string;
157936
+ /**
157937
+ * @minLength `1`
157938
+ * @maxLength `127`
157939
+ */
157940
+ UnpivotedLabelColumnName: string;
157941
+ /**
157942
+ * @minLength `1`
157943
+ * @maxLength `64`
157944
+ */
157945
+ UnpivotedValueColumnId: string;
157946
+ /**
157947
+ * @minLength `1`
157948
+ * @maxLength `127`
157949
+ */
157950
+ UnpivotedValueColumnName: string;
157184
157951
  };
157185
157952
  /**
157186
157953
  * Type definition for `AWS::QuickSight::DataSet.UntagColumnOperation`.
@@ -157223,6 +157990,13 @@ export type QuickSightDataSetUploadSettings = {
157223
157990
  StartFromRow?: number;
157224
157991
  TextQualifier?: QuickSightDataSetTextQualifier;
157225
157992
  };
157993
+ /**
157994
+ * Type definition for `AWS::QuickSight::DataSet.ValueColumnConfiguration`.
157995
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-valuecolumnconfiguration.html}
157996
+ */
157997
+ export type QuickSightDataSetValueColumnConfiguration = {
157998
+ AggregationFunction?: QuickSightDataSetDataPrepAggregationFunction;
157999
+ };
157226
158000
  /**
157227
158001
  * Definition of the AWS::QuickSight::DataSource Resource Type.
157228
158002
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-datasource.html}
@@ -157614,7 +158388,7 @@ export type QuickSightDataSourceDataSourceParameters = {
157614
158388
  * Type definition for `AWS::QuickSight::DataSource.DataSourceType`.
157615
158389
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-datasourcetype.html}
157616
158390
  */
157617
- export type QuickSightDataSourceDataSourceType = "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "QBUSINESS" | "REDSHIFT" | "S3" | "S3_TABLES" | "S3_KNOWLEDGE_BASE" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SPICE" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE" | "GOOGLE_DRIVE" | "CONFLUENCE" | "SHAREPOINT" | "ONE_DRIVE" | "WEB_CRAWLER";
158391
+ export type QuickSightDataSourceDataSourceType = "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "INTERNATIONAL_DATA_CORPORATION" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "QBUSINESS" | "REDSHIFT" | "S3" | "S3_TABLES" | "S3_KNOWLEDGE_BASE" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SPICE" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE" | "GOOGLE_DRIVE" | "CONFLUENCE" | "SHAREPOINT" | "ONE_DRIVE" | "WEB_CRAWLER";
157618
158392
  /**
157619
158393
  * Type definition for `AWS::QuickSight::DataSource.IdentityCenterConfiguration`.
157620
158394
  * <p>The parameters for an IAM Identity Center configuration.</p>
@@ -196124,6 +196898,66 @@ export type SESMailManagerTrafficPolicyTag = {
196124
196898
  */
196125
196899
  Value: string;
196126
196900
  };
196901
+ /**
196902
+ * Resource Type definition for AWS::SES::MultiRegionEndpoint
196903
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-multiregionendpoint.html}
196904
+ */
196905
+ export type SESMultiRegionEndpointProps = {
196906
+ /**
196907
+ * Contains details of a multi-region endpoint (global-endpoint) being created.
196908
+ */
196909
+ Details: SESMultiRegionEndpointDetails;
196910
+ /**
196911
+ * The name of the multi-region endpoint (global-endpoint).
196912
+ * @minLength `1`
196913
+ * @maxLength `64`
196914
+ * @pattern `^[\w\-_]+$`
196915
+ */
196916
+ EndpointName: string;
196917
+ /**
196918
+ * An Array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
196919
+ * @minLength `0`
196920
+ * @maxLength `50`
196921
+ */
196922
+ Tags?: SESMultiRegionEndpointTag[];
196923
+ };
196924
+ /**
196925
+ * Type definition for `AWS::SES::MultiRegionEndpoint.Details`.
196926
+ * Contains details of a multi-region endpoint (global-endpoint) being created.
196927
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-multiregionendpoint-details.html}
196928
+ */
196929
+ export type SESMultiRegionEndpointDetails = {
196930
+ /**
196931
+ * A list of route configuration details. Must contain exactly one route configuration
196932
+ * @minLength `1`
196933
+ * @maxLength `1`
196934
+ */
196935
+ RouteDetails: {
196936
+ /**
196937
+ * The name of an AWS-Region to be a secondary region for the multi-region endpoint (global-endpoint)
196938
+ */
196939
+ Region: string;
196940
+ }[];
196941
+ };
196942
+ /**
196943
+ * Type definition for `AWS::SES::MultiRegionEndpoint.Tag`.
196944
+ * An object that defines the tags that are associated with a resource.
196945
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-multiregionendpoint-tag.html}
196946
+ */
196947
+ export type SESMultiRegionEndpointTag = {
196948
+ /**
196949
+ * One part of a key-value pair that defines a tag.
196950
+ * @minLength `1`
196951
+ * @maxLength `128`
196952
+ */
196953
+ Key: string;
196954
+ /**
196955
+ * The optional part of a key-value pair that defines a tag.
196956
+ * @minLength `0`
196957
+ * @maxLength `256`
196958
+ */
196959
+ Value: string;
196960
+ };
196127
196961
  /**
196128
196962
  * Resource Type definition for AWS::SES::ReceiptFilter
196129
196963
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html}
@@ -213235,6 +214069,7 @@ export interface ResourceTypes {
213235
214069
  "AWS::SES::MailManagerRelay": SESMailManagerRelayProps;
213236
214070
  "AWS::SES::MailManagerRuleSet": SESMailManagerRuleSetProps;
213237
214071
  "AWS::SES::MailManagerTrafficPolicy": SESMailManagerTrafficPolicyProps;
214072
+ "AWS::SES::MultiRegionEndpoint": SESMultiRegionEndpointProps;
213238
214073
  "AWS::SES::ReceiptFilter": SESReceiptFilterProps;
213239
214074
  "AWS::SES::ReceiptRule": SESReceiptRuleProps;
213240
214075
  "AWS::SES::ReceiptRuleSet": SESReceiptRuleSetProps;
@@ -216018,6 +216853,7 @@ export declare const ResourceType: {
216018
216853
  readonly SESMailManagerRelay: "AWS::SES::MailManagerRelay";
216019
216854
  readonly SESMailManagerRuleSet: "AWS::SES::MailManagerRuleSet";
216020
216855
  readonly SESMailManagerTrafficPolicy: "AWS::SES::MailManagerTrafficPolicy";
216856
+ readonly SESMultiRegionEndpoint: "AWS::SES::MultiRegionEndpoint";
216021
216857
  readonly SESReceiptFilter: "AWS::SES::ReceiptFilter";
216022
216858
  readonly SESReceiptRule: "AWS::SES::ReceiptRule";
216023
216859
  readonly SESReceiptRuleSet: "AWS::SES::ReceiptRuleSet";