@awboost/cfn-resource-types 0.1.63 → 0.1.64
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.
- package/lib/AWS-Bedrock-Agent.d.ts +4 -0
- package/lib/AWS-Bedrock-Guardrail.d.ts +351 -0
- package/lib/AWS-Bedrock-Guardrail.js +12 -0
- package/lib/AWS-CUR-ReportDefinition.d.ts +1 -1
- package/lib/AWS-EC2-TransitGatewayRouteTableAssociation.d.ts +8 -7
- package/lib/AWS-Lambda-Alias.d.ts +37 -2
- package/lib/AWS-PaymentCryptography-Alias.d.ts +29 -0
- package/lib/AWS-PaymentCryptography-Alias.js +12 -0
- package/lib/AWS-PaymentCryptography-Key.d.ts +119 -0
- package/lib/AWS-PaymentCryptography-Key.js +12 -0
- package/lib/AWS-QuickSight-Analysis.d.ts +301 -88
- package/lib/AWS-QuickSight-Dashboard.d.ts +398 -100
- package/lib/AWS-QuickSight-Template.d.ts +380 -98
- package/lib/AWS-QuickSight-Theme.d.ts +286 -59
- package/package.json +1 -1
|
@@ -14,9 +14,12 @@ export type QuickSightDashboardProperties = {
|
|
|
14
14
|
/**
|
|
15
15
|
* @minLength `1`
|
|
16
16
|
* @maxLength `512`
|
|
17
|
-
* @pattern
|
|
17
|
+
* @pattern `^[\w\-]+$`
|
|
18
18
|
*/
|
|
19
19
|
DashboardId: string;
|
|
20
|
+
/**
|
|
21
|
+
* <p>Dashboard publish options.</p>
|
|
22
|
+
*/
|
|
20
23
|
DashboardPublishOptions?: DashboardPublishOptions;
|
|
21
24
|
Definition?: DashboardVersionDefinition;
|
|
22
25
|
/**
|
|
@@ -30,12 +33,18 @@ export type QuickSightDashboardProperties = {
|
|
|
30
33
|
* @maxLength `2048`
|
|
31
34
|
*/
|
|
32
35
|
Name: string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>A list of Amazon QuickSight parameters and the list's override values.</p>
|
|
38
|
+
*/
|
|
33
39
|
Parameters?: Parameters;
|
|
34
40
|
/**
|
|
35
41
|
* @minLength `1`
|
|
36
42
|
* @maxLength `64`
|
|
37
43
|
*/
|
|
38
44
|
Permissions?: ResourcePermission[];
|
|
45
|
+
/**
|
|
46
|
+
* <p>Dashboard source entity.</p>
|
|
47
|
+
*/
|
|
39
48
|
SourceEntity?: DashboardSourceEntity;
|
|
40
49
|
/**
|
|
41
50
|
* @minLength `1`
|
|
@@ -43,6 +52,9 @@ export type QuickSightDashboardProperties = {
|
|
|
43
52
|
*/
|
|
44
53
|
Tags?: Tag[];
|
|
45
54
|
ThemeArn?: string;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to <code>LENIENT</code>, validation is skipped for specific errors.</p>
|
|
57
|
+
*/
|
|
46
58
|
ValidationStrategy?: ValidationStrategy;
|
|
47
59
|
/**
|
|
48
60
|
* @minLength `1`
|
|
@@ -55,64 +67,102 @@ export type QuickSightDashboardProperties = {
|
|
|
55
67
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html#aws-resource-quicksight-dashboard-return-values}
|
|
56
68
|
*/
|
|
57
69
|
export type QuickSightDashboardAttributes = {
|
|
70
|
+
/**
|
|
71
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
72
|
+
*/
|
|
58
73
|
Arn: string;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The time that this dashboard was created.</p>
|
|
76
|
+
*/
|
|
59
77
|
CreatedTime: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The last time that this dashboard was published.</p>
|
|
80
|
+
*/
|
|
60
81
|
LastPublishedTime: string;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The last time that this dashboard was updated.</p>
|
|
84
|
+
*/
|
|
61
85
|
LastUpdatedTime: string;
|
|
86
|
+
/**
|
|
87
|
+
* <p>Dashboard version.</p>
|
|
88
|
+
*/
|
|
62
89
|
Version: {
|
|
90
|
+
/**
|
|
91
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
92
|
+
*/
|
|
63
93
|
Arn: string;
|
|
64
|
-
CreatedTime: string;
|
|
65
94
|
/**
|
|
66
|
-
*
|
|
67
|
-
* @maxLength `100`
|
|
95
|
+
* <p>The time that this dashboard version was created.</p>
|
|
68
96
|
*/
|
|
97
|
+
CreatedTime: string;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The Amazon Resource Numbers (ARNs) for the datasets that are associated with this
|
|
100
|
+
version of the dashboard.</p>
|
|
101
|
+
* @minLength `0`
|
|
102
|
+
* @maxLength `100`
|
|
103
|
+
*/
|
|
69
104
|
DataSetArns: string[];
|
|
70
105
|
/**
|
|
106
|
+
* <p>Description.</p>
|
|
71
107
|
* @minLength `1`
|
|
72
108
|
* @maxLength `512`
|
|
73
109
|
*/
|
|
74
110
|
Description: string;
|
|
75
111
|
/**
|
|
112
|
+
* <p>Errors associated with this dashboard version.</p>
|
|
76
113
|
* @minLength `1`
|
|
77
114
|
*/
|
|
78
115
|
Errors: {
|
|
79
116
|
/**
|
|
80
|
-
*
|
|
117
|
+
* <p>Message.</p>
|
|
118
|
+
* @pattern `\S`
|
|
81
119
|
*/
|
|
82
120
|
Message: string;
|
|
83
121
|
Type: DashboardErrorType;
|
|
84
122
|
/**
|
|
123
|
+
* <p>Lists the violated entities that caused the dashboard error.</p>
|
|
85
124
|
* @minLength `0`
|
|
86
125
|
* @maxLength `200`
|
|
87
126
|
*/
|
|
88
127
|
ViolatedEntities: {
|
|
89
128
|
/**
|
|
90
|
-
* @pattern
|
|
129
|
+
* @pattern `\S`
|
|
91
130
|
*/
|
|
92
131
|
Path: string;
|
|
93
132
|
}[];
|
|
94
133
|
}[];
|
|
95
134
|
/**
|
|
135
|
+
* <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
|
|
96
136
|
* @minLength `0`
|
|
97
137
|
* @maxLength `20`
|
|
98
138
|
*/
|
|
99
139
|
Sheets: {
|
|
100
140
|
/**
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
141
|
+
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
142
|
+
console.</p>
|
|
143
|
+
* @minLength `1`
|
|
144
|
+
* @maxLength `2048`
|
|
145
|
+
*/
|
|
104
146
|
Name: string;
|
|
105
147
|
/**
|
|
148
|
+
* <p>The unique identifier associated with a sheet.</p>
|
|
106
149
|
* @minLength `1`
|
|
107
150
|
* @maxLength `512`
|
|
108
|
-
* @pattern
|
|
151
|
+
* @pattern `^[\w\-]+$`
|
|
109
152
|
*/
|
|
110
153
|
SheetId: string;
|
|
111
154
|
}[];
|
|
155
|
+
/**
|
|
156
|
+
* <p>Source entity ARN.</p>
|
|
157
|
+
*/
|
|
112
158
|
SourceEntityArn: string;
|
|
113
159
|
Status: ResourceStatus;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The ARN of the theme associated with a version of the dashboard.</p>
|
|
162
|
+
*/
|
|
114
163
|
ThemeArn: string;
|
|
115
164
|
/**
|
|
165
|
+
* <p>Version number for this version of the dashboard.</p>
|
|
116
166
|
* @min `1`
|
|
117
167
|
*/
|
|
118
168
|
VersionNumber: number;
|
|
@@ -120,6 +170,7 @@ export type QuickSightDashboardAttributes = {
|
|
|
120
170
|
};
|
|
121
171
|
/**
|
|
122
172
|
* Type definition for `AWS::QuickSight::Dashboard.AdHocFilteringOption`.
|
|
173
|
+
* <p>An ad hoc (one-time) filtering option.</p>
|
|
123
174
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-adhocfilteringoption.html}
|
|
124
175
|
*/
|
|
125
176
|
export type AdHocFilteringOption = {
|
|
@@ -445,7 +496,7 @@ export type BarChartVisual = {
|
|
|
445
496
|
/**
|
|
446
497
|
* @minLength `1`
|
|
447
498
|
* @maxLength `512`
|
|
448
|
-
* @pattern
|
|
499
|
+
* @pattern `^[\w\-]+$`
|
|
449
500
|
*/
|
|
450
501
|
VisualId: string;
|
|
451
502
|
};
|
|
@@ -494,7 +545,7 @@ export type BodySectionConfiguration = {
|
|
|
494
545
|
/**
|
|
495
546
|
* @minLength `1`
|
|
496
547
|
* @maxLength `512`
|
|
497
|
-
* @pattern
|
|
548
|
+
* @pattern `^[\w\-]+$`
|
|
498
549
|
*/
|
|
499
550
|
SectionId: string;
|
|
500
551
|
Style?: SectionStyle;
|
|
@@ -604,7 +655,7 @@ export type BoxPlotVisual = {
|
|
|
604
655
|
/**
|
|
605
656
|
* @minLength `1`
|
|
606
657
|
* @maxLength `512`
|
|
607
|
-
* @pattern
|
|
658
|
+
* @pattern `^[\w\-]+$`
|
|
608
659
|
*/
|
|
609
660
|
VisualId: string;
|
|
610
661
|
};
|
|
@@ -720,10 +771,11 @@ export type CategoryDrillDownFilter = {
|
|
|
720
771
|
export type CategoryFilter = {
|
|
721
772
|
Column: ColumnIdentifier;
|
|
722
773
|
Configuration: CategoryFilterConfiguration;
|
|
774
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
723
775
|
/**
|
|
724
776
|
* @minLength `1`
|
|
725
777
|
* @maxLength `512`
|
|
726
|
-
* @pattern
|
|
778
|
+
* @pattern `^[\w\-]+$`
|
|
727
779
|
*/
|
|
728
780
|
FilterId: string;
|
|
729
781
|
};
|
|
@@ -959,7 +1011,7 @@ export type ComboChartVisual = {
|
|
|
959
1011
|
/**
|
|
960
1012
|
* @minLength `1`
|
|
961
1013
|
* @maxLength `512`
|
|
962
|
-
* @pattern
|
|
1014
|
+
* @pattern `^[\w\-]+$`
|
|
963
1015
|
*/
|
|
964
1016
|
VisualId: string;
|
|
965
1017
|
};
|
|
@@ -1142,7 +1194,7 @@ export type CurrencyDisplayFormatConfiguration = {
|
|
|
1142
1194
|
*/
|
|
1143
1195
|
Suffix?: string;
|
|
1144
1196
|
/**
|
|
1145
|
-
* @pattern
|
|
1197
|
+
* @pattern `^[A-Z]{3}$`
|
|
1146
1198
|
*/
|
|
1147
1199
|
Symbol?: string;
|
|
1148
1200
|
};
|
|
@@ -1244,7 +1296,7 @@ export type CustomContentVisual = {
|
|
|
1244
1296
|
/**
|
|
1245
1297
|
* @minLength `1`
|
|
1246
1298
|
* @maxLength `512`
|
|
1247
|
-
* @pattern
|
|
1299
|
+
* @pattern `^[\w\-]+$`
|
|
1248
1300
|
*/
|
|
1249
1301
|
VisualId: string;
|
|
1250
1302
|
};
|
|
@@ -1334,15 +1386,18 @@ export type CustomValuesConfiguration = {
|
|
|
1334
1386
|
export type DashboardBehavior = "ENABLED" | "DISABLED";
|
|
1335
1387
|
/**
|
|
1336
1388
|
* Type definition for `AWS::QuickSight::Dashboard.DashboardError`.
|
|
1389
|
+
* <p>Dashboard error.</p>
|
|
1337
1390
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.html}
|
|
1338
1391
|
*/
|
|
1339
1392
|
export type DashboardError = {
|
|
1340
1393
|
/**
|
|
1341
|
-
*
|
|
1394
|
+
* <p>Message.</p>
|
|
1395
|
+
* @pattern `\S`
|
|
1342
1396
|
*/
|
|
1343
1397
|
Message?: string;
|
|
1344
1398
|
Type?: DashboardErrorType;
|
|
1345
1399
|
/**
|
|
1400
|
+
* <p>Lists the violated entities that caused the dashboard error.</p>
|
|
1346
1401
|
* @minLength `0`
|
|
1347
1402
|
* @maxLength `200`
|
|
1348
1403
|
*/
|
|
@@ -1355,35 +1410,72 @@ export type DashboardError = {
|
|
|
1355
1410
|
export type DashboardErrorType = "ACCESS_DENIED" | "SOURCE_NOT_FOUND" | "DATA_SET_NOT_FOUND" | "INTERNAL_FAILURE" | "PARAMETER_VALUE_INCOMPATIBLE" | "PARAMETER_TYPE_INVALID" | "PARAMETER_NOT_FOUND" | "COLUMN_TYPE_MISMATCH" | "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" | "COLUMN_REPLACEMENT_MISSING";
|
|
1356
1411
|
/**
|
|
1357
1412
|
* Type definition for `AWS::QuickSight::Dashboard.DashboardPublishOptions`.
|
|
1413
|
+
* <p>Dashboard publish options.</p>
|
|
1358
1414
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html}
|
|
1359
1415
|
*/
|
|
1360
1416
|
export type DashboardPublishOptions = {
|
|
1417
|
+
/**
|
|
1418
|
+
* <p>An ad hoc (one-time) filtering option.</p>
|
|
1419
|
+
*/
|
|
1361
1420
|
AdHocFilteringOption?: AdHocFilteringOption;
|
|
1421
|
+
/**
|
|
1422
|
+
* <p>The drill down options for data points in a dashbaord.</p>
|
|
1423
|
+
*/
|
|
1362
1424
|
DataPointDrillUpDownOption?: DataPointDrillUpDownOption;
|
|
1425
|
+
/**
|
|
1426
|
+
* <p>The data point menu options of a dashboard.</p>
|
|
1427
|
+
*/
|
|
1363
1428
|
DataPointMenuLabelOption?: DataPointMenuLabelOption;
|
|
1429
|
+
/**
|
|
1430
|
+
* <p>The data point tooltip options.</p>
|
|
1431
|
+
*/
|
|
1364
1432
|
DataPointTooltipOption?: DataPointTooltipOption;
|
|
1433
|
+
/**
|
|
1434
|
+
* <p>Export to .csv option.</p>
|
|
1435
|
+
*/
|
|
1365
1436
|
ExportToCSVOption?: ExportToCSVOption;
|
|
1437
|
+
/**
|
|
1438
|
+
* <p>Determines whether or not hidden fields are visible on exported dashbaords.</p>
|
|
1439
|
+
*/
|
|
1366
1440
|
ExportWithHiddenFieldsOption?: ExportWithHiddenFieldsOption;
|
|
1441
|
+
/**
|
|
1442
|
+
* <p>Sheet controls option.</p>
|
|
1443
|
+
*/
|
|
1367
1444
|
SheetControlsOption?: SheetControlsOption;
|
|
1445
|
+
/**
|
|
1446
|
+
* <p>The sheet layout maximization options of a dashbaord.</p>
|
|
1447
|
+
*/
|
|
1368
1448
|
SheetLayoutElementMaximizationOption?: SheetLayoutElementMaximizationOption;
|
|
1369
1449
|
VisualAxisSortOption?: VisualAxisSortOption;
|
|
1370
1450
|
VisualMenuOption?: VisualMenuOption;
|
|
1451
|
+
/**
|
|
1452
|
+
* <p>The visual publish options of a visual in a dashboard</p>
|
|
1453
|
+
*/
|
|
1371
1454
|
VisualPublishOptions?: DashboardVisualPublishOptions;
|
|
1372
1455
|
};
|
|
1373
1456
|
/**
|
|
1374
1457
|
* Type definition for `AWS::QuickSight::Dashboard.DashboardSourceEntity`.
|
|
1458
|
+
* <p>Dashboard source entity.</p>
|
|
1375
1459
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardsourceentity.html}
|
|
1376
1460
|
*/
|
|
1377
1461
|
export type DashboardSourceEntity = {
|
|
1462
|
+
/**
|
|
1463
|
+
* <p>Dashboard source template.</p>
|
|
1464
|
+
*/
|
|
1378
1465
|
SourceTemplate?: DashboardSourceTemplate;
|
|
1379
1466
|
};
|
|
1380
1467
|
/**
|
|
1381
1468
|
* Type definition for `AWS::QuickSight::Dashboard.DashboardSourceTemplate`.
|
|
1469
|
+
* <p>Dashboard source template.</p>
|
|
1382
1470
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardsourcetemplate.html}
|
|
1383
1471
|
*/
|
|
1384
1472
|
export type DashboardSourceTemplate = {
|
|
1473
|
+
/**
|
|
1474
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
1475
|
+
*/
|
|
1385
1476
|
Arn: string;
|
|
1386
1477
|
/**
|
|
1478
|
+
* <p>Dataset references.</p>
|
|
1387
1479
|
* @minLength `1`
|
|
1388
1480
|
*/
|
|
1389
1481
|
DataSetReferences: DataSetReference[];
|
|
@@ -1395,34 +1487,53 @@ export type DashboardSourceTemplate = {
|
|
|
1395
1487
|
export type DashboardUIState = "EXPANDED" | "COLLAPSED";
|
|
1396
1488
|
/**
|
|
1397
1489
|
* Type definition for `AWS::QuickSight::Dashboard.DashboardVersion`.
|
|
1490
|
+
* <p>Dashboard version.</p>
|
|
1398
1491
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardversion.html}
|
|
1399
1492
|
*/
|
|
1400
1493
|
export type DashboardVersion = {
|
|
1494
|
+
/**
|
|
1495
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
1496
|
+
*/
|
|
1401
1497
|
Arn?: string;
|
|
1402
|
-
CreatedTime?: string;
|
|
1403
1498
|
/**
|
|
1404
|
-
*
|
|
1405
|
-
* @maxLength `100`
|
|
1499
|
+
* <p>The time that this dashboard version was created.</p>
|
|
1406
1500
|
*/
|
|
1501
|
+
CreatedTime?: string;
|
|
1502
|
+
/**
|
|
1503
|
+
* <p>The Amazon Resource Numbers (ARNs) for the datasets that are associated with this
|
|
1504
|
+
version of the dashboard.</p>
|
|
1505
|
+
* @minLength `0`
|
|
1506
|
+
* @maxLength `100`
|
|
1507
|
+
*/
|
|
1407
1508
|
DataSetArns?: string[];
|
|
1408
1509
|
/**
|
|
1510
|
+
* <p>Description.</p>
|
|
1409
1511
|
* @minLength `1`
|
|
1410
1512
|
* @maxLength `512`
|
|
1411
1513
|
*/
|
|
1412
1514
|
Description?: string;
|
|
1413
1515
|
/**
|
|
1516
|
+
* <p>Errors associated with this dashboard version.</p>
|
|
1414
1517
|
* @minLength `1`
|
|
1415
1518
|
*/
|
|
1416
1519
|
Errors?: DashboardError[];
|
|
1417
1520
|
/**
|
|
1521
|
+
* <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
|
|
1418
1522
|
* @minLength `0`
|
|
1419
1523
|
* @maxLength `20`
|
|
1420
1524
|
*/
|
|
1421
1525
|
Sheets?: Sheet[];
|
|
1526
|
+
/**
|
|
1527
|
+
* <p>Source entity ARN.</p>
|
|
1528
|
+
*/
|
|
1422
1529
|
SourceEntityArn?: string;
|
|
1423
1530
|
Status?: ResourceStatus;
|
|
1531
|
+
/**
|
|
1532
|
+
* <p>The ARN of the theme associated with a version of the dashboard.</p>
|
|
1533
|
+
*/
|
|
1424
1534
|
ThemeArn?: string;
|
|
1425
1535
|
/**
|
|
1536
|
+
* <p>Version number for this version of the dashboard.</p>
|
|
1426
1537
|
* @min `1`
|
|
1427
1538
|
*/
|
|
1428
1539
|
VersionNumber?: number;
|
|
@@ -1440,7 +1551,7 @@ export type DashboardVersionDefinition = {
|
|
|
1440
1551
|
CalculatedFields?: CalculatedField[];
|
|
1441
1552
|
/**
|
|
1442
1553
|
* @minLength `0`
|
|
1443
|
-
* @maxLength `
|
|
1554
|
+
* @maxLength `2000`
|
|
1444
1555
|
*/
|
|
1445
1556
|
ColumnConfigurations?: ColumnConfiguration[];
|
|
1446
1557
|
/**
|
|
@@ -1467,9 +1578,13 @@ export type DashboardVersionDefinition = {
|
|
|
1467
1578
|
};
|
|
1468
1579
|
/**
|
|
1469
1580
|
* Type definition for `AWS::QuickSight::Dashboard.DashboardVisualPublishOptions`.
|
|
1581
|
+
* <p>The visual publish options of a visual in a dashboard</p>
|
|
1470
1582
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardvisualpublishoptions.html}
|
|
1471
1583
|
*/
|
|
1472
1584
|
export type DashboardVisualPublishOptions = {
|
|
1585
|
+
/**
|
|
1586
|
+
* <p>Determines if hidden fields are included in an exported dashboard.</p>
|
|
1587
|
+
*/
|
|
1473
1588
|
ExportHiddenFieldsOption?: ExportHiddenFieldsOption;
|
|
1474
1589
|
};
|
|
1475
1590
|
/**
|
|
@@ -1632,6 +1747,7 @@ export type DataPathValue = {
|
|
|
1632
1747
|
};
|
|
1633
1748
|
/**
|
|
1634
1749
|
* Type definition for `AWS::QuickSight::Dashboard.DataPointDrillUpDownOption`.
|
|
1750
|
+
* <p>The drill down options for data points in a dashbaord.</p>
|
|
1635
1751
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapointdrillupdownoption.html}
|
|
1636
1752
|
*/
|
|
1637
1753
|
export type DataPointDrillUpDownOption = {
|
|
@@ -1639,6 +1755,7 @@ export type DataPointDrillUpDownOption = {
|
|
|
1639
1755
|
};
|
|
1640
1756
|
/**
|
|
1641
1757
|
* Type definition for `AWS::QuickSight::Dashboard.DataPointMenuLabelOption`.
|
|
1758
|
+
* <p>The data point menu options of a dashboard.</p>
|
|
1642
1759
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapointmenulabeloption.html}
|
|
1643
1760
|
*/
|
|
1644
1761
|
export type DataPointMenuLabelOption = {
|
|
@@ -1646,6 +1763,7 @@ export type DataPointMenuLabelOption = {
|
|
|
1646
1763
|
};
|
|
1647
1764
|
/**
|
|
1648
1765
|
* Type definition for `AWS::QuickSight::Dashboard.DataPointTooltipOption`.
|
|
1766
|
+
* <p>The data point tooltip options.</p>
|
|
1649
1767
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapointtooltipoption.html}
|
|
1650
1768
|
*/
|
|
1651
1769
|
export type DataPointTooltipOption = {
|
|
@@ -1665,12 +1783,17 @@ export type DataSetIdentifierDeclaration = {
|
|
|
1665
1783
|
};
|
|
1666
1784
|
/**
|
|
1667
1785
|
* Type definition for `AWS::QuickSight::Dashboard.DataSetReference`.
|
|
1786
|
+
* <p>Dataset reference.</p>
|
|
1668
1787
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datasetreference.html}
|
|
1669
1788
|
*/
|
|
1670
1789
|
export type DataSetReference = {
|
|
1790
|
+
/**
|
|
1791
|
+
* <p>Dataset Amazon Resource Name (ARN).</p>
|
|
1792
|
+
*/
|
|
1671
1793
|
DataSetArn: string;
|
|
1672
1794
|
/**
|
|
1673
|
-
*
|
|
1795
|
+
* <p>Dataset placeholder.</p>
|
|
1796
|
+
* @pattern `\S`
|
|
1674
1797
|
*/
|
|
1675
1798
|
DataSetPlaceholder: string;
|
|
1676
1799
|
};
|
|
@@ -1763,13 +1886,18 @@ export type DateTimeHierarchy = {
|
|
|
1763
1886
|
};
|
|
1764
1887
|
/**
|
|
1765
1888
|
* Type definition for `AWS::QuickSight::Dashboard.DateTimeParameter`.
|
|
1889
|
+
* <p>A date-time parameter.</p>
|
|
1766
1890
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datetimeparameter.html}
|
|
1767
1891
|
*/
|
|
1768
1892
|
export type DateTimeParameter = {
|
|
1769
1893
|
/**
|
|
1770
|
-
*
|
|
1894
|
+
* <p>A display name for the date-time parameter.</p>
|
|
1895
|
+
* @pattern `\S`
|
|
1771
1896
|
*/
|
|
1772
1897
|
Name: string;
|
|
1898
|
+
/**
|
|
1899
|
+
* <p>The values for the date-time parameter.</p>
|
|
1900
|
+
*/
|
|
1773
1901
|
Values: string[];
|
|
1774
1902
|
};
|
|
1775
1903
|
/**
|
|
@@ -1832,13 +1960,18 @@ export type DecimalDefaultValues = {
|
|
|
1832
1960
|
};
|
|
1833
1961
|
/**
|
|
1834
1962
|
* Type definition for `AWS::QuickSight::Dashboard.DecimalParameter`.
|
|
1963
|
+
* <p>A decimal parameter.</p>
|
|
1835
1964
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-decimalparameter.html}
|
|
1836
1965
|
*/
|
|
1837
1966
|
export type DecimalParameter = {
|
|
1838
1967
|
/**
|
|
1839
|
-
*
|
|
1968
|
+
* <p>A display name for the decimal parameter.</p>
|
|
1969
|
+
* @pattern `\S`
|
|
1840
1970
|
*/
|
|
1841
1971
|
Name: string;
|
|
1972
|
+
/**
|
|
1973
|
+
* <p>The values for the decimal parameter.</p>
|
|
1974
|
+
*/
|
|
1842
1975
|
Values: number[];
|
|
1843
1976
|
};
|
|
1844
1977
|
/**
|
|
@@ -1880,6 +2013,57 @@ export type DecimalValueWhenUnsetConfiguration = {
|
|
|
1880
2013
|
CustomValue?: number;
|
|
1881
2014
|
ValueWhenUnsetOption?: ValueWhenUnsetOption;
|
|
1882
2015
|
};
|
|
2016
|
+
/**
|
|
2017
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultDateTimePickerControlOptions`.
|
|
2018
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultdatetimepickercontroloptions.html}
|
|
2019
|
+
*/
|
|
2020
|
+
export type DefaultDateTimePickerControlOptions = {
|
|
2021
|
+
DisplayOptions?: DateTimePickerControlDisplayOptions;
|
|
2022
|
+
Type?: SheetControlDateTimePickerType;
|
|
2023
|
+
};
|
|
2024
|
+
/**
|
|
2025
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultFilterControlConfiguration`.
|
|
2026
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.html}
|
|
2027
|
+
*/
|
|
2028
|
+
export type DefaultFilterControlConfiguration = {
|
|
2029
|
+
ControlOptions: DefaultFilterControlOptions;
|
|
2030
|
+
/**
|
|
2031
|
+
* @minLength `1`
|
|
2032
|
+
* @maxLength `2048`
|
|
2033
|
+
*/
|
|
2034
|
+
Title: string;
|
|
2035
|
+
};
|
|
2036
|
+
/**
|
|
2037
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultFilterControlOptions`.
|
|
2038
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultfiltercontroloptions.html}
|
|
2039
|
+
*/
|
|
2040
|
+
export type DefaultFilterControlOptions = {
|
|
2041
|
+
DefaultDateTimePickerOptions?: DefaultDateTimePickerControlOptions;
|
|
2042
|
+
DefaultDropdownOptions?: DefaultFilterDropDownControlOptions;
|
|
2043
|
+
DefaultListOptions?: DefaultFilterListControlOptions;
|
|
2044
|
+
DefaultRelativeDateTimeOptions?: DefaultRelativeDateTimeControlOptions;
|
|
2045
|
+
DefaultSliderOptions?: DefaultSliderControlOptions;
|
|
2046
|
+
DefaultTextAreaOptions?: DefaultTextAreaControlOptions;
|
|
2047
|
+
DefaultTextFieldOptions?: DefaultTextFieldControlOptions;
|
|
2048
|
+
};
|
|
2049
|
+
/**
|
|
2050
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultFilterDropDownControlOptions`.
|
|
2051
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultfilterdropdowncontroloptions.html}
|
|
2052
|
+
*/
|
|
2053
|
+
export type DefaultFilterDropDownControlOptions = {
|
|
2054
|
+
DisplayOptions?: DropDownControlDisplayOptions;
|
|
2055
|
+
SelectableValues?: FilterSelectableValues;
|
|
2056
|
+
Type?: SheetControlListType;
|
|
2057
|
+
};
|
|
2058
|
+
/**
|
|
2059
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultFilterListControlOptions`.
|
|
2060
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultfilterlistcontroloptions.html}
|
|
2061
|
+
*/
|
|
2062
|
+
export type DefaultFilterListControlOptions = {
|
|
2063
|
+
DisplayOptions?: ListControlDisplayOptions;
|
|
2064
|
+
SelectableValues?: FilterSelectableValues;
|
|
2065
|
+
Type?: SheetControlListType;
|
|
2066
|
+
};
|
|
1883
2067
|
/**
|
|
1884
2068
|
* Type definition for `AWS::QuickSight::Dashboard.DefaultFreeFormLayoutConfiguration`.
|
|
1885
2069
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultfreeformlayoutconfiguration.html}
|
|
@@ -1918,6 +2102,13 @@ export type DefaultNewSheetConfiguration = {
|
|
|
1918
2102
|
export type DefaultPaginatedLayoutConfiguration = {
|
|
1919
2103
|
SectionBased?: DefaultSectionBasedLayoutConfiguration;
|
|
1920
2104
|
};
|
|
2105
|
+
/**
|
|
2106
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultRelativeDateTimeControlOptions`.
|
|
2107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions.html}
|
|
2108
|
+
*/
|
|
2109
|
+
export type DefaultRelativeDateTimeControlOptions = {
|
|
2110
|
+
DisplayOptions?: RelativeDateTimeControlDisplayOptions;
|
|
2111
|
+
};
|
|
1921
2112
|
/**
|
|
1922
2113
|
* Type definition for `AWS::QuickSight::Dashboard.DefaultSectionBasedLayoutConfiguration`.
|
|
1923
2114
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultsectionbasedlayoutconfiguration.html}
|
|
@@ -1925,6 +2116,36 @@ export type DefaultPaginatedLayoutConfiguration = {
|
|
|
1925
2116
|
export type DefaultSectionBasedLayoutConfiguration = {
|
|
1926
2117
|
CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions;
|
|
1927
2118
|
};
|
|
2119
|
+
/**
|
|
2120
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultSliderControlOptions`.
|
|
2121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultslidercontroloptions.html}
|
|
2122
|
+
*/
|
|
2123
|
+
export type DefaultSliderControlOptions = {
|
|
2124
|
+
DisplayOptions?: SliderControlDisplayOptions;
|
|
2125
|
+
MaximumValue: number;
|
|
2126
|
+
MinimumValue: number;
|
|
2127
|
+
StepSize: number;
|
|
2128
|
+
Type?: SheetControlSliderType;
|
|
2129
|
+
};
|
|
2130
|
+
/**
|
|
2131
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultTextAreaControlOptions`.
|
|
2132
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaulttextareacontroloptions.html}
|
|
2133
|
+
*/
|
|
2134
|
+
export type DefaultTextAreaControlOptions = {
|
|
2135
|
+
/**
|
|
2136
|
+
* @minLength `1`
|
|
2137
|
+
* @maxLength `2048`
|
|
2138
|
+
*/
|
|
2139
|
+
Delimiter?: string;
|
|
2140
|
+
DisplayOptions?: TextAreaControlDisplayOptions;
|
|
2141
|
+
};
|
|
2142
|
+
/**
|
|
2143
|
+
* Type definition for `AWS::QuickSight::Dashboard.DefaultTextFieldControlOptions`.
|
|
2144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaulttextfieldcontroloptions.html}
|
|
2145
|
+
*/
|
|
2146
|
+
export type DefaultTextFieldControlOptions = {
|
|
2147
|
+
DisplayOptions?: TextFieldControlDisplayOptions;
|
|
2148
|
+
};
|
|
1928
2149
|
/**
|
|
1929
2150
|
* Type definition for `AWS::QuickSight::Dashboard.DestinationParameterValueConfiguration`.
|
|
1930
2151
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-destinationparametervalueconfiguration.html}
|
|
@@ -2009,7 +2230,7 @@ export type EmptyVisual = {
|
|
|
2009
2230
|
/**
|
|
2010
2231
|
* @minLength `1`
|
|
2011
2232
|
* @maxLength `512`
|
|
2012
|
-
* @pattern
|
|
2233
|
+
* @pattern `^[\w\-]+$`
|
|
2013
2234
|
*/
|
|
2014
2235
|
VisualId: string;
|
|
2015
2236
|
};
|
|
@@ -2019,7 +2240,7 @@ export type EmptyVisual = {
|
|
|
2019
2240
|
*/
|
|
2020
2241
|
export type Entity = {
|
|
2021
2242
|
/**
|
|
2022
|
-
* @pattern
|
|
2243
|
+
* @pattern `\S`
|
|
2023
2244
|
*/
|
|
2024
2245
|
Path?: string;
|
|
2025
2246
|
};
|
|
@@ -2055,6 +2276,7 @@ export type ExplicitHierarchy = {
|
|
|
2055
2276
|
};
|
|
2056
2277
|
/**
|
|
2057
2278
|
* Type definition for `AWS::QuickSight::Dashboard.ExportHiddenFieldsOption`.
|
|
2279
|
+
* <p>Determines if hidden fields are included in an exported dashboard.</p>
|
|
2058
2280
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exporthiddenfieldsoption.html}
|
|
2059
2281
|
*/
|
|
2060
2282
|
export type ExportHiddenFieldsOption = {
|
|
@@ -2062,6 +2284,7 @@ export type ExportHiddenFieldsOption = {
|
|
|
2062
2284
|
};
|
|
2063
2285
|
/**
|
|
2064
2286
|
* Type definition for `AWS::QuickSight::Dashboard.ExportToCSVOption`.
|
|
2287
|
+
* <p>Export to .csv option.</p>
|
|
2065
2288
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exporttocsvoption.html}
|
|
2066
2289
|
*/
|
|
2067
2290
|
export type ExportToCSVOption = {
|
|
@@ -2069,6 +2292,7 @@ export type ExportToCSVOption = {
|
|
|
2069
2292
|
};
|
|
2070
2293
|
/**
|
|
2071
2294
|
* Type definition for `AWS::QuickSight::Dashboard.ExportWithHiddenFieldsOption`.
|
|
2295
|
+
* <p>Determines whether or not hidden fields are visible on exported dashbaords.</p>
|
|
2072
2296
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption.html}
|
|
2073
2297
|
*/
|
|
2074
2298
|
export type ExportWithHiddenFieldsOption = {
|
|
@@ -2243,7 +2467,7 @@ export type FilledMapVisual = {
|
|
|
2243
2467
|
/**
|
|
2244
2468
|
* @minLength `1`
|
|
2245
2469
|
* @maxLength `512`
|
|
2246
|
-
* @pattern
|
|
2470
|
+
* @pattern `^[\w\-]+$`
|
|
2247
2471
|
*/
|
|
2248
2472
|
VisualId: string;
|
|
2249
2473
|
};
|
|
@@ -2265,6 +2489,7 @@ export type Filter = {
|
|
|
2265
2489
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filtercontrol.html}
|
|
2266
2490
|
*/
|
|
2267
2491
|
export type FilterControl = {
|
|
2492
|
+
CrossSheet?: FilterCrossSheetControl;
|
|
2268
2493
|
DateTimePicker?: FilterDateTimePickerControl;
|
|
2269
2494
|
Dropdown?: FilterDropDownControl;
|
|
2270
2495
|
List?: FilterListControl;
|
|
@@ -2273,6 +2498,25 @@ export type FilterControl = {
|
|
|
2273
2498
|
TextArea?: FilterTextAreaControl;
|
|
2274
2499
|
TextField?: FilterTextFieldControl;
|
|
2275
2500
|
};
|
|
2501
|
+
/**
|
|
2502
|
+
* Type definition for `AWS::QuickSight::Dashboard.FilterCrossSheetControl`.
|
|
2503
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filtercrosssheetcontrol.html}
|
|
2504
|
+
*/
|
|
2505
|
+
export type FilterCrossSheetControl = {
|
|
2506
|
+
CascadingControlConfiguration?: CascadingControlConfiguration;
|
|
2507
|
+
/**
|
|
2508
|
+
* @minLength `1`
|
|
2509
|
+
* @maxLength `512`
|
|
2510
|
+
* @pattern `^[\w\-]+$`
|
|
2511
|
+
*/
|
|
2512
|
+
FilterControlId: string;
|
|
2513
|
+
/**
|
|
2514
|
+
* @minLength `1`
|
|
2515
|
+
* @maxLength `512`
|
|
2516
|
+
* @pattern `^[\w\-]+$`
|
|
2517
|
+
*/
|
|
2518
|
+
SourceFilterId: string;
|
|
2519
|
+
};
|
|
2276
2520
|
/**
|
|
2277
2521
|
* Type definition for `AWS::QuickSight::Dashboard.FilterDateTimePickerControl`.
|
|
2278
2522
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterdatetimepickercontrol.html}
|
|
@@ -2282,13 +2526,13 @@ export type FilterDateTimePickerControl = {
|
|
|
2282
2526
|
/**
|
|
2283
2527
|
* @minLength `1`
|
|
2284
2528
|
* @maxLength `512`
|
|
2285
|
-
* @pattern
|
|
2529
|
+
* @pattern `^[\w\-]+$`
|
|
2286
2530
|
*/
|
|
2287
2531
|
FilterControlId: string;
|
|
2288
2532
|
/**
|
|
2289
2533
|
* @minLength `1`
|
|
2290
2534
|
* @maxLength `512`
|
|
2291
|
-
* @pattern
|
|
2535
|
+
* @pattern `^[\w\-]+$`
|
|
2292
2536
|
*/
|
|
2293
2537
|
SourceFilterId: string;
|
|
2294
2538
|
/**
|
|
@@ -2308,14 +2552,14 @@ export type FilterDropDownControl = {
|
|
|
2308
2552
|
/**
|
|
2309
2553
|
* @minLength `1`
|
|
2310
2554
|
* @maxLength `512`
|
|
2311
|
-
* @pattern
|
|
2555
|
+
* @pattern `^[\w\-]+$`
|
|
2312
2556
|
*/
|
|
2313
2557
|
FilterControlId: string;
|
|
2314
2558
|
SelectableValues?: FilterSelectableValues;
|
|
2315
2559
|
/**
|
|
2316
2560
|
* @minLength `1`
|
|
2317
2561
|
* @maxLength `512`
|
|
2318
|
-
* @pattern
|
|
2562
|
+
* @pattern `^[\w\-]+$`
|
|
2319
2563
|
*/
|
|
2320
2564
|
SourceFilterId: string;
|
|
2321
2565
|
/**
|
|
@@ -2334,7 +2578,7 @@ export type FilterGroup = {
|
|
|
2334
2578
|
/**
|
|
2335
2579
|
* @minLength `1`
|
|
2336
2580
|
* @maxLength `512`
|
|
2337
|
-
* @pattern
|
|
2581
|
+
* @pattern `^[\w\-]+$`
|
|
2338
2582
|
*/
|
|
2339
2583
|
FilterGroupId: string;
|
|
2340
2584
|
/**
|
|
@@ -2369,14 +2613,14 @@ export type FilterListControl = {
|
|
|
2369
2613
|
/**
|
|
2370
2614
|
* @minLength `1`
|
|
2371
2615
|
* @maxLength `512`
|
|
2372
|
-
* @pattern
|
|
2616
|
+
* @pattern `^[\w\-]+$`
|
|
2373
2617
|
*/
|
|
2374
2618
|
FilterControlId: string;
|
|
2375
2619
|
SelectableValues?: FilterSelectableValues;
|
|
2376
2620
|
/**
|
|
2377
2621
|
* @minLength `1`
|
|
2378
2622
|
* @maxLength `512`
|
|
2379
|
-
* @pattern
|
|
2623
|
+
* @pattern `^[\w\-]+$`
|
|
2380
2624
|
*/
|
|
2381
2625
|
SourceFilterId: string;
|
|
2382
2626
|
/**
|
|
@@ -2397,6 +2641,7 @@ export type FilterNullOption = "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY";
|
|
|
2397
2641
|
*/
|
|
2398
2642
|
export type FilterOperationSelectedFieldsConfiguration = {
|
|
2399
2643
|
/**
|
|
2644
|
+
* <p>The selected columns of a dataset.</p>
|
|
2400
2645
|
* @minLength `0`
|
|
2401
2646
|
* @maxLength `10`
|
|
2402
2647
|
*/
|
|
@@ -2424,13 +2669,13 @@ export type FilterRelativeDateTimeControl = {
|
|
|
2424
2669
|
/**
|
|
2425
2670
|
* @minLength `1`
|
|
2426
2671
|
* @maxLength `512`
|
|
2427
|
-
* @pattern
|
|
2672
|
+
* @pattern `^[\w\-]+$`
|
|
2428
2673
|
*/
|
|
2429
2674
|
FilterControlId: string;
|
|
2430
2675
|
/**
|
|
2431
2676
|
* @minLength `1`
|
|
2432
2677
|
* @maxLength `512`
|
|
2433
|
-
* @pattern
|
|
2678
|
+
* @pattern `^[\w\-]+$`
|
|
2434
2679
|
*/
|
|
2435
2680
|
SourceFilterId: string;
|
|
2436
2681
|
/**
|
|
@@ -2467,7 +2712,7 @@ export type FilterSliderControl = {
|
|
|
2467
2712
|
/**
|
|
2468
2713
|
* @minLength `1`
|
|
2469
2714
|
* @maxLength `512`
|
|
2470
|
-
* @pattern
|
|
2715
|
+
* @pattern `^[\w\-]+$`
|
|
2471
2716
|
*/
|
|
2472
2717
|
FilterControlId: string;
|
|
2473
2718
|
MaximumValue: number;
|
|
@@ -2475,7 +2720,7 @@ export type FilterSliderControl = {
|
|
|
2475
2720
|
/**
|
|
2476
2721
|
* @minLength `1`
|
|
2477
2722
|
* @maxLength `512`
|
|
2478
|
-
* @pattern
|
|
2723
|
+
* @pattern `^[\w\-]+$`
|
|
2479
2724
|
*/
|
|
2480
2725
|
SourceFilterId: string;
|
|
2481
2726
|
StepSize: number;
|
|
@@ -2500,13 +2745,13 @@ export type FilterTextAreaControl = {
|
|
|
2500
2745
|
/**
|
|
2501
2746
|
* @minLength `1`
|
|
2502
2747
|
* @maxLength `512`
|
|
2503
|
-
* @pattern
|
|
2748
|
+
* @pattern `^[\w\-]+$`
|
|
2504
2749
|
*/
|
|
2505
2750
|
FilterControlId: string;
|
|
2506
2751
|
/**
|
|
2507
2752
|
* @minLength `1`
|
|
2508
2753
|
* @maxLength `512`
|
|
2509
|
-
* @pattern
|
|
2754
|
+
* @pattern `^[\w\-]+$`
|
|
2510
2755
|
*/
|
|
2511
2756
|
SourceFilterId: string;
|
|
2512
2757
|
/**
|
|
@@ -2524,13 +2769,13 @@ export type FilterTextFieldControl = {
|
|
|
2524
2769
|
/**
|
|
2525
2770
|
* @minLength `1`
|
|
2526
2771
|
* @maxLength `512`
|
|
2527
|
-
* @pattern
|
|
2772
|
+
* @pattern `^[\w\-]+$`
|
|
2528
2773
|
*/
|
|
2529
2774
|
FilterControlId: string;
|
|
2530
2775
|
/**
|
|
2531
2776
|
* @minLength `1`
|
|
2532
2777
|
* @maxLength `512`
|
|
2533
|
-
* @pattern
|
|
2778
|
+
* @pattern `^[\w\-]+$`
|
|
2534
2779
|
*/
|
|
2535
2780
|
SourceFilterId: string;
|
|
2536
2781
|
/**
|
|
@@ -2595,7 +2840,7 @@ export type ForecastComputation = {
|
|
|
2595
2840
|
/**
|
|
2596
2841
|
* @minLength `1`
|
|
2597
2842
|
* @maxLength `512`
|
|
2598
|
-
* @pattern
|
|
2843
|
+
* @pattern `^[\w\-]+$`
|
|
2599
2844
|
*/
|
|
2600
2845
|
ComputationId: string;
|
|
2601
2846
|
/**
|
|
@@ -2684,7 +2929,7 @@ export type FreeFormLayoutElement = {
|
|
|
2684
2929
|
/**
|
|
2685
2930
|
* @minLength `1`
|
|
2686
2931
|
* @maxLength `512`
|
|
2687
|
-
* @pattern
|
|
2932
|
+
* @pattern `^[\w\-]+$`
|
|
2688
2933
|
*/
|
|
2689
2934
|
ElementId: string;
|
|
2690
2935
|
ElementType: LayoutElementType;
|
|
@@ -2846,7 +3091,7 @@ export type FunnelChartVisual = {
|
|
|
2846
3091
|
/**
|
|
2847
3092
|
* @minLength `1`
|
|
2848
3093
|
* @maxLength `512`
|
|
2849
|
-
* @pattern
|
|
3094
|
+
* @pattern `^[\w\-]+$`
|
|
2850
3095
|
*/
|
|
2851
3096
|
VisualId: string;
|
|
2852
3097
|
};
|
|
@@ -2939,7 +3184,7 @@ export type GaugeChartVisual = {
|
|
|
2939
3184
|
/**
|
|
2940
3185
|
* @minLength `1`
|
|
2941
3186
|
* @maxLength `512`
|
|
2942
|
-
* @pattern
|
|
3187
|
+
* @pattern `^[\w\-]+$`
|
|
2943
3188
|
*/
|
|
2944
3189
|
VisualId: string;
|
|
2945
3190
|
};
|
|
@@ -3066,7 +3311,7 @@ export type GeospatialMapVisual = {
|
|
|
3066
3311
|
/**
|
|
3067
3312
|
* @minLength `1`
|
|
3068
3313
|
* @maxLength `512`
|
|
3069
|
-
* @pattern
|
|
3314
|
+
* @pattern `^[\w\-]+$`
|
|
3070
3315
|
*/
|
|
3071
3316
|
VisualId: string;
|
|
3072
3317
|
};
|
|
@@ -3160,7 +3405,7 @@ export type GridLayoutElement = {
|
|
|
3160
3405
|
/**
|
|
3161
3406
|
* @minLength `1`
|
|
3162
3407
|
* @maxLength `512`
|
|
3163
|
-
* @pattern
|
|
3408
|
+
* @pattern `^[\w\-]+$`
|
|
3164
3409
|
*/
|
|
3165
3410
|
ElementId: string;
|
|
3166
3411
|
ElementType: LayoutElementType;
|
|
@@ -3194,7 +3439,7 @@ export type GrowthRateComputation = {
|
|
|
3194
3439
|
/**
|
|
3195
3440
|
* @minLength `1`
|
|
3196
3441
|
* @maxLength `512`
|
|
3197
|
-
* @pattern
|
|
3442
|
+
* @pattern `^[\w\-]+$`
|
|
3198
3443
|
*/
|
|
3199
3444
|
ComputationId: string;
|
|
3200
3445
|
Name?: string;
|
|
@@ -3215,7 +3460,7 @@ export type HeaderFooterSectionConfiguration = {
|
|
|
3215
3460
|
/**
|
|
3216
3461
|
* @minLength `1`
|
|
3217
3462
|
* @maxLength `512`
|
|
3218
|
-
* @pattern
|
|
3463
|
+
* @pattern `^[\w\-]+$`
|
|
3219
3464
|
*/
|
|
3220
3465
|
SectionId: string;
|
|
3221
3466
|
Style?: SectionStyle;
|
|
@@ -3301,7 +3546,7 @@ export type HeatMapVisual = {
|
|
|
3301
3546
|
/**
|
|
3302
3547
|
* @minLength `1`
|
|
3303
3548
|
* @maxLength `512`
|
|
3304
|
-
* @pattern
|
|
3549
|
+
* @pattern `^[\w\-]+$`
|
|
3305
3550
|
*/
|
|
3306
3551
|
VisualId: string;
|
|
3307
3552
|
};
|
|
@@ -3368,7 +3613,7 @@ export type HistogramVisual = {
|
|
|
3368
3613
|
/**
|
|
3369
3614
|
* @minLength `1`
|
|
3370
3615
|
* @maxLength `512`
|
|
3371
|
-
* @pattern
|
|
3616
|
+
* @pattern `^[\w\-]+$`
|
|
3372
3617
|
*/
|
|
3373
3618
|
VisualId: string;
|
|
3374
3619
|
};
|
|
@@ -3415,7 +3660,7 @@ export type InsightVisual = {
|
|
|
3415
3660
|
/**
|
|
3416
3661
|
* @minLength `1`
|
|
3417
3662
|
* @maxLength `512`
|
|
3418
|
-
* @pattern
|
|
3663
|
+
* @pattern `^[\w\-]+$`
|
|
3419
3664
|
*/
|
|
3420
3665
|
VisualId: string;
|
|
3421
3666
|
};
|
|
@@ -3433,13 +3678,18 @@ export type IntegerDefaultValues = {
|
|
|
3433
3678
|
};
|
|
3434
3679
|
/**
|
|
3435
3680
|
* Type definition for `AWS::QuickSight::Dashboard.IntegerParameter`.
|
|
3681
|
+
* <p>An integer parameter.</p>
|
|
3436
3682
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-integerparameter.html}
|
|
3437
3683
|
*/
|
|
3438
3684
|
export type IntegerParameter = {
|
|
3439
3685
|
/**
|
|
3440
|
-
*
|
|
3686
|
+
* <p>The name of the integer parameter.</p>
|
|
3687
|
+
* @pattern `\S`
|
|
3441
3688
|
*/
|
|
3442
3689
|
Name: string;
|
|
3690
|
+
/**
|
|
3691
|
+
* <p>The values for the integer parameter.</p>
|
|
3692
|
+
*/
|
|
3443
3693
|
Values: number[];
|
|
3444
3694
|
};
|
|
3445
3695
|
/**
|
|
@@ -3626,7 +3876,7 @@ export type KPIVisual = {
|
|
|
3626
3876
|
/**
|
|
3627
3877
|
* @minLength `1`
|
|
3628
3878
|
* @maxLength `512`
|
|
3629
|
-
* @pattern
|
|
3879
|
+
* @pattern `^[\w\-]+$`
|
|
3630
3880
|
*/
|
|
3631
3881
|
VisualId: string;
|
|
3632
3882
|
};
|
|
@@ -3876,7 +4126,7 @@ export type LineChartVisual = {
|
|
|
3876
4126
|
/**
|
|
3877
4127
|
* @minLength `1`
|
|
3878
4128
|
* @maxLength `512`
|
|
3879
|
-
* @pattern
|
|
4129
|
+
* @pattern `^[\w\-]+$`
|
|
3880
4130
|
*/
|
|
3881
4131
|
VisualId: string;
|
|
3882
4132
|
};
|
|
@@ -3947,7 +4197,7 @@ export type LocalNavigationConfiguration = {
|
|
|
3947
4197
|
/**
|
|
3948
4198
|
* @minLength `1`
|
|
3949
4199
|
* @maxLength `512`
|
|
3950
|
-
* @pattern
|
|
4200
|
+
* @pattern `^[\w\-]+$`
|
|
3951
4201
|
*/
|
|
3952
4202
|
TargetSheetId: string;
|
|
3953
4203
|
};
|
|
@@ -4004,7 +4254,7 @@ export type MaximumMinimumComputation = {
|
|
|
4004
4254
|
/**
|
|
4005
4255
|
* @minLength `1`
|
|
4006
4256
|
* @maxLength `512`
|
|
4007
|
-
* @pattern
|
|
4257
|
+
* @pattern `^[\w\-]+$`
|
|
4008
4258
|
*/
|
|
4009
4259
|
ComputationId: string;
|
|
4010
4260
|
Name?: string;
|
|
@@ -4035,7 +4285,7 @@ export type MetricComparisonComputation = {
|
|
|
4035
4285
|
/**
|
|
4036
4286
|
* @minLength `1`
|
|
4037
4287
|
* @maxLength `512`
|
|
4038
|
-
* @pattern
|
|
4288
|
+
* @pattern `^[\w\-]+$`
|
|
4039
4289
|
*/
|
|
4040
4290
|
ComputationId: string;
|
|
4041
4291
|
FromValue?: MeasureField;
|
|
@@ -4181,10 +4431,11 @@ export type NumericEqualityDrillDownFilter = {
|
|
|
4181
4431
|
export type NumericEqualityFilter = {
|
|
4182
4432
|
AggregationFunction?: AggregationFunction;
|
|
4183
4433
|
Column: ColumnIdentifier;
|
|
4434
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
4184
4435
|
/**
|
|
4185
4436
|
* @minLength `1`
|
|
4186
4437
|
* @maxLength `512`
|
|
4187
|
-
* @pattern
|
|
4438
|
+
* @pattern `^[\w\-]+$`
|
|
4188
4439
|
*/
|
|
4189
4440
|
FilterId: string;
|
|
4190
4441
|
MatchOperator: NumericEqualityMatchOperator;
|
|
@@ -4224,10 +4475,11 @@ export type NumericFormatConfiguration = {
|
|
|
4224
4475
|
export type NumericRangeFilter = {
|
|
4225
4476
|
AggregationFunction?: AggregationFunction;
|
|
4226
4477
|
Column: ColumnIdentifier;
|
|
4478
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
4227
4479
|
/**
|
|
4228
4480
|
* @minLength `1`
|
|
4229
4481
|
* @maxLength `512`
|
|
4230
|
-
* @pattern
|
|
4482
|
+
* @pattern `^[\w\-]+$`
|
|
4231
4483
|
*/
|
|
4232
4484
|
FilterId: string;
|
|
4233
4485
|
IncludeMaximum?: boolean;
|
|
@@ -4351,7 +4603,7 @@ export type ParameterDateTimePickerControl = {
|
|
|
4351
4603
|
/**
|
|
4352
4604
|
* @minLength `1`
|
|
4353
4605
|
* @maxLength `512`
|
|
4354
|
-
* @pattern
|
|
4606
|
+
* @pattern `^[\w\-]+$`
|
|
4355
4607
|
*/
|
|
4356
4608
|
ParameterControlId: string;
|
|
4357
4609
|
/**
|
|
@@ -4386,7 +4638,7 @@ export type ParameterDropDownControl = {
|
|
|
4386
4638
|
/**
|
|
4387
4639
|
* @minLength `1`
|
|
4388
4640
|
* @maxLength `512`
|
|
4389
|
-
* @pattern
|
|
4641
|
+
* @pattern `^[\w\-]+$`
|
|
4390
4642
|
*/
|
|
4391
4643
|
ParameterControlId: string;
|
|
4392
4644
|
SelectableValues?: ParameterSelectableValues;
|
|
@@ -4413,7 +4665,7 @@ export type ParameterListControl = {
|
|
|
4413
4665
|
/**
|
|
4414
4666
|
* @minLength `1`
|
|
4415
4667
|
* @maxLength `512`
|
|
4416
|
-
* @pattern
|
|
4668
|
+
* @pattern `^[\w\-]+$`
|
|
4417
4669
|
*/
|
|
4418
4670
|
ParameterControlId: string;
|
|
4419
4671
|
SelectableValues?: ParameterSelectableValues;
|
|
@@ -4432,25 +4684,30 @@ export type ParameterListControl = {
|
|
|
4432
4684
|
};
|
|
4433
4685
|
/**
|
|
4434
4686
|
* Type definition for `AWS::QuickSight::Dashboard.Parameters`.
|
|
4687
|
+
* <p>A list of Amazon QuickSight parameters and the list's override values.</p>
|
|
4435
4688
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-parameters.html}
|
|
4436
4689
|
*/
|
|
4437
4690
|
export type Parameters = {
|
|
4438
4691
|
/**
|
|
4692
|
+
* <p>The parameters that have a data type of date-time.</p>
|
|
4439
4693
|
* @minLength `0`
|
|
4440
4694
|
* @maxLength `100`
|
|
4441
4695
|
*/
|
|
4442
4696
|
DateTimeParameters?: DateTimeParameter[];
|
|
4443
4697
|
/**
|
|
4698
|
+
* <p>The parameters that have a data type of decimal.</p>
|
|
4444
4699
|
* @minLength `0`
|
|
4445
4700
|
* @maxLength `100`
|
|
4446
4701
|
*/
|
|
4447
4702
|
DecimalParameters?: DecimalParameter[];
|
|
4448
4703
|
/**
|
|
4704
|
+
* <p>The parameters that have a data type of integer.</p>
|
|
4449
4705
|
* @minLength `0`
|
|
4450
4706
|
* @maxLength `100`
|
|
4451
4707
|
*/
|
|
4452
4708
|
IntegerParameters?: IntegerParameter[];
|
|
4453
4709
|
/**
|
|
4710
|
+
* <p>The parameters that have a data type of string.</p>
|
|
4454
4711
|
* @minLength `0`
|
|
4455
4712
|
* @maxLength `100`
|
|
4456
4713
|
*/
|
|
@@ -4479,7 +4736,7 @@ export type ParameterSliderControl = {
|
|
|
4479
4736
|
/**
|
|
4480
4737
|
* @minLength `1`
|
|
4481
4738
|
* @maxLength `512`
|
|
4482
|
-
* @pattern
|
|
4739
|
+
* @pattern `^[\w\-]+$`
|
|
4483
4740
|
*/
|
|
4484
4741
|
ParameterControlId: string;
|
|
4485
4742
|
/**
|
|
@@ -4509,7 +4766,7 @@ export type ParameterTextAreaControl = {
|
|
|
4509
4766
|
/**
|
|
4510
4767
|
* @minLength `1`
|
|
4511
4768
|
* @maxLength `512`
|
|
4512
|
-
* @pattern
|
|
4769
|
+
* @pattern `^[\w\-]+$`
|
|
4513
4770
|
*/
|
|
4514
4771
|
ParameterControlId: string;
|
|
4515
4772
|
/**
|
|
@@ -4533,7 +4790,7 @@ export type ParameterTextFieldControl = {
|
|
|
4533
4790
|
/**
|
|
4534
4791
|
* @minLength `1`
|
|
4535
4792
|
* @maxLength `512`
|
|
4536
|
-
* @pattern
|
|
4793
|
+
* @pattern `^[\w\-]+$`
|
|
4537
4794
|
*/
|
|
4538
4795
|
ParameterControlId: string;
|
|
4539
4796
|
/**
|
|
@@ -4608,7 +4865,7 @@ export type PeriodOverPeriodComputation = {
|
|
|
4608
4865
|
/**
|
|
4609
4866
|
* @minLength `1`
|
|
4610
4867
|
* @maxLength `512`
|
|
4611
|
-
* @pattern
|
|
4868
|
+
* @pattern `^[\w\-]+$`
|
|
4612
4869
|
*/
|
|
4613
4870
|
ComputationId: string;
|
|
4614
4871
|
Name?: string;
|
|
@@ -4623,7 +4880,7 @@ export type PeriodToDateComputation = {
|
|
|
4623
4880
|
/**
|
|
4624
4881
|
* @minLength `1`
|
|
4625
4882
|
* @maxLength `512`
|
|
4626
|
-
* @pattern
|
|
4883
|
+
* @pattern `^[\w\-]+$`
|
|
4627
4884
|
*/
|
|
4628
4885
|
ComputationId: string;
|
|
4629
4886
|
Name?: string;
|
|
@@ -4719,7 +4976,7 @@ export type PieChartVisual = {
|
|
|
4719
4976
|
/**
|
|
4720
4977
|
* @minLength `1`
|
|
4721
4978
|
* @maxLength `512`
|
|
4722
|
-
* @pattern
|
|
4979
|
+
* @pattern `^[\w\-]+$`
|
|
4723
4980
|
*/
|
|
4724
4981
|
VisualId: string;
|
|
4725
4982
|
};
|
|
@@ -5017,7 +5274,7 @@ export type PivotTableVisual = {
|
|
|
5017
5274
|
/**
|
|
5018
5275
|
* @minLength `1`
|
|
5019
5276
|
* @maxLength `512`
|
|
5020
|
-
* @pattern
|
|
5277
|
+
* @pattern `^[\w\-]+$`
|
|
5021
5278
|
*/
|
|
5022
5279
|
VisualId: string;
|
|
5023
5280
|
};
|
|
@@ -5194,7 +5451,7 @@ export type RadarChartVisual = {
|
|
|
5194
5451
|
/**
|
|
5195
5452
|
* @minLength `1`
|
|
5196
5453
|
* @maxLength `512`
|
|
5197
|
-
* @pattern
|
|
5454
|
+
* @pattern `^[\w\-]+$`
|
|
5198
5455
|
*/
|
|
5199
5456
|
VisualId: string;
|
|
5200
5457
|
};
|
|
@@ -5221,7 +5478,7 @@ export type ReferenceLine = {
|
|
|
5221
5478
|
*/
|
|
5222
5479
|
export type ReferenceLineCustomLabelConfiguration = {
|
|
5223
5480
|
/**
|
|
5224
|
-
* @pattern
|
|
5481
|
+
* @pattern `\S`
|
|
5225
5482
|
*/
|
|
5226
5483
|
CustomLabel: string;
|
|
5227
5484
|
};
|
|
@@ -5317,11 +5574,12 @@ export type ReferenceLineValueLabelRelativePosition = "BEFORE_CUSTOM_LABEL" | "A
|
|
|
5317
5574
|
export type RelativeDatesFilter = {
|
|
5318
5575
|
AnchorDateConfiguration: AnchorDateConfiguration;
|
|
5319
5576
|
Column: ColumnIdentifier;
|
|
5577
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
5320
5578
|
ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
|
|
5321
5579
|
/**
|
|
5322
5580
|
* @minLength `1`
|
|
5323
5581
|
* @maxLength `512`
|
|
5324
|
-
* @pattern
|
|
5582
|
+
* @pattern `^[\w\-]+$`
|
|
5325
5583
|
*/
|
|
5326
5584
|
FilterId: string;
|
|
5327
5585
|
MinimumGranularity?: TimeGranularity;
|
|
@@ -5366,18 +5624,35 @@ export type RelativeFontSize = "EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "E
|
|
|
5366
5624
|
export type ResizeOption = "FIXED" | "RESPONSIVE";
|
|
5367
5625
|
/**
|
|
5368
5626
|
* Type definition for `AWS::QuickSight::Dashboard.ResourcePermission`.
|
|
5627
|
+
* <p>Permission for the resource.</p>
|
|
5369
5628
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-resourcepermission.html}
|
|
5370
5629
|
*/
|
|
5371
5630
|
export type ResourcePermission = {
|
|
5372
5631
|
/**
|
|
5632
|
+
* <p>The IAM action to grant or revoke permissions on.</p>
|
|
5373
5633
|
* @minLength `1`
|
|
5374
5634
|
* @maxLength `20`
|
|
5375
5635
|
*/
|
|
5376
5636
|
Actions: string[];
|
|
5377
5637
|
/**
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5638
|
+
* <p>The Amazon Resource Name (ARN) of the principal. This can be one of the
|
|
5639
|
+
following:</p>
|
|
5640
|
+
<ul>
|
|
5641
|
+
<li>
|
|
5642
|
+
<p>The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)</p>
|
|
5643
|
+
</li>
|
|
5644
|
+
<li>
|
|
5645
|
+
<p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
|
|
5646
|
+
</li>
|
|
5647
|
+
<li>
|
|
5648
|
+
<p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
|
|
5649
|
+
ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
|
|
5650
|
+
(This is less common.) </p>
|
|
5651
|
+
</li>
|
|
5652
|
+
</ul>
|
|
5653
|
+
* @minLength `1`
|
|
5654
|
+
* @maxLength `256`
|
|
5655
|
+
*/
|
|
5381
5656
|
Principal: string;
|
|
5382
5657
|
};
|
|
5383
5658
|
/**
|
|
@@ -5492,7 +5767,7 @@ export type SankeyDiagramVisual = {
|
|
|
5492
5767
|
/**
|
|
5493
5768
|
* @minLength `1`
|
|
5494
5769
|
* @maxLength `512`
|
|
5495
|
-
* @pattern
|
|
5770
|
+
* @pattern `^[\w\-]+$`
|
|
5496
5771
|
*/
|
|
5497
5772
|
VisualId: string;
|
|
5498
5773
|
};
|
|
@@ -5602,7 +5877,7 @@ export type ScatterPlotVisual = {
|
|
|
5602
5877
|
/**
|
|
5603
5878
|
* @minLength `1`
|
|
5604
5879
|
* @maxLength `512`
|
|
5605
|
-
* @pattern
|
|
5880
|
+
* @pattern `^[\w\-]+$`
|
|
5606
5881
|
*/
|
|
5607
5882
|
VisualId: string;
|
|
5608
5883
|
};
|
|
@@ -5752,18 +6027,26 @@ export type ShapeConditionalFormat = {
|
|
|
5752
6027
|
};
|
|
5753
6028
|
/**
|
|
5754
6029
|
* Type definition for `AWS::QuickSight::Dashboard.Sheet`.
|
|
6030
|
+
* <p>A <i>sheet</i>, which is an object that contains a set of visuals that
|
|
6031
|
+
are viewed together on one page in Amazon QuickSight. Every analysis and dashboard
|
|
6032
|
+
contains at least one sheet. Each sheet contains at least one visualization widget, for
|
|
6033
|
+
example a chart, pivot table, or narrative insight. Sheets can be associated with other
|
|
6034
|
+
components, such as controls, filters, and so on.</p>
|
|
5755
6035
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheet.html}
|
|
5756
6036
|
*/
|
|
5757
6037
|
export type Sheet = {
|
|
5758
6038
|
/**
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
|
|
6039
|
+
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
6040
|
+
console.</p>
|
|
6041
|
+
* @minLength `1`
|
|
6042
|
+
* @maxLength `2048`
|
|
6043
|
+
*/
|
|
5762
6044
|
Name?: string;
|
|
5763
6045
|
/**
|
|
6046
|
+
* <p>The unique identifier associated with a sheet.</p>
|
|
5764
6047
|
* @minLength `1`
|
|
5765
6048
|
* @maxLength `512`
|
|
5766
|
-
* @pattern
|
|
6049
|
+
* @pattern `^[\w\-]+$`
|
|
5767
6050
|
*/
|
|
5768
6051
|
SheetId?: string;
|
|
5769
6052
|
};
|
|
@@ -5815,6 +6098,7 @@ export type SheetControlListType = "MULTI_SELECT" | "SINGLE_SELECT";
|
|
|
5815
6098
|
export type SheetControlSliderType = "SINGLE_POINT" | "RANGE";
|
|
5816
6099
|
/**
|
|
5817
6100
|
* Type definition for `AWS::QuickSight::Dashboard.SheetControlsOption`.
|
|
6101
|
+
* <p>Sheet controls option.</p>
|
|
5818
6102
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetcontrolsoption.html}
|
|
5819
6103
|
*/
|
|
5820
6104
|
export type SheetControlsOption = {
|
|
@@ -5859,7 +6143,7 @@ export type SheetDefinition = {
|
|
|
5859
6143
|
/**
|
|
5860
6144
|
* @minLength `1`
|
|
5861
6145
|
* @maxLength `512`
|
|
5862
|
-
* @pattern
|
|
6146
|
+
* @pattern `^[\w\-]+$`
|
|
5863
6147
|
*/
|
|
5864
6148
|
SheetId: string;
|
|
5865
6149
|
/**
|
|
@@ -5899,6 +6183,7 @@ export type SheetElementRenderingRule = {
|
|
|
5899
6183
|
};
|
|
5900
6184
|
/**
|
|
5901
6185
|
* Type definition for `AWS::QuickSight::Dashboard.SheetLayoutElementMaximizationOption`.
|
|
6186
|
+
* <p>The sheet layout maximization options of a dashbaord.</p>
|
|
5902
6187
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption.html}
|
|
5903
6188
|
*/
|
|
5904
6189
|
export type SheetLayoutElementMaximizationOption = {
|
|
@@ -5917,7 +6202,7 @@ export type SheetTextBox = {
|
|
|
5917
6202
|
/**
|
|
5918
6203
|
* @minLength `1`
|
|
5919
6204
|
* @maxLength `512`
|
|
5920
|
-
* @pattern
|
|
6205
|
+
* @pattern `^[\w\-]+$`
|
|
5921
6206
|
*/
|
|
5922
6207
|
SheetTextBoxId: string;
|
|
5923
6208
|
};
|
|
@@ -5930,7 +6215,7 @@ export type SheetVisualScopingConfiguration = {
|
|
|
5930
6215
|
/**
|
|
5931
6216
|
* @minLength `1`
|
|
5932
6217
|
* @maxLength `512`
|
|
5933
|
-
* @pattern
|
|
6218
|
+
* @pattern `^[\w\-]+$`
|
|
5934
6219
|
*/
|
|
5935
6220
|
SheetId: string;
|
|
5936
6221
|
/**
|
|
@@ -6079,13 +6364,18 @@ export type StringFormatConfiguration = {
|
|
|
6079
6364
|
};
|
|
6080
6365
|
/**
|
|
6081
6366
|
* Type definition for `AWS::QuickSight::Dashboard.StringParameter`.
|
|
6367
|
+
* <p>A string parameter.</p>
|
|
6082
6368
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-stringparameter.html}
|
|
6083
6369
|
*/
|
|
6084
6370
|
export type StringParameter = {
|
|
6085
6371
|
/**
|
|
6086
|
-
*
|
|
6372
|
+
* <p>A display name for a string parameter.</p>
|
|
6373
|
+
* @pattern `\S`
|
|
6087
6374
|
*/
|
|
6088
6375
|
Name: string;
|
|
6376
|
+
/**
|
|
6377
|
+
* <p>The values of a string parameter.</p>
|
|
6378
|
+
*/
|
|
6089
6379
|
Values: string[];
|
|
6090
6380
|
};
|
|
6091
6381
|
/**
|
|
@@ -6477,21 +6767,25 @@ export type TableVisual = {
|
|
|
6477
6767
|
/**
|
|
6478
6768
|
* @minLength `1`
|
|
6479
6769
|
* @maxLength `512`
|
|
6480
|
-
* @pattern
|
|
6770
|
+
* @pattern `^[\w\-]+$`
|
|
6481
6771
|
*/
|
|
6482
6772
|
VisualId: string;
|
|
6483
6773
|
};
|
|
6484
6774
|
/**
|
|
6485
6775
|
* Type definition for `AWS::QuickSight::Dashboard.Tag`.
|
|
6776
|
+
* <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
|
|
6777
|
+
resource.</p>
|
|
6486
6778
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tag.html}
|
|
6487
6779
|
*/
|
|
6488
6780
|
export type Tag = {
|
|
6489
6781
|
/**
|
|
6782
|
+
* <p>Tag key.</p>
|
|
6490
6783
|
* @minLength `1`
|
|
6491
6784
|
* @maxLength `128`
|
|
6492
6785
|
*/
|
|
6493
6786
|
Key: string;
|
|
6494
6787
|
/**
|
|
6788
|
+
* <p>Tag value.</p>
|
|
6495
6789
|
* @minLength `1`
|
|
6496
6790
|
* @maxLength `256`
|
|
6497
6791
|
*/
|
|
@@ -6583,10 +6877,11 @@ export type TimeBasedForecastProperties = {
|
|
|
6583
6877
|
*/
|
|
6584
6878
|
export type TimeEqualityFilter = {
|
|
6585
6879
|
Column: ColumnIdentifier;
|
|
6880
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
6586
6881
|
/**
|
|
6587
6882
|
* @minLength `1`
|
|
6588
6883
|
* @maxLength `512`
|
|
6589
|
-
* @pattern
|
|
6884
|
+
* @pattern `^[\w\-]+$`
|
|
6590
6885
|
*/
|
|
6591
6886
|
FilterId: string;
|
|
6592
6887
|
/**
|
|
@@ -6620,11 +6915,12 @@ export type TimeRangeDrillDownFilter = {
|
|
|
6620
6915
|
*/
|
|
6621
6916
|
export type TimeRangeFilter = {
|
|
6622
6917
|
Column: ColumnIdentifier;
|
|
6918
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
6623
6919
|
ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
|
|
6624
6920
|
/**
|
|
6625
6921
|
* @minLength `1`
|
|
6626
6922
|
* @maxLength `512`
|
|
6627
|
-
* @pattern
|
|
6923
|
+
* @pattern `^[\w\-]+$`
|
|
6628
6924
|
*/
|
|
6629
6925
|
FilterId: string;
|
|
6630
6926
|
IncludeMaximum?: boolean;
|
|
@@ -6686,10 +6982,11 @@ export type TopBottomFilter = {
|
|
|
6686
6982
|
*/
|
|
6687
6983
|
AggregationSortConfigurations: AggregationSortConfiguration[];
|
|
6688
6984
|
Column: ColumnIdentifier;
|
|
6985
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
6689
6986
|
/**
|
|
6690
6987
|
* @minLength `1`
|
|
6691
6988
|
* @maxLength `512`
|
|
6692
|
-
* @pattern
|
|
6989
|
+
* @pattern `^[\w\-]+$`
|
|
6693
6990
|
*/
|
|
6694
6991
|
FilterId: string;
|
|
6695
6992
|
Limit?: number;
|
|
@@ -6710,7 +7007,7 @@ export type TopBottomMoversComputation = {
|
|
|
6710
7007
|
/**
|
|
6711
7008
|
* @minLength `1`
|
|
6712
7009
|
* @maxLength `512`
|
|
6713
|
-
* @pattern
|
|
7010
|
+
* @pattern `^[\w\-]+$`
|
|
6714
7011
|
*/
|
|
6715
7012
|
ComputationId: string;
|
|
6716
7013
|
/**
|
|
@@ -6733,7 +7030,7 @@ export type TopBottomRankedComputation = {
|
|
|
6733
7030
|
/**
|
|
6734
7031
|
* @minLength `1`
|
|
6735
7032
|
* @maxLength `512`
|
|
6736
|
-
* @pattern
|
|
7033
|
+
* @pattern `^[\w\-]+$`
|
|
6737
7034
|
*/
|
|
6738
7035
|
ComputationId: string;
|
|
6739
7036
|
Name?: string;
|
|
@@ -6758,7 +7055,7 @@ export type TotalAggregationComputation = {
|
|
|
6758
7055
|
/**
|
|
6759
7056
|
* @minLength `1`
|
|
6760
7057
|
* @maxLength `512`
|
|
6761
|
-
* @pattern
|
|
7058
|
+
* @pattern `^[\w\-]+$`
|
|
6762
7059
|
*/
|
|
6763
7060
|
ComputationId: string;
|
|
6764
7061
|
Name?: string;
|
|
@@ -6875,7 +7172,7 @@ export type TreeMapVisual = {
|
|
|
6875
7172
|
/**
|
|
6876
7173
|
* @minLength `1`
|
|
6877
7174
|
* @maxLength `512`
|
|
6878
|
-
* @pattern
|
|
7175
|
+
* @pattern `^[\w\-]+$`
|
|
6879
7176
|
*/
|
|
6880
7177
|
VisualId: string;
|
|
6881
7178
|
};
|
|
@@ -6908,7 +7205,7 @@ export type UniqueValuesComputation = {
|
|
|
6908
7205
|
/**
|
|
6909
7206
|
* @minLength `1`
|
|
6910
7207
|
* @maxLength `512`
|
|
6911
|
-
* @pattern
|
|
7208
|
+
* @pattern `^[\w\-]+$`
|
|
6912
7209
|
*/
|
|
6913
7210
|
ComputationId: string;
|
|
6914
7211
|
Name?: string;
|
|
@@ -6920,6 +7217,7 @@ export type UniqueValuesComputation = {
|
|
|
6920
7217
|
export type URLTargetConfiguration = "NEW_TAB" | "NEW_WINDOW" | "SAME_TAB";
|
|
6921
7218
|
/**
|
|
6922
7219
|
* Type definition for `AWS::QuickSight::Dashboard.ValidationStrategy`.
|
|
7220
|
+
* <p>The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to <code>LENIENT</code>, validation is skipped for specific errors.</p>
|
|
6923
7221
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-validationstrategy.html}
|
|
6924
7222
|
*/
|
|
6925
7223
|
export type ValidationStrategy = {
|
|
@@ -7001,7 +7299,7 @@ export type VisualCustomAction = {
|
|
|
7001
7299
|
/**
|
|
7002
7300
|
* @minLength `1`
|
|
7003
7301
|
* @maxLength `512`
|
|
7004
|
-
* @pattern
|
|
7302
|
+
* @pattern `^[\w\-]+$`
|
|
7005
7303
|
*/
|
|
7006
7304
|
CustomActionId: string;
|
|
7007
7305
|
/**
|
|
@@ -7149,7 +7447,7 @@ export type WaterfallVisual = {
|
|
|
7149
7447
|
/**
|
|
7150
7448
|
* @minLength `1`
|
|
7151
7449
|
* @maxLength `512`
|
|
7152
|
-
* @pattern
|
|
7450
|
+
* @pattern `^[\w\-]+$`
|
|
7153
7451
|
*/
|
|
7154
7452
|
VisualId: string;
|
|
7155
7453
|
};
|
|
@@ -7262,7 +7560,7 @@ export type WordCloudVisual = {
|
|
|
7262
7560
|
/**
|
|
7263
7561
|
* @minLength `1`
|
|
7264
7562
|
* @maxLength `512`
|
|
7265
|
-
* @pattern
|
|
7563
|
+
* @pattern `^[\w\-]+$`
|
|
7266
7564
|
*/
|
|
7267
7565
|
VisualId: string;
|
|
7268
7566
|
};
|