@awboost/cfn-resource-types 0.1.200 → 0.1.201
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-Cognito-ManagedLoginBranding.d.ts +67 -0
- package/lib/AWS-Cognito-ManagedLoginBranding.js +12 -0
- package/lib/AWS-Cognito-UserPool.d.ts +19 -0
- package/lib/AWS-QuickSight-Analysis.d.ts +799 -0
- package/lib/AWS-QuickSight-Dashboard.d.ts +947 -0
- package/lib/AWS-QuickSight-Template.d.ts +500 -0
- package/lib/AWS-Wisdom-KnowledgeBase.d.ts +149 -2
- package/package.json +1 -1
|
@@ -142,6 +142,154 @@ export type QuickSightDashboardAttributes = {
|
|
|
142
142
|
* @maxLength `20`
|
|
143
143
|
*/
|
|
144
144
|
Sheets: {
|
|
145
|
+
/**
|
|
146
|
+
* @minLength `0`
|
|
147
|
+
* @maxLength `10`
|
|
148
|
+
*/
|
|
149
|
+
Images: {
|
|
150
|
+
/**
|
|
151
|
+
* @minLength `0`
|
|
152
|
+
* @maxLength `10`
|
|
153
|
+
*/
|
|
154
|
+
Actions: {
|
|
155
|
+
/**
|
|
156
|
+
* @minLength `1`
|
|
157
|
+
* @maxLength `2`
|
|
158
|
+
*/
|
|
159
|
+
ActionOperations: {
|
|
160
|
+
NavigationOperation: {
|
|
161
|
+
LocalNavigationConfiguration: {
|
|
162
|
+
/**
|
|
163
|
+
* @minLength `1`
|
|
164
|
+
* @maxLength `512`
|
|
165
|
+
* @pattern `^[\w\-]+$`
|
|
166
|
+
*/
|
|
167
|
+
TargetSheetId: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
SetParametersOperation: {
|
|
171
|
+
/**
|
|
172
|
+
* @minLength `1`
|
|
173
|
+
* @maxLength `200`
|
|
174
|
+
*/
|
|
175
|
+
ParameterValueConfigurations: {
|
|
176
|
+
/**
|
|
177
|
+
* @minLength `1`
|
|
178
|
+
* @maxLength `2048`
|
|
179
|
+
* @pattern `^[a-zA-Z0-9]+$`
|
|
180
|
+
*/
|
|
181
|
+
DestinationParameterName: string;
|
|
182
|
+
Value: {
|
|
183
|
+
CustomValuesConfiguration: {
|
|
184
|
+
CustomValues: {
|
|
185
|
+
/**
|
|
186
|
+
* @minLength `0`
|
|
187
|
+
* @maxLength `50000`
|
|
188
|
+
*/
|
|
189
|
+
DateTimeValues: string[];
|
|
190
|
+
/**
|
|
191
|
+
* @minLength `0`
|
|
192
|
+
* @maxLength `50000`
|
|
193
|
+
*/
|
|
194
|
+
DecimalValues: number[];
|
|
195
|
+
/**
|
|
196
|
+
* @minLength `0`
|
|
197
|
+
* @maxLength `50000`
|
|
198
|
+
*/
|
|
199
|
+
IntegerValues: number[];
|
|
200
|
+
/**
|
|
201
|
+
* @minLength `0`
|
|
202
|
+
* @maxLength `50000`
|
|
203
|
+
*/
|
|
204
|
+
StringValues: string[];
|
|
205
|
+
};
|
|
206
|
+
IncludeNullValue: boolean;
|
|
207
|
+
};
|
|
208
|
+
SelectAllValueOptions: SelectAllValueOptions;
|
|
209
|
+
SourceColumn: {
|
|
210
|
+
/**
|
|
211
|
+
* @minLength `1`
|
|
212
|
+
* @maxLength `127`
|
|
213
|
+
*/
|
|
214
|
+
ColumnName: string;
|
|
215
|
+
/**
|
|
216
|
+
* @minLength `1`
|
|
217
|
+
* @maxLength `2048`
|
|
218
|
+
*/
|
|
219
|
+
DataSetIdentifier: string;
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* @minLength `1`
|
|
223
|
+
* @maxLength `512`
|
|
224
|
+
*/
|
|
225
|
+
SourceField: string;
|
|
226
|
+
SourceParameterName: string;
|
|
227
|
+
};
|
|
228
|
+
}[];
|
|
229
|
+
};
|
|
230
|
+
URLOperation: {
|
|
231
|
+
URLTarget: URLTargetConfiguration;
|
|
232
|
+
/**
|
|
233
|
+
* @minLength `1`
|
|
234
|
+
* @maxLength `2048`
|
|
235
|
+
*/
|
|
236
|
+
URLTemplate: string;
|
|
237
|
+
};
|
|
238
|
+
}[];
|
|
239
|
+
/**
|
|
240
|
+
* @minLength `1`
|
|
241
|
+
* @maxLength `512`
|
|
242
|
+
* @pattern `^[\w\-]+$`
|
|
243
|
+
*/
|
|
244
|
+
CustomActionId: string;
|
|
245
|
+
/**
|
|
246
|
+
* @minLength `1`
|
|
247
|
+
* @maxLength `256`
|
|
248
|
+
*/
|
|
249
|
+
Name: string;
|
|
250
|
+
Status: WidgetStatus;
|
|
251
|
+
Trigger: ImageCustomActionTrigger;
|
|
252
|
+
}[];
|
|
253
|
+
/**
|
|
254
|
+
* @minLength `1`
|
|
255
|
+
* @maxLength `1024`
|
|
256
|
+
*/
|
|
257
|
+
ImageContentAltText: string;
|
|
258
|
+
Interactions: {
|
|
259
|
+
ImageMenuOption: {
|
|
260
|
+
AvailabilityStatus: DashboardBehavior;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
Scaling: {
|
|
264
|
+
ScalingType: SheetImageScalingType;
|
|
265
|
+
};
|
|
266
|
+
/**
|
|
267
|
+
* @minLength `1`
|
|
268
|
+
* @maxLength `512`
|
|
269
|
+
* @pattern `^[\w\-]+$`
|
|
270
|
+
*/
|
|
271
|
+
SheetImageId: string;
|
|
272
|
+
Source: {
|
|
273
|
+
SheetImageStaticFileSource: {
|
|
274
|
+
/**
|
|
275
|
+
* @minLength `1`
|
|
276
|
+
* @maxLength `512`
|
|
277
|
+
* @pattern `^[\w\-]+$`
|
|
278
|
+
*/
|
|
279
|
+
StaticFileId: string;
|
|
280
|
+
};
|
|
281
|
+
};
|
|
282
|
+
Tooltip: {
|
|
283
|
+
TooltipText: {
|
|
284
|
+
/**
|
|
285
|
+
* @minLength `1`
|
|
286
|
+
* @maxLength `1024`
|
|
287
|
+
*/
|
|
288
|
+
PlainText: string;
|
|
289
|
+
};
|
|
290
|
+
Visibility: Visibility;
|
|
291
|
+
};
|
|
292
|
+
}[];
|
|
145
293
|
/**
|
|
146
294
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
147
295
|
console.</p>
|
|
@@ -498,6 +646,11 @@ export type BarChartVisual = {
|
|
|
498
646
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
499
647
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
500
648
|
Title?: VisualTitleLabelOptions;
|
|
649
|
+
/**
|
|
650
|
+
* @minLength `1`
|
|
651
|
+
* @maxLength `1024`
|
|
652
|
+
*/
|
|
653
|
+
VisualContentAltText?: string;
|
|
501
654
|
/**
|
|
502
655
|
* @minLength `1`
|
|
503
656
|
* @maxLength `512`
|
|
@@ -657,6 +810,11 @@ export type BoxPlotVisual = {
|
|
|
657
810
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
658
811
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
659
812
|
Title?: VisualTitleLabelOptions;
|
|
813
|
+
/**
|
|
814
|
+
* @minLength `1`
|
|
815
|
+
* @maxLength `1024`
|
|
816
|
+
*/
|
|
817
|
+
VisualContentAltText?: string;
|
|
660
818
|
/**
|
|
661
819
|
* @minLength `1`
|
|
662
820
|
* @maxLength `512`
|
|
@@ -1024,6 +1182,11 @@ export type ComboChartVisual = {
|
|
|
1024
1182
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
1025
1183
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
1026
1184
|
Title?: VisualTitleLabelOptions;
|
|
1185
|
+
/**
|
|
1186
|
+
* @minLength `1`
|
|
1187
|
+
* @maxLength `1024`
|
|
1188
|
+
*/
|
|
1189
|
+
VisualContentAltText?: string;
|
|
1027
1190
|
/**
|
|
1028
1191
|
* @minLength `1`
|
|
1029
1192
|
* @maxLength `512`
|
|
@@ -1314,6 +1477,11 @@ export type CustomContentVisual = {
|
|
|
1314
1477
|
DataSetIdentifier: string;
|
|
1315
1478
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
1316
1479
|
Title?: VisualTitleLabelOptions;
|
|
1480
|
+
/**
|
|
1481
|
+
* @minLength `1`
|
|
1482
|
+
* @maxLength `1024`
|
|
1483
|
+
*/
|
|
1484
|
+
VisualContentAltText?: string;
|
|
1317
1485
|
/**
|
|
1318
1486
|
* @minLength `1`
|
|
1319
1487
|
* @maxLength `512`
|
|
@@ -1596,6 +1764,11 @@ export type DashboardVersionDefinition = {
|
|
|
1596
1764
|
* @maxLength `20`
|
|
1597
1765
|
*/
|
|
1598
1766
|
Sheets?: SheetDefinition[];
|
|
1767
|
+
/**
|
|
1768
|
+
* @minLength `0`
|
|
1769
|
+
* @maxLength `200`
|
|
1770
|
+
*/
|
|
1771
|
+
StaticFiles?: StaticFile[];
|
|
1599
1772
|
};
|
|
1600
1773
|
/**
|
|
1601
1774
|
* Type definition for `AWS::QuickSight::Dashboard.DashboardVisualPublishOptions`.
|
|
@@ -2489,6 +2662,11 @@ export type FilledMapVisual = {
|
|
|
2489
2662
|
ConditionalFormatting?: FilledMapConditionalFormatting;
|
|
2490
2663
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
2491
2664
|
Title?: VisualTitleLabelOptions;
|
|
2665
|
+
/**
|
|
2666
|
+
* @minLength `1`
|
|
2667
|
+
* @maxLength `1024`
|
|
2668
|
+
*/
|
|
2669
|
+
VisualContentAltText?: string;
|
|
2492
2670
|
/**
|
|
2493
2671
|
* @minLength `1`
|
|
2494
2672
|
* @maxLength `512`
|
|
@@ -2842,6 +3020,10 @@ export type FontDecoration = "UNDERLINE" | "NONE";
|
|
|
2842
3020
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fontsize.html}
|
|
2843
3021
|
*/
|
|
2844
3022
|
export type FontSize = {
|
|
3023
|
+
/**
|
|
3024
|
+
* String based length that is composed of value and unit in px
|
|
3025
|
+
*/
|
|
3026
|
+
Absolute?: string;
|
|
2845
3027
|
Relative?: RelativeFontSize;
|
|
2846
3028
|
};
|
|
2847
3029
|
/**
|
|
@@ -3117,6 +3299,11 @@ export type FunnelChartVisual = {
|
|
|
3117
3299
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3118
3300
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3119
3301
|
Title?: VisualTitleLabelOptions;
|
|
3302
|
+
/**
|
|
3303
|
+
* @minLength `1`
|
|
3304
|
+
* @maxLength `1024`
|
|
3305
|
+
*/
|
|
3306
|
+
VisualContentAltText?: string;
|
|
3120
3307
|
/**
|
|
3121
3308
|
* @minLength `1`
|
|
3122
3309
|
* @maxLength `512`
|
|
@@ -3210,6 +3397,11 @@ export type GaugeChartVisual = {
|
|
|
3210
3397
|
ConditionalFormatting?: GaugeChartConditionalFormatting;
|
|
3211
3398
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3212
3399
|
Title?: VisualTitleLabelOptions;
|
|
3400
|
+
/**
|
|
3401
|
+
* @minLength `1`
|
|
3402
|
+
* @maxLength `1024`
|
|
3403
|
+
*/
|
|
3404
|
+
VisualContentAltText?: string;
|
|
3213
3405
|
/**
|
|
3214
3406
|
* @minLength `1`
|
|
3215
3407
|
* @maxLength `512`
|
|
@@ -3217,6 +3409,69 @@ export type GaugeChartVisual = {
|
|
|
3217
3409
|
*/
|
|
3218
3410
|
VisualId: string;
|
|
3219
3411
|
};
|
|
3412
|
+
/**
|
|
3413
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialCategoricalColor`.
|
|
3414
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcategoricalcolor.html}
|
|
3415
|
+
*/
|
|
3416
|
+
export type GeospatialCategoricalColor = {
|
|
3417
|
+
CategoryDataColors: GeospatialCategoricalDataColor[];
|
|
3418
|
+
/**
|
|
3419
|
+
* @min `0`
|
|
3420
|
+
* @max `1`
|
|
3421
|
+
*/
|
|
3422
|
+
DefaultOpacity?: number;
|
|
3423
|
+
NullDataSettings?: GeospatialNullDataSettings;
|
|
3424
|
+
NullDataVisibility?: Visibility;
|
|
3425
|
+
};
|
|
3426
|
+
/**
|
|
3427
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialCategoricalDataColor`.
|
|
3428
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcategoricaldatacolor.html}
|
|
3429
|
+
*/
|
|
3430
|
+
export type GeospatialCategoricalDataColor = {
|
|
3431
|
+
/**
|
|
3432
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3433
|
+
*/
|
|
3434
|
+
Color: string;
|
|
3435
|
+
DataValue: string;
|
|
3436
|
+
};
|
|
3437
|
+
/**
|
|
3438
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialCircleRadius`.
|
|
3439
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcircleradius.html}
|
|
3440
|
+
*/
|
|
3441
|
+
export type GeospatialCircleRadius = {
|
|
3442
|
+
/**
|
|
3443
|
+
* @min `0`
|
|
3444
|
+
*/
|
|
3445
|
+
Radius?: number;
|
|
3446
|
+
};
|
|
3447
|
+
/**
|
|
3448
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialCircleSymbolStyle`.
|
|
3449
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle.html}
|
|
3450
|
+
*/
|
|
3451
|
+
export type GeospatialCircleSymbolStyle = {
|
|
3452
|
+
CircleRadius?: GeospatialCircleRadius;
|
|
3453
|
+
FillColor?: GeospatialColor;
|
|
3454
|
+
StrokeColor?: GeospatialColor;
|
|
3455
|
+
StrokeWidth?: GeospatialLineWidth;
|
|
3456
|
+
};
|
|
3457
|
+
/**
|
|
3458
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialColor`.
|
|
3459
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcolor.html}
|
|
3460
|
+
*/
|
|
3461
|
+
export type GeospatialColor = {
|
|
3462
|
+
Categorical?: GeospatialCategoricalColor;
|
|
3463
|
+
Gradient?: GeospatialGradientColor;
|
|
3464
|
+
/**
|
|
3465
|
+
* Describes the properties for a solid color
|
|
3466
|
+
*/
|
|
3467
|
+
Solid?: GeospatialSolidColor;
|
|
3468
|
+
};
|
|
3469
|
+
/**
|
|
3470
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialColorState`.
|
|
3471
|
+
* Defines view state of the color
|
|
3472
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcolorstate.html}
|
|
3473
|
+
*/
|
|
3474
|
+
export type GeospatialColorState = "ENABLED" | "DISABLED";
|
|
3220
3475
|
/**
|
|
3221
3476
|
* Type definition for `AWS::QuickSight::Dashboard.GeospatialCoordinateBounds`.
|
|
3222
3477
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcoordinatebounds.html}
|
|
@@ -3243,6 +3498,42 @@ export type GeospatialCoordinateBounds = {
|
|
|
3243
3498
|
*/
|
|
3244
3499
|
West: number;
|
|
3245
3500
|
};
|
|
3501
|
+
/**
|
|
3502
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialDataSourceItem`.
|
|
3503
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialdatasourceitem.html}
|
|
3504
|
+
*/
|
|
3505
|
+
export type GeospatialDataSourceItem = {
|
|
3506
|
+
StaticFileDataSource?: GeospatialStaticFileSource;
|
|
3507
|
+
};
|
|
3508
|
+
/**
|
|
3509
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialGradientColor`.
|
|
3510
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientcolor.html}
|
|
3511
|
+
*/
|
|
3512
|
+
export type GeospatialGradientColor = {
|
|
3513
|
+
/**
|
|
3514
|
+
* @min `0`
|
|
3515
|
+
* @max `1`
|
|
3516
|
+
*/
|
|
3517
|
+
DefaultOpacity?: number;
|
|
3518
|
+
NullDataSettings?: GeospatialNullDataSettings;
|
|
3519
|
+
NullDataVisibility?: Visibility;
|
|
3520
|
+
/**
|
|
3521
|
+
* @minLength `2`
|
|
3522
|
+
* @maxLength `3`
|
|
3523
|
+
*/
|
|
3524
|
+
StepColors: GeospatialGradientStepColor[];
|
|
3525
|
+
};
|
|
3526
|
+
/**
|
|
3527
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialGradientStepColor`.
|
|
3528
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientstepcolor.html}
|
|
3529
|
+
*/
|
|
3530
|
+
export type GeospatialGradientStepColor = {
|
|
3531
|
+
/**
|
|
3532
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3533
|
+
*/
|
|
3534
|
+
Color: string;
|
|
3535
|
+
DataValue: number;
|
|
3536
|
+
};
|
|
3246
3537
|
/**
|
|
3247
3538
|
* Type definition for `AWS::QuickSight::Dashboard.GeospatialHeatmapColorScale`.
|
|
3248
3539
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialheatmapcolorscale.html}
|
|
@@ -3271,6 +3562,107 @@ export type GeospatialHeatmapDataColor = {
|
|
|
3271
3562
|
*/
|
|
3272
3563
|
Color: string;
|
|
3273
3564
|
};
|
|
3565
|
+
/**
|
|
3566
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLayerColorField`.
|
|
3567
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayercolorfield.html}
|
|
3568
|
+
*/
|
|
3569
|
+
export type GeospatialLayerColorField = {
|
|
3570
|
+
/**
|
|
3571
|
+
* @minLength `0`
|
|
3572
|
+
* @maxLength `1`
|
|
3573
|
+
*/
|
|
3574
|
+
ColorDimensionsFields?: DimensionField[];
|
|
3575
|
+
/**
|
|
3576
|
+
* @minLength `0`
|
|
3577
|
+
* @maxLength `1`
|
|
3578
|
+
*/
|
|
3579
|
+
ColorValuesFields?: MeasureField[];
|
|
3580
|
+
};
|
|
3581
|
+
/**
|
|
3582
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLayerDefinition`.
|
|
3583
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayerdefinition.html}
|
|
3584
|
+
*/
|
|
3585
|
+
export type GeospatialLayerDefinition = {
|
|
3586
|
+
LineLayer?: GeospatialLineLayer;
|
|
3587
|
+
PointLayer?: GeospatialPointLayer;
|
|
3588
|
+
PolygonLayer?: GeospatialPolygonLayer;
|
|
3589
|
+
};
|
|
3590
|
+
/**
|
|
3591
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLayerItem`.
|
|
3592
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html}
|
|
3593
|
+
*/
|
|
3594
|
+
export type GeospatialLayerItem = {
|
|
3595
|
+
/**
|
|
3596
|
+
* @minLength `0`
|
|
3597
|
+
* @maxLength `10`
|
|
3598
|
+
*/
|
|
3599
|
+
Actions?: LayerCustomAction[];
|
|
3600
|
+
DataSource?: GeospatialDataSourceItem;
|
|
3601
|
+
JoinDefinition?: GeospatialLayerJoinDefinition;
|
|
3602
|
+
Label?: string;
|
|
3603
|
+
LayerDefinition?: GeospatialLayerDefinition;
|
|
3604
|
+
LayerId: string;
|
|
3605
|
+
LayerType?: GeospatialLayerType;
|
|
3606
|
+
Tooltip?: TooltipOptions;
|
|
3607
|
+
Visibility?: Visibility;
|
|
3608
|
+
};
|
|
3609
|
+
/**
|
|
3610
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLayerJoinDefinition`.
|
|
3611
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayerjoindefinition.html}
|
|
3612
|
+
*/
|
|
3613
|
+
export type GeospatialLayerJoinDefinition = {
|
|
3614
|
+
ColorField?: GeospatialLayerColorField;
|
|
3615
|
+
DatasetKeyField?: UnaggregatedField;
|
|
3616
|
+
ShapeKeyField?: string;
|
|
3617
|
+
};
|
|
3618
|
+
/**
|
|
3619
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLayerMapConfiguration`.
|
|
3620
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayermapconfiguration.html}
|
|
3621
|
+
*/
|
|
3622
|
+
export type GeospatialLayerMapConfiguration = {
|
|
3623
|
+
Interactions?: unknown;
|
|
3624
|
+
Legend?: LegendOptions;
|
|
3625
|
+
MapLayers?: GeospatialLayerItem[];
|
|
3626
|
+
MapState?: GeospatialMapState;
|
|
3627
|
+
MapStyle?: GeospatialMapStyle;
|
|
3628
|
+
};
|
|
3629
|
+
/**
|
|
3630
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLayerType`.
|
|
3631
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayertype.html}
|
|
3632
|
+
*/
|
|
3633
|
+
export type GeospatialLayerType = "POINT" | "LINE" | "POLYGON";
|
|
3634
|
+
/**
|
|
3635
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLineLayer`.
|
|
3636
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallinelayer.html}
|
|
3637
|
+
*/
|
|
3638
|
+
export type GeospatialLineLayer = {
|
|
3639
|
+
Style: GeospatialLineStyle;
|
|
3640
|
+
};
|
|
3641
|
+
/**
|
|
3642
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLineStyle`.
|
|
3643
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallinestyle.html}
|
|
3644
|
+
*/
|
|
3645
|
+
export type GeospatialLineStyle = {
|
|
3646
|
+
LineSymbolStyle?: GeospatialLineSymbolStyle;
|
|
3647
|
+
};
|
|
3648
|
+
/**
|
|
3649
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLineSymbolStyle`.
|
|
3650
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallinesymbolstyle.html}
|
|
3651
|
+
*/
|
|
3652
|
+
export type GeospatialLineSymbolStyle = {
|
|
3653
|
+
FillColor?: GeospatialColor;
|
|
3654
|
+
LineWidth?: GeospatialLineWidth;
|
|
3655
|
+
};
|
|
3656
|
+
/**
|
|
3657
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialLineWidth`.
|
|
3658
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallinewidth.html}
|
|
3659
|
+
*/
|
|
3660
|
+
export type GeospatialLineWidth = {
|
|
3661
|
+
/**
|
|
3662
|
+
* @min `0`
|
|
3663
|
+
*/
|
|
3664
|
+
LineWidth?: number;
|
|
3665
|
+
};
|
|
3274
3666
|
/**
|
|
3275
3667
|
* Type definition for `AWS::QuickSight::Dashboard.GeospatialMapAggregatedFieldWells`.
|
|
3276
3668
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialmapaggregatedfieldwells.html}
|
|
@@ -3298,6 +3690,7 @@ export type GeospatialMapAggregatedFieldWells = {
|
|
|
3298
3690
|
*/
|
|
3299
3691
|
export type GeospatialMapConfiguration = {
|
|
3300
3692
|
FieldWells?: GeospatialMapFieldWells;
|
|
3693
|
+
Interactions?: unknown;
|
|
3301
3694
|
Legend?: LegendOptions;
|
|
3302
3695
|
MapStyleOptions?: GeospatialMapStyleOptions;
|
|
3303
3696
|
PointStyleOptions?: GeospatialPointStyleOptions;
|
|
@@ -3312,6 +3705,31 @@ export type GeospatialMapConfiguration = {
|
|
|
3312
3705
|
export type GeospatialMapFieldWells = {
|
|
3313
3706
|
GeospatialMapAggregatedFieldWells?: GeospatialMapAggregatedFieldWells;
|
|
3314
3707
|
};
|
|
3708
|
+
/**
|
|
3709
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialMapNavigation`.
|
|
3710
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialmapnavigation.html}
|
|
3711
|
+
*/
|
|
3712
|
+
export type GeospatialMapNavigation = "ENABLED" | "DISABLED";
|
|
3713
|
+
/**
|
|
3714
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialMapState`.
|
|
3715
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialmapstate.html}
|
|
3716
|
+
*/
|
|
3717
|
+
export type GeospatialMapState = {
|
|
3718
|
+
Bounds?: GeospatialCoordinateBounds;
|
|
3719
|
+
MapNavigation?: GeospatialMapNavigation;
|
|
3720
|
+
};
|
|
3721
|
+
/**
|
|
3722
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialMapStyle`.
|
|
3723
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialmapstyle.html}
|
|
3724
|
+
*/
|
|
3725
|
+
export type GeospatialMapStyle = {
|
|
3726
|
+
/**
|
|
3727
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3728
|
+
*/
|
|
3729
|
+
BackgroundColor?: string;
|
|
3730
|
+
BaseMapStyle?: BaseMapStyleType;
|
|
3731
|
+
BaseMapVisibility?: Visibility;
|
|
3732
|
+
};
|
|
3315
3733
|
/**
|
|
3316
3734
|
* Type definition for `AWS::QuickSight::Dashboard.GeospatialMapStyleOptions`.
|
|
3317
3735
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialmapstyleoptions.html}
|
|
@@ -3337,6 +3755,11 @@ export type GeospatialMapVisual = {
|
|
|
3337
3755
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3338
3756
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3339
3757
|
Title?: VisualTitleLabelOptions;
|
|
3758
|
+
/**
|
|
3759
|
+
* @minLength `1`
|
|
3760
|
+
* @maxLength `1024`
|
|
3761
|
+
*/
|
|
3762
|
+
VisualContentAltText?: string;
|
|
3340
3763
|
/**
|
|
3341
3764
|
* @minLength `1`
|
|
3342
3765
|
* @maxLength `512`
|
|
@@ -3344,6 +3767,45 @@ export type GeospatialMapVisual = {
|
|
|
3344
3767
|
*/
|
|
3345
3768
|
VisualId: string;
|
|
3346
3769
|
};
|
|
3770
|
+
/**
|
|
3771
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialNullDataSettings`.
|
|
3772
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialnulldatasettings.html}
|
|
3773
|
+
*/
|
|
3774
|
+
export type GeospatialNullDataSettings = {
|
|
3775
|
+
SymbolStyle: GeospatialNullSymbolStyle;
|
|
3776
|
+
};
|
|
3777
|
+
/**
|
|
3778
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialNullSymbolStyle`.
|
|
3779
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialnullsymbolstyle.html}
|
|
3780
|
+
*/
|
|
3781
|
+
export type GeospatialNullSymbolStyle = {
|
|
3782
|
+
/**
|
|
3783
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3784
|
+
*/
|
|
3785
|
+
FillColor?: string;
|
|
3786
|
+
/**
|
|
3787
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3788
|
+
*/
|
|
3789
|
+
StrokeColor?: string;
|
|
3790
|
+
/**
|
|
3791
|
+
* @min `0`
|
|
3792
|
+
*/
|
|
3793
|
+
StrokeWidth?: number;
|
|
3794
|
+
};
|
|
3795
|
+
/**
|
|
3796
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialPointLayer`.
|
|
3797
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialpointlayer.html}
|
|
3798
|
+
*/
|
|
3799
|
+
export type GeospatialPointLayer = {
|
|
3800
|
+
Style: GeospatialPointStyle;
|
|
3801
|
+
};
|
|
3802
|
+
/**
|
|
3803
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialPointStyle`.
|
|
3804
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialpointstyle.html}
|
|
3805
|
+
*/
|
|
3806
|
+
export type GeospatialPointStyle = {
|
|
3807
|
+
CircleSymbolStyle?: GeospatialCircleSymbolStyle;
|
|
3808
|
+
};
|
|
3347
3809
|
/**
|
|
3348
3810
|
* Type definition for `AWS::QuickSight::Dashboard.GeospatialPointStyleOptions`.
|
|
3349
3811
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialpointstyleoptions.html}
|
|
@@ -3353,11 +3815,61 @@ export type GeospatialPointStyleOptions = {
|
|
|
3353
3815
|
HeatmapConfiguration?: GeospatialHeatmapConfiguration;
|
|
3354
3816
|
SelectedPointStyle?: GeospatialSelectedPointStyle;
|
|
3355
3817
|
};
|
|
3818
|
+
/**
|
|
3819
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialPolygonLayer`.
|
|
3820
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialpolygonlayer.html}
|
|
3821
|
+
*/
|
|
3822
|
+
export type GeospatialPolygonLayer = {
|
|
3823
|
+
Style: GeospatialPolygonStyle;
|
|
3824
|
+
};
|
|
3825
|
+
/**
|
|
3826
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialPolygonStyle`.
|
|
3827
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialpolygonstyle.html}
|
|
3828
|
+
*/
|
|
3829
|
+
export type GeospatialPolygonStyle = {
|
|
3830
|
+
PolygonSymbolStyle?: GeospatialPolygonSymbolStyle;
|
|
3831
|
+
};
|
|
3832
|
+
/**
|
|
3833
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialPolygonSymbolStyle`.
|
|
3834
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialpolygonsymbolstyle.html}
|
|
3835
|
+
*/
|
|
3836
|
+
export type GeospatialPolygonSymbolStyle = {
|
|
3837
|
+
FillColor?: GeospatialColor;
|
|
3838
|
+
StrokeColor?: GeospatialColor;
|
|
3839
|
+
StrokeWidth?: GeospatialLineWidth;
|
|
3840
|
+
};
|
|
3356
3841
|
/**
|
|
3357
3842
|
* Type definition for `AWS::QuickSight::Dashboard.GeospatialSelectedPointStyle`.
|
|
3358
3843
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialselectedpointstyle.html}
|
|
3359
3844
|
*/
|
|
3360
3845
|
export type GeospatialSelectedPointStyle = "POINT" | "CLUSTER" | "HEATMAP";
|
|
3846
|
+
/**
|
|
3847
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialSolidColor`.
|
|
3848
|
+
* Describes the properties for a solid color
|
|
3849
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialsolidcolor.html}
|
|
3850
|
+
*/
|
|
3851
|
+
export type GeospatialSolidColor = {
|
|
3852
|
+
/**
|
|
3853
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3854
|
+
*/
|
|
3855
|
+
Color: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* Defines view state of the color
|
|
3858
|
+
*/
|
|
3859
|
+
State?: GeospatialColorState;
|
|
3860
|
+
};
|
|
3861
|
+
/**
|
|
3862
|
+
* Type definition for `AWS::QuickSight::Dashboard.GeospatialStaticFileSource`.
|
|
3863
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialstaticfilesource.html}
|
|
3864
|
+
*/
|
|
3865
|
+
export type GeospatialStaticFileSource = {
|
|
3866
|
+
/**
|
|
3867
|
+
* @minLength `1`
|
|
3868
|
+
* @maxLength `512`
|
|
3869
|
+
* @pattern `^[\w\-]+$`
|
|
3870
|
+
*/
|
|
3871
|
+
StaticFileId: string;
|
|
3872
|
+
};
|
|
3361
3873
|
/**
|
|
3362
3874
|
* Type definition for `AWS::QuickSight::Dashboard.GeospatialWindowOptions`.
|
|
3363
3875
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialwindowoptions.html}
|
|
@@ -3572,6 +4084,11 @@ export type HeatMapVisual = {
|
|
|
3572
4084
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3573
4085
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3574
4086
|
Title?: VisualTitleLabelOptions;
|
|
4087
|
+
/**
|
|
4088
|
+
* @minLength `1`
|
|
4089
|
+
* @maxLength `1024`
|
|
4090
|
+
*/
|
|
4091
|
+
VisualContentAltText?: string;
|
|
3575
4092
|
/**
|
|
3576
4093
|
* @minLength `1`
|
|
3577
4094
|
* @maxLength `512`
|
|
@@ -3639,6 +4156,11 @@ export type HistogramVisual = {
|
|
|
3639
4156
|
ChartConfiguration?: HistogramConfiguration;
|
|
3640
4157
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3641
4158
|
Title?: VisualTitleLabelOptions;
|
|
4159
|
+
/**
|
|
4160
|
+
* @minLength `1`
|
|
4161
|
+
* @maxLength `1024`
|
|
4162
|
+
*/
|
|
4163
|
+
VisualContentAltText?: string;
|
|
3642
4164
|
/**
|
|
3643
4165
|
* @minLength `1`
|
|
3644
4166
|
* @maxLength `512`
|
|
@@ -3656,6 +4178,71 @@ export type HorizontalTextAlignment = "LEFT" | "CENTER" | "RIGHT" | "AUTO";
|
|
|
3656
4178
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-icon.html}
|
|
3657
4179
|
*/
|
|
3658
4180
|
export type Icon = "CARET_UP" | "CARET_DOWN" | "PLUS" | "MINUS" | "ARROW_UP" | "ARROW_DOWN" | "ARROW_LEFT" | "ARROW_UP_LEFT" | "ARROW_DOWN_LEFT" | "ARROW_RIGHT" | "ARROW_UP_RIGHT" | "ARROW_DOWN_RIGHT" | "FACE_UP" | "FACE_DOWN" | "FACE_FLAT" | "ONE_BAR" | "TWO_BAR" | "THREE_BAR" | "CIRCLE" | "TRIANGLE" | "SQUARE" | "FLAG" | "THUMBS_UP" | "THUMBS_DOWN" | "CHECKMARK" | "X";
|
|
4181
|
+
/**
|
|
4182
|
+
* Type definition for `AWS::QuickSight::Dashboard.ImageCustomAction`.
|
|
4183
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-imagecustomaction.html}
|
|
4184
|
+
*/
|
|
4185
|
+
export type ImageCustomAction = {
|
|
4186
|
+
/**
|
|
4187
|
+
* @minLength `1`
|
|
4188
|
+
* @maxLength `2`
|
|
4189
|
+
*/
|
|
4190
|
+
ActionOperations: ImageCustomActionOperation[];
|
|
4191
|
+
/**
|
|
4192
|
+
* @minLength `1`
|
|
4193
|
+
* @maxLength `512`
|
|
4194
|
+
* @pattern `^[\w\-]+$`
|
|
4195
|
+
*/
|
|
4196
|
+
CustomActionId: string;
|
|
4197
|
+
/**
|
|
4198
|
+
* @minLength `1`
|
|
4199
|
+
* @maxLength `256`
|
|
4200
|
+
*/
|
|
4201
|
+
Name: string;
|
|
4202
|
+
Status?: WidgetStatus;
|
|
4203
|
+
Trigger: ImageCustomActionTrigger;
|
|
4204
|
+
};
|
|
4205
|
+
/**
|
|
4206
|
+
* Type definition for `AWS::QuickSight::Dashboard.ImageCustomActionOperation`.
|
|
4207
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-imagecustomactionoperation.html}
|
|
4208
|
+
*/
|
|
4209
|
+
export type ImageCustomActionOperation = {
|
|
4210
|
+
NavigationOperation?: CustomActionNavigationOperation;
|
|
4211
|
+
SetParametersOperation?: CustomActionSetParametersOperation;
|
|
4212
|
+
URLOperation?: CustomActionURLOperation;
|
|
4213
|
+
};
|
|
4214
|
+
/**
|
|
4215
|
+
* Type definition for `AWS::QuickSight::Dashboard.ImageCustomActionTrigger`.
|
|
4216
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-imagecustomactiontrigger.html}
|
|
4217
|
+
*/
|
|
4218
|
+
export type ImageCustomActionTrigger = "CLICK" | "MENU";
|
|
4219
|
+
/**
|
|
4220
|
+
* Type definition for `AWS::QuickSight::Dashboard.ImageInteractionOptions`.
|
|
4221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-imageinteractionoptions.html}
|
|
4222
|
+
*/
|
|
4223
|
+
export type ImageInteractionOptions = {
|
|
4224
|
+
ImageMenuOption?: ImageMenuOption;
|
|
4225
|
+
};
|
|
4226
|
+
/**
|
|
4227
|
+
* Type definition for `AWS::QuickSight::Dashboard.ImageMenuOption`.
|
|
4228
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-imagemenuoption.html}
|
|
4229
|
+
*/
|
|
4230
|
+
export type ImageMenuOption = {
|
|
4231
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
4232
|
+
};
|
|
4233
|
+
/**
|
|
4234
|
+
* Type definition for `AWS::QuickSight::Dashboard.ImageStaticFile`.
|
|
4235
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-imagestaticfile.html}
|
|
4236
|
+
*/
|
|
4237
|
+
export type ImageStaticFile = {
|
|
4238
|
+
Source?: StaticFileSource;
|
|
4239
|
+
/**
|
|
4240
|
+
* @minLength `1`
|
|
4241
|
+
* @maxLength `512`
|
|
4242
|
+
* @pattern `^[\w\-]+$`
|
|
4243
|
+
*/
|
|
4244
|
+
StaticFileId: string;
|
|
4245
|
+
};
|
|
3659
4246
|
/**
|
|
3660
4247
|
* Type definition for `AWS::QuickSight::Dashboard.InnerFilter`.
|
|
3661
4248
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-innerfilter.html}
|
|
@@ -3693,6 +4280,11 @@ export type InsightVisual = {
|
|
|
3693
4280
|
InsightConfiguration?: InsightConfiguration;
|
|
3694
4281
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3695
4282
|
Title?: VisualTitleLabelOptions;
|
|
4283
|
+
/**
|
|
4284
|
+
* @minLength `1`
|
|
4285
|
+
* @maxLength `1024`
|
|
4286
|
+
*/
|
|
4287
|
+
VisualContentAltText?: string;
|
|
3696
4288
|
/**
|
|
3697
4289
|
* @minLength `1`
|
|
3698
4290
|
* @maxLength `512`
|
|
@@ -3909,6 +4501,11 @@ export type KPIVisual = {
|
|
|
3909
4501
|
ConditionalFormatting?: KPIConditionalFormatting;
|
|
3910
4502
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3911
4503
|
Title?: VisualTitleLabelOptions;
|
|
4504
|
+
/**
|
|
4505
|
+
* @minLength `1`
|
|
4506
|
+
* @maxLength `1024`
|
|
4507
|
+
*/
|
|
4508
|
+
VisualContentAltText?: string;
|
|
3912
4509
|
/**
|
|
3913
4510
|
* @minLength `1`
|
|
3914
4511
|
* @maxLength `512`
|
|
@@ -3944,6 +4541,70 @@ export type LabelOptions = {
|
|
|
3944
4541
|
FontConfiguration?: FontConfiguration;
|
|
3945
4542
|
Visibility?: Visibility;
|
|
3946
4543
|
};
|
|
4544
|
+
/**
|
|
4545
|
+
* Type definition for `AWS::QuickSight::Dashboard.LayerCustomAction`.
|
|
4546
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-layercustomaction.html}
|
|
4547
|
+
*/
|
|
4548
|
+
export type LayerCustomAction = {
|
|
4549
|
+
/**
|
|
4550
|
+
* @minLength `1`
|
|
4551
|
+
* @maxLength `2`
|
|
4552
|
+
*/
|
|
4553
|
+
ActionOperations: LayerCustomActionOperation[];
|
|
4554
|
+
/**
|
|
4555
|
+
* @minLength `1`
|
|
4556
|
+
* @maxLength `512`
|
|
4557
|
+
* @pattern `^[\w\-]+$`
|
|
4558
|
+
*/
|
|
4559
|
+
CustomActionId: string;
|
|
4560
|
+
/**
|
|
4561
|
+
* @minLength `1`
|
|
4562
|
+
* @maxLength `256`
|
|
4563
|
+
*/
|
|
4564
|
+
Name: string;
|
|
4565
|
+
Status?: WidgetStatus;
|
|
4566
|
+
Trigger: LayerCustomActionTrigger;
|
|
4567
|
+
};
|
|
4568
|
+
/**
|
|
4569
|
+
* Type definition for `AWS::QuickSight::Dashboard.LayerCustomActionOperation`.
|
|
4570
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-layercustomactionoperation.html}
|
|
4571
|
+
*/
|
|
4572
|
+
export type LayerCustomActionOperation = {
|
|
4573
|
+
FilterOperation?: CustomActionFilterOperation;
|
|
4574
|
+
NavigationOperation?: CustomActionNavigationOperation;
|
|
4575
|
+
SetParametersOperation?: CustomActionSetParametersOperation;
|
|
4576
|
+
URLOperation?: CustomActionURLOperation;
|
|
4577
|
+
};
|
|
4578
|
+
/**
|
|
4579
|
+
* Type definition for `AWS::QuickSight::Dashboard.LayerCustomActionTrigger`.
|
|
4580
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-layercustomactiontrigger.html}
|
|
4581
|
+
*/
|
|
4582
|
+
export type LayerCustomActionTrigger = "DATA_POINT_CLICK" | "DATA_POINT_MENU";
|
|
4583
|
+
/**
|
|
4584
|
+
* Type definition for `AWS::QuickSight::Dashboard.LayerMapVisual`.
|
|
4585
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-layermapvisual.html}
|
|
4586
|
+
*/
|
|
4587
|
+
export type LayerMapVisual = {
|
|
4588
|
+
ChartConfiguration?: GeospatialLayerMapConfiguration;
|
|
4589
|
+
/**
|
|
4590
|
+
* @minLength `1`
|
|
4591
|
+
* @maxLength `2048`
|
|
4592
|
+
*/
|
|
4593
|
+
DataSetIdentifier: string;
|
|
4594
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
4595
|
+
Title?: VisualTitleLabelOptions;
|
|
4596
|
+
/**
|
|
4597
|
+
* @minLength `1`
|
|
4598
|
+
* @maxLength `1024`
|
|
4599
|
+
*/
|
|
4600
|
+
VisualContentAltText?: string;
|
|
4601
|
+
/**
|
|
4602
|
+
* @minLength `1`
|
|
4603
|
+
* @maxLength `512`
|
|
4604
|
+
* @pattern `^[\w\-]+$`
|
|
4605
|
+
*/
|
|
4606
|
+
VisualId: string;
|
|
4607
|
+
};
|
|
3947
4608
|
/**
|
|
3948
4609
|
* Type definition for `AWS::QuickSight::Dashboard.Layout`.
|
|
3949
4610
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-layout.html}
|
|
@@ -3976,6 +4637,7 @@ export type LegendOptions = {
|
|
|
3976
4637
|
Height?: string;
|
|
3977
4638
|
Position?: LegendPosition;
|
|
3978
4639
|
Title?: LabelOptions;
|
|
4640
|
+
ValueFontConfiguration?: FontConfiguration;
|
|
3979
4641
|
Visibility?: Visibility;
|
|
3980
4642
|
/**
|
|
3981
4643
|
* String based length that is composed of value and unit in px
|
|
@@ -4160,6 +4822,11 @@ export type LineChartVisual = {
|
|
|
4160
4822
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
4161
4823
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
4162
4824
|
Title?: VisualTitleLabelOptions;
|
|
4825
|
+
/**
|
|
4826
|
+
* @minLength `1`
|
|
4827
|
+
* @maxLength `1024`
|
|
4828
|
+
*/
|
|
4829
|
+
VisualContentAltText?: string;
|
|
4163
4830
|
/**
|
|
4164
4831
|
* @minLength `1`
|
|
4165
4832
|
* @maxLength `512`
|
|
@@ -5026,6 +5693,11 @@ export type PieChartVisual = {
|
|
|
5026
5693
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
5027
5694
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5028
5695
|
Title?: VisualTitleLabelOptions;
|
|
5696
|
+
/**
|
|
5697
|
+
* @minLength `1`
|
|
5698
|
+
* @maxLength `1024`
|
|
5699
|
+
*/
|
|
5700
|
+
VisualContentAltText?: string;
|
|
5029
5701
|
/**
|
|
5030
5702
|
* @minLength `1`
|
|
5031
5703
|
* @maxLength `512`
|
|
@@ -5324,6 +5996,11 @@ export type PivotTableVisual = {
|
|
|
5324
5996
|
ConditionalFormatting?: PivotTableConditionalFormatting;
|
|
5325
5997
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5326
5998
|
Title?: VisualTitleLabelOptions;
|
|
5999
|
+
/**
|
|
6000
|
+
* @minLength `1`
|
|
6001
|
+
* @maxLength `1024`
|
|
6002
|
+
*/
|
|
6003
|
+
VisualContentAltText?: string;
|
|
5327
6004
|
/**
|
|
5328
6005
|
* @minLength `1`
|
|
5329
6006
|
* @maxLength `512`
|
|
@@ -5349,6 +6026,108 @@ export type PivotTotalOptions = {
|
|
|
5349
6026
|
TotalsVisibility?: Visibility;
|
|
5350
6027
|
ValueCellStyle?: TableCellStyle;
|
|
5351
6028
|
};
|
|
6029
|
+
/**
|
|
6030
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisual`.
|
|
6031
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisual.html}
|
|
6032
|
+
*/
|
|
6033
|
+
export type PluginVisual = {
|
|
6034
|
+
ChartConfiguration?: PluginVisualConfiguration;
|
|
6035
|
+
PluginArn: string;
|
|
6036
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
6037
|
+
Title?: VisualTitleLabelOptions;
|
|
6038
|
+
/**
|
|
6039
|
+
* @minLength `1`
|
|
6040
|
+
* @maxLength `1024`
|
|
6041
|
+
*/
|
|
6042
|
+
VisualContentAltText?: string;
|
|
6043
|
+
/**
|
|
6044
|
+
* @minLength `1`
|
|
6045
|
+
* @maxLength `512`
|
|
6046
|
+
* @pattern `^[\w\-]+$`
|
|
6047
|
+
*/
|
|
6048
|
+
VisualId: string;
|
|
6049
|
+
};
|
|
6050
|
+
/**
|
|
6051
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisualAxisName`.
|
|
6052
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualaxisname.html}
|
|
6053
|
+
*/
|
|
6054
|
+
export type PluginVisualAxisName = "GROUP_BY" | "VALUE";
|
|
6055
|
+
/**
|
|
6056
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisualConfiguration`.
|
|
6057
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualconfiguration.html}
|
|
6058
|
+
*/
|
|
6059
|
+
export type PluginVisualConfiguration = {
|
|
6060
|
+
/**
|
|
6061
|
+
* @minLength `0`
|
|
6062
|
+
* @maxLength `10`
|
|
6063
|
+
*/
|
|
6064
|
+
FieldWells?: PluginVisualFieldWell[];
|
|
6065
|
+
SortConfiguration?: PluginVisualSortConfiguration;
|
|
6066
|
+
VisualOptions?: PluginVisualOptions;
|
|
6067
|
+
};
|
|
6068
|
+
/**
|
|
6069
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisualFieldWell`.
|
|
6070
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualfieldwell.html}
|
|
6071
|
+
*/
|
|
6072
|
+
export type PluginVisualFieldWell = {
|
|
6073
|
+
AxisName?: PluginVisualAxisName;
|
|
6074
|
+
/**
|
|
6075
|
+
* @minLength `0`
|
|
6076
|
+
* @maxLength `200`
|
|
6077
|
+
*/
|
|
6078
|
+
Dimensions?: DimensionField[];
|
|
6079
|
+
/**
|
|
6080
|
+
* @minLength `0`
|
|
6081
|
+
* @maxLength `200`
|
|
6082
|
+
*/
|
|
6083
|
+
Measures?: MeasureField[];
|
|
6084
|
+
/**
|
|
6085
|
+
* @minLength `0`
|
|
6086
|
+
* @maxLength `200`
|
|
6087
|
+
*/
|
|
6088
|
+
Unaggregated?: UnaggregatedField[];
|
|
6089
|
+
};
|
|
6090
|
+
/**
|
|
6091
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisualItemsLimitConfiguration`.
|
|
6092
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration.html}
|
|
6093
|
+
*/
|
|
6094
|
+
export type PluginVisualItemsLimitConfiguration = {
|
|
6095
|
+
ItemsLimit?: number;
|
|
6096
|
+
};
|
|
6097
|
+
/**
|
|
6098
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisualOptions`.
|
|
6099
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualoptions.html}
|
|
6100
|
+
*/
|
|
6101
|
+
export type PluginVisualOptions = {
|
|
6102
|
+
VisualProperties?: PluginVisualProperty[];
|
|
6103
|
+
};
|
|
6104
|
+
/**
|
|
6105
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisualProperty`.
|
|
6106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualproperty.html}
|
|
6107
|
+
*/
|
|
6108
|
+
export type PluginVisualProperty = {
|
|
6109
|
+
Name?: string;
|
|
6110
|
+
Value?: string;
|
|
6111
|
+
};
|
|
6112
|
+
/**
|
|
6113
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisualSortConfiguration`.
|
|
6114
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualsortconfiguration.html}
|
|
6115
|
+
*/
|
|
6116
|
+
export type PluginVisualSortConfiguration = {
|
|
6117
|
+
PluginVisualTableQuerySort?: PluginVisualTableQuerySort;
|
|
6118
|
+
};
|
|
6119
|
+
/**
|
|
6120
|
+
* Type definition for `AWS::QuickSight::Dashboard.PluginVisualTableQuerySort`.
|
|
6121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualtablequerysort.html}
|
|
6122
|
+
*/
|
|
6123
|
+
export type PluginVisualTableQuerySort = {
|
|
6124
|
+
ItemsLimitConfiguration?: PluginVisualItemsLimitConfiguration;
|
|
6125
|
+
/**
|
|
6126
|
+
* @minLength `0`
|
|
6127
|
+
* @maxLength `100`
|
|
6128
|
+
*/
|
|
6129
|
+
RowSort?: FieldSortOptions[];
|
|
6130
|
+
};
|
|
5352
6131
|
/**
|
|
5353
6132
|
* Type definition for `AWS::QuickSight::Dashboard.PredefinedHierarchy`.
|
|
5354
6133
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-predefinedhierarchy.html}
|
|
@@ -5501,6 +6280,11 @@ export type RadarChartVisual = {
|
|
|
5501
6280
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
5502
6281
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5503
6282
|
Title?: VisualTitleLabelOptions;
|
|
6283
|
+
/**
|
|
6284
|
+
* @minLength `1`
|
|
6285
|
+
* @maxLength `1024`
|
|
6286
|
+
*/
|
|
6287
|
+
VisualContentAltText?: string;
|
|
5504
6288
|
/**
|
|
5505
6289
|
* @minLength `1`
|
|
5506
6290
|
* @maxLength `512`
|
|
@@ -5817,6 +6601,11 @@ export type SankeyDiagramVisual = {
|
|
|
5817
6601
|
ChartConfiguration?: SankeyDiagramChartConfiguration;
|
|
5818
6602
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5819
6603
|
Title?: VisualTitleLabelOptions;
|
|
6604
|
+
/**
|
|
6605
|
+
* @minLength `1`
|
|
6606
|
+
* @maxLength `1024`
|
|
6607
|
+
*/
|
|
6608
|
+
VisualContentAltText?: string;
|
|
5820
6609
|
/**
|
|
5821
6610
|
* @minLength `1`
|
|
5822
6611
|
* @maxLength `512`
|
|
@@ -5927,6 +6716,11 @@ export type ScatterPlotVisual = {
|
|
|
5927
6716
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
5928
6717
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5929
6718
|
Title?: VisualTitleLabelOptions;
|
|
6719
|
+
/**
|
|
6720
|
+
* @minLength `1`
|
|
6721
|
+
* @maxLength `1024`
|
|
6722
|
+
*/
|
|
6723
|
+
VisualContentAltText?: string;
|
|
5930
6724
|
/**
|
|
5931
6725
|
* @minLength `1`
|
|
5932
6726
|
* @maxLength `512`
|
|
@@ -6088,6 +6882,11 @@ export type ShapeConditionalFormat = {
|
|
|
6088
6882
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheet.html}
|
|
6089
6883
|
*/
|
|
6090
6884
|
export type Sheet = {
|
|
6885
|
+
/**
|
|
6886
|
+
* @minLength `0`
|
|
6887
|
+
* @maxLength `10`
|
|
6888
|
+
*/
|
|
6889
|
+
Images?: SheetImage[];
|
|
6091
6890
|
/**
|
|
6092
6891
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
6093
6892
|
console.</p>
|
|
@@ -6173,6 +6972,11 @@ export type SheetDefinition = {
|
|
|
6173
6972
|
* @maxLength `200`
|
|
6174
6973
|
*/
|
|
6175
6974
|
FilterControls?: FilterControl[];
|
|
6975
|
+
/**
|
|
6976
|
+
* @minLength `0`
|
|
6977
|
+
* @maxLength `10`
|
|
6978
|
+
*/
|
|
6979
|
+
Images?: SheetImage[];
|
|
6176
6980
|
/**
|
|
6177
6981
|
* @minLength `1`
|
|
6178
6982
|
* @maxLength `1`
|
|
@@ -6234,6 +7038,82 @@ export type SheetElementRenderingRule = {
|
|
|
6234
7038
|
*/
|
|
6235
7039
|
Expression: string;
|
|
6236
7040
|
};
|
|
7041
|
+
/**
|
|
7042
|
+
* Type definition for `AWS::QuickSight::Dashboard.SheetImage`.
|
|
7043
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimage.html}
|
|
7044
|
+
*/
|
|
7045
|
+
export type SheetImage = {
|
|
7046
|
+
/**
|
|
7047
|
+
* @minLength `0`
|
|
7048
|
+
* @maxLength `10`
|
|
7049
|
+
*/
|
|
7050
|
+
Actions?: ImageCustomAction[];
|
|
7051
|
+
/**
|
|
7052
|
+
* @minLength `1`
|
|
7053
|
+
* @maxLength `1024`
|
|
7054
|
+
*/
|
|
7055
|
+
ImageContentAltText?: string;
|
|
7056
|
+
Interactions?: ImageInteractionOptions;
|
|
7057
|
+
Scaling?: SheetImageScalingConfiguration;
|
|
7058
|
+
/**
|
|
7059
|
+
* @minLength `1`
|
|
7060
|
+
* @maxLength `512`
|
|
7061
|
+
* @pattern `^[\w\-]+$`
|
|
7062
|
+
*/
|
|
7063
|
+
SheetImageId: string;
|
|
7064
|
+
Source: SheetImageSource;
|
|
7065
|
+
Tooltip?: SheetImageTooltipConfiguration;
|
|
7066
|
+
};
|
|
7067
|
+
/**
|
|
7068
|
+
* Type definition for `AWS::QuickSight::Dashboard.SheetImageScalingConfiguration`.
|
|
7069
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagescalingconfiguration.html}
|
|
7070
|
+
*/
|
|
7071
|
+
export type SheetImageScalingConfiguration = {
|
|
7072
|
+
ScalingType?: SheetImageScalingType;
|
|
7073
|
+
};
|
|
7074
|
+
/**
|
|
7075
|
+
* Type definition for `AWS::QuickSight::Dashboard.SheetImageScalingType`.
|
|
7076
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagescalingtype.html}
|
|
7077
|
+
*/
|
|
7078
|
+
export type SheetImageScalingType = "SCALE_TO_WIDTH" | "SCALE_TO_HEIGHT" | "SCALE_TO_CONTAINER" | "SCALE_NONE";
|
|
7079
|
+
/**
|
|
7080
|
+
* Type definition for `AWS::QuickSight::Dashboard.SheetImageSource`.
|
|
7081
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagesource.html}
|
|
7082
|
+
*/
|
|
7083
|
+
export type SheetImageSource = {
|
|
7084
|
+
SheetImageStaticFileSource?: SheetImageStaticFileSource;
|
|
7085
|
+
};
|
|
7086
|
+
/**
|
|
7087
|
+
* Type definition for `AWS::QuickSight::Dashboard.SheetImageStaticFileSource`.
|
|
7088
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagestaticfilesource.html}
|
|
7089
|
+
*/
|
|
7090
|
+
export type SheetImageStaticFileSource = {
|
|
7091
|
+
/**
|
|
7092
|
+
* @minLength `1`
|
|
7093
|
+
* @maxLength `512`
|
|
7094
|
+
* @pattern `^[\w\-]+$`
|
|
7095
|
+
*/
|
|
7096
|
+
StaticFileId: string;
|
|
7097
|
+
};
|
|
7098
|
+
/**
|
|
7099
|
+
* Type definition for `AWS::QuickSight::Dashboard.SheetImageTooltipConfiguration`.
|
|
7100
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagetooltipconfiguration.html}
|
|
7101
|
+
*/
|
|
7102
|
+
export type SheetImageTooltipConfiguration = {
|
|
7103
|
+
TooltipText?: SheetImageTooltipText;
|
|
7104
|
+
Visibility?: Visibility;
|
|
7105
|
+
};
|
|
7106
|
+
/**
|
|
7107
|
+
* Type definition for `AWS::QuickSight::Dashboard.SheetImageTooltipText`.
|
|
7108
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagetooltiptext.html}
|
|
7109
|
+
*/
|
|
7110
|
+
export type SheetImageTooltipText = {
|
|
7111
|
+
/**
|
|
7112
|
+
* @minLength `1`
|
|
7113
|
+
* @maxLength `1024`
|
|
7114
|
+
*/
|
|
7115
|
+
PlainText?: string;
|
|
7116
|
+
};
|
|
6237
7117
|
/**
|
|
6238
7118
|
* Type definition for `AWS::QuickSight::Dashboard.SheetLayoutElementMaximizationOption`.
|
|
6239
7119
|
* <p>The sheet layout maximization options of a dashbaord.</p>
|
|
@@ -6402,11 +7282,56 @@ export type Spacing = {
|
|
|
6402
7282
|
*/
|
|
6403
7283
|
Top?: string;
|
|
6404
7284
|
};
|
|
7285
|
+
/**
|
|
7286
|
+
* Type definition for `AWS::QuickSight::Dashboard.SpatialStaticFile`.
|
|
7287
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-spatialstaticfile.html}
|
|
7288
|
+
*/
|
|
7289
|
+
export type SpatialStaticFile = {
|
|
7290
|
+
Source?: StaticFileSource;
|
|
7291
|
+
/**
|
|
7292
|
+
* @minLength `1`
|
|
7293
|
+
* @maxLength `512`
|
|
7294
|
+
* @pattern `^[\w\-]+$`
|
|
7295
|
+
*/
|
|
7296
|
+
StaticFileId: string;
|
|
7297
|
+
};
|
|
6405
7298
|
/**
|
|
6406
7299
|
* Type definition for `AWS::QuickSight::Dashboard.SpecialValue`.
|
|
6407
7300
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-specialvalue.html}
|
|
6408
7301
|
*/
|
|
6409
7302
|
export type SpecialValue = "EMPTY" | "NULL" | "OTHER";
|
|
7303
|
+
/**
|
|
7304
|
+
* Type definition for `AWS::QuickSight::Dashboard.StaticFile`.
|
|
7305
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-staticfile.html}
|
|
7306
|
+
*/
|
|
7307
|
+
export type StaticFile = {
|
|
7308
|
+
ImageStaticFile?: ImageStaticFile;
|
|
7309
|
+
SpatialStaticFile?: SpatialStaticFile;
|
|
7310
|
+
};
|
|
7311
|
+
/**
|
|
7312
|
+
* Type definition for `AWS::QuickSight::Dashboard.StaticFileS3SourceOptions`.
|
|
7313
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-staticfiles3sourceoptions.html}
|
|
7314
|
+
*/
|
|
7315
|
+
export type StaticFileS3SourceOptions = {
|
|
7316
|
+
BucketName: string;
|
|
7317
|
+
ObjectKey: string;
|
|
7318
|
+
Region: string;
|
|
7319
|
+
};
|
|
7320
|
+
/**
|
|
7321
|
+
* Type definition for `AWS::QuickSight::Dashboard.StaticFileSource`.
|
|
7322
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-staticfilesource.html}
|
|
7323
|
+
*/
|
|
7324
|
+
export type StaticFileSource = {
|
|
7325
|
+
S3Options?: StaticFileS3SourceOptions;
|
|
7326
|
+
UrlOptions?: StaticFileUrlSourceOptions;
|
|
7327
|
+
};
|
|
7328
|
+
/**
|
|
7329
|
+
* Type definition for `AWS::QuickSight::Dashboard.StaticFileUrlSourceOptions`.
|
|
7330
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-staticfileurlsourceoptions.html}
|
|
7331
|
+
*/
|
|
7332
|
+
export type StaticFileUrlSourceOptions = {
|
|
7333
|
+
Url: string;
|
|
7334
|
+
};
|
|
6410
7335
|
/**
|
|
6411
7336
|
* Type definition for `AWS::QuickSight::Dashboard.StringDefaultValues`.
|
|
6412
7337
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-stringdefaultvalues.html}
|
|
@@ -6829,6 +7754,11 @@ export type TableVisual = {
|
|
|
6829
7754
|
ConditionalFormatting?: TableConditionalFormatting;
|
|
6830
7755
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
6831
7756
|
Title?: VisualTitleLabelOptions;
|
|
7757
|
+
/**
|
|
7758
|
+
* @minLength `1`
|
|
7759
|
+
* @maxLength `1024`
|
|
7760
|
+
*/
|
|
7761
|
+
VisualContentAltText?: string;
|
|
6832
7762
|
/**
|
|
6833
7763
|
* @minLength `1`
|
|
6834
7764
|
* @maxLength `512`
|
|
@@ -7239,6 +8169,11 @@ export type TreeMapVisual = {
|
|
|
7239
8169
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
7240
8170
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
7241
8171
|
Title?: VisualTitleLabelOptions;
|
|
8172
|
+
/**
|
|
8173
|
+
* @minLength `1`
|
|
8174
|
+
* @maxLength `1024`
|
|
8175
|
+
*/
|
|
8176
|
+
VisualContentAltText?: string;
|
|
7242
8177
|
/**
|
|
7243
8178
|
* @minLength `1`
|
|
7244
8179
|
* @maxLength `512`
|
|
@@ -7338,9 +8273,11 @@ export type Visual = {
|
|
|
7338
8273
|
HistogramVisual?: HistogramVisual;
|
|
7339
8274
|
InsightVisual?: InsightVisual;
|
|
7340
8275
|
KPIVisual?: KPIVisual;
|
|
8276
|
+
LayerMapVisual?: LayerMapVisual;
|
|
7341
8277
|
LineChartVisual?: LineChartVisual;
|
|
7342
8278
|
PieChartVisual?: PieChartVisual;
|
|
7343
8279
|
PivotTableVisual?: PivotTableVisual;
|
|
8280
|
+
PluginVisual?: PluginVisual;
|
|
7344
8281
|
RadarChartVisual?: RadarChartVisual;
|
|
7345
8282
|
SankeyDiagramVisual?: SankeyDiagramVisual;
|
|
7346
8283
|
ScatterPlotVisual?: ScatterPlotVisual;
|
|
@@ -7540,6 +8477,11 @@ export type WaterfallVisual = {
|
|
|
7540
8477
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
7541
8478
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
7542
8479
|
Title?: VisualTitleLabelOptions;
|
|
8480
|
+
/**
|
|
8481
|
+
* @minLength `1`
|
|
8482
|
+
* @maxLength `1024`
|
|
8483
|
+
*/
|
|
8484
|
+
VisualContentAltText?: string;
|
|
7543
8485
|
/**
|
|
7544
8486
|
* @minLength `1`
|
|
7545
8487
|
* @maxLength `512`
|
|
@@ -7653,6 +8595,11 @@ export type WordCloudVisual = {
|
|
|
7653
8595
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
7654
8596
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
7655
8597
|
Title?: VisualTitleLabelOptions;
|
|
8598
|
+
/**
|
|
8599
|
+
* @minLength `1`
|
|
8600
|
+
* @maxLength `1024`
|
|
8601
|
+
*/
|
|
8602
|
+
VisualContentAltText?: string;
|
|
7656
8603
|
/**
|
|
7657
8604
|
* @minLength `1`
|
|
7658
8605
|
* @maxLength `512`
|