@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
|
@@ -166,6 +166,154 @@ export type QuickSightTemplateAttributes = {
|
|
|
166
166
|
* @maxLength `20`
|
|
167
167
|
*/
|
|
168
168
|
Sheets: {
|
|
169
|
+
/**
|
|
170
|
+
* @minLength `0`
|
|
171
|
+
* @maxLength `10`
|
|
172
|
+
*/
|
|
173
|
+
Images: {
|
|
174
|
+
/**
|
|
175
|
+
* @minLength `0`
|
|
176
|
+
* @maxLength `10`
|
|
177
|
+
*/
|
|
178
|
+
Actions: {
|
|
179
|
+
/**
|
|
180
|
+
* @minLength `1`
|
|
181
|
+
* @maxLength `2`
|
|
182
|
+
*/
|
|
183
|
+
ActionOperations: {
|
|
184
|
+
NavigationOperation: {
|
|
185
|
+
LocalNavigationConfiguration: {
|
|
186
|
+
/**
|
|
187
|
+
* @minLength `1`
|
|
188
|
+
* @maxLength `512`
|
|
189
|
+
* @pattern `^[\w\-]+$`
|
|
190
|
+
*/
|
|
191
|
+
TargetSheetId: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
SetParametersOperation: {
|
|
195
|
+
/**
|
|
196
|
+
* @minLength `1`
|
|
197
|
+
* @maxLength `200`
|
|
198
|
+
*/
|
|
199
|
+
ParameterValueConfigurations: {
|
|
200
|
+
/**
|
|
201
|
+
* @minLength `1`
|
|
202
|
+
* @maxLength `2048`
|
|
203
|
+
* @pattern `^[a-zA-Z0-9]+$`
|
|
204
|
+
*/
|
|
205
|
+
DestinationParameterName: string;
|
|
206
|
+
Value: {
|
|
207
|
+
CustomValuesConfiguration: {
|
|
208
|
+
CustomValues: {
|
|
209
|
+
/**
|
|
210
|
+
* @minLength `0`
|
|
211
|
+
* @maxLength `50000`
|
|
212
|
+
*/
|
|
213
|
+
DateTimeValues: string[];
|
|
214
|
+
/**
|
|
215
|
+
* @minLength `0`
|
|
216
|
+
* @maxLength `50000`
|
|
217
|
+
*/
|
|
218
|
+
DecimalValues: number[];
|
|
219
|
+
/**
|
|
220
|
+
* @minLength `0`
|
|
221
|
+
* @maxLength `50000`
|
|
222
|
+
*/
|
|
223
|
+
IntegerValues: number[];
|
|
224
|
+
/**
|
|
225
|
+
* @minLength `0`
|
|
226
|
+
* @maxLength `50000`
|
|
227
|
+
*/
|
|
228
|
+
StringValues: string[];
|
|
229
|
+
};
|
|
230
|
+
IncludeNullValue: boolean;
|
|
231
|
+
};
|
|
232
|
+
SelectAllValueOptions: SelectAllValueOptions;
|
|
233
|
+
SourceColumn: {
|
|
234
|
+
/**
|
|
235
|
+
* @minLength `1`
|
|
236
|
+
* @maxLength `127`
|
|
237
|
+
*/
|
|
238
|
+
ColumnName: string;
|
|
239
|
+
/**
|
|
240
|
+
* @minLength `1`
|
|
241
|
+
* @maxLength `2048`
|
|
242
|
+
*/
|
|
243
|
+
DataSetIdentifier: string;
|
|
244
|
+
};
|
|
245
|
+
/**
|
|
246
|
+
* @minLength `1`
|
|
247
|
+
* @maxLength `512`
|
|
248
|
+
*/
|
|
249
|
+
SourceField: string;
|
|
250
|
+
SourceParameterName: string;
|
|
251
|
+
};
|
|
252
|
+
}[];
|
|
253
|
+
};
|
|
254
|
+
URLOperation: {
|
|
255
|
+
URLTarget: URLTargetConfiguration;
|
|
256
|
+
/**
|
|
257
|
+
* @minLength `1`
|
|
258
|
+
* @maxLength `2048`
|
|
259
|
+
*/
|
|
260
|
+
URLTemplate: string;
|
|
261
|
+
};
|
|
262
|
+
}[];
|
|
263
|
+
/**
|
|
264
|
+
* @minLength `1`
|
|
265
|
+
* @maxLength `512`
|
|
266
|
+
* @pattern `^[\w\-]+$`
|
|
267
|
+
*/
|
|
268
|
+
CustomActionId: string;
|
|
269
|
+
/**
|
|
270
|
+
* @minLength `1`
|
|
271
|
+
* @maxLength `256`
|
|
272
|
+
*/
|
|
273
|
+
Name: string;
|
|
274
|
+
Status: WidgetStatus;
|
|
275
|
+
Trigger: ImageCustomActionTrigger;
|
|
276
|
+
}[];
|
|
277
|
+
/**
|
|
278
|
+
* @minLength `1`
|
|
279
|
+
* @maxLength `1024`
|
|
280
|
+
*/
|
|
281
|
+
ImageContentAltText: string;
|
|
282
|
+
Interactions: {
|
|
283
|
+
ImageMenuOption: {
|
|
284
|
+
AvailabilityStatus: unknown;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
Scaling: {
|
|
288
|
+
ScalingType: SheetImageScalingType;
|
|
289
|
+
};
|
|
290
|
+
/**
|
|
291
|
+
* @minLength `1`
|
|
292
|
+
* @maxLength `512`
|
|
293
|
+
* @pattern `^[\w\-]+$`
|
|
294
|
+
*/
|
|
295
|
+
SheetImageId: string;
|
|
296
|
+
Source: {
|
|
297
|
+
SheetImageStaticFileSource: {
|
|
298
|
+
/**
|
|
299
|
+
* @minLength `1`
|
|
300
|
+
* @maxLength `512`
|
|
301
|
+
* @pattern `^[\w\-]+$`
|
|
302
|
+
*/
|
|
303
|
+
StaticFileId: string;
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
Tooltip: {
|
|
307
|
+
TooltipText: {
|
|
308
|
+
/**
|
|
309
|
+
* @minLength `1`
|
|
310
|
+
* @maxLength `1024`
|
|
311
|
+
*/
|
|
312
|
+
PlainText: string;
|
|
313
|
+
};
|
|
314
|
+
Visibility: Visibility;
|
|
315
|
+
};
|
|
316
|
+
}[];
|
|
169
317
|
/**
|
|
170
318
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
171
319
|
console.</p>
|
|
@@ -515,6 +663,11 @@ export type BarChartVisual = {
|
|
|
515
663
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
516
664
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
517
665
|
Title?: VisualTitleLabelOptions;
|
|
666
|
+
/**
|
|
667
|
+
* @minLength `1`
|
|
668
|
+
* @maxLength `1024`
|
|
669
|
+
*/
|
|
670
|
+
VisualContentAltText?: string;
|
|
518
671
|
/**
|
|
519
672
|
* @minLength `1`
|
|
520
673
|
* @maxLength `512`
|
|
@@ -674,6 +827,11 @@ export type BoxPlotVisual = {
|
|
|
674
827
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
675
828
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
676
829
|
Title?: VisualTitleLabelOptions;
|
|
830
|
+
/**
|
|
831
|
+
* @minLength `1`
|
|
832
|
+
* @maxLength `1024`
|
|
833
|
+
*/
|
|
834
|
+
VisualContentAltText?: string;
|
|
677
835
|
/**
|
|
678
836
|
* @minLength `1`
|
|
679
837
|
* @maxLength `512`
|
|
@@ -1088,6 +1246,11 @@ export type ComboChartVisual = {
|
|
|
1088
1246
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
1089
1247
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
1090
1248
|
Title?: VisualTitleLabelOptions;
|
|
1249
|
+
/**
|
|
1250
|
+
* @minLength `1`
|
|
1251
|
+
* @maxLength `1024`
|
|
1252
|
+
*/
|
|
1253
|
+
VisualContentAltText?: string;
|
|
1091
1254
|
/**
|
|
1092
1255
|
* @minLength `1`
|
|
1093
1256
|
* @maxLength `512`
|
|
@@ -1378,6 +1541,11 @@ export type CustomContentVisual = {
|
|
|
1378
1541
|
DataSetIdentifier: string;
|
|
1379
1542
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
1380
1543
|
Title?: VisualTitleLabelOptions;
|
|
1544
|
+
/**
|
|
1545
|
+
* @minLength `1`
|
|
1546
|
+
* @maxLength `1024`
|
|
1547
|
+
*/
|
|
1548
|
+
VisualContentAltText?: string;
|
|
1381
1549
|
/**
|
|
1382
1550
|
* @minLength `1`
|
|
1383
1551
|
* @maxLength `512`
|
|
@@ -2287,6 +2455,11 @@ export type FilledMapVisual = {
|
|
|
2287
2455
|
ConditionalFormatting?: FilledMapConditionalFormatting;
|
|
2288
2456
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
2289
2457
|
Title?: VisualTitleLabelOptions;
|
|
2458
|
+
/**
|
|
2459
|
+
* @minLength `1`
|
|
2460
|
+
* @maxLength `1024`
|
|
2461
|
+
*/
|
|
2462
|
+
VisualContentAltText?: string;
|
|
2290
2463
|
/**
|
|
2291
2464
|
* @minLength `1`
|
|
2292
2465
|
* @maxLength `512`
|
|
@@ -2915,6 +3088,11 @@ export type FunnelChartVisual = {
|
|
|
2915
3088
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
2916
3089
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
2917
3090
|
Title?: VisualTitleLabelOptions;
|
|
3091
|
+
/**
|
|
3092
|
+
* @minLength `1`
|
|
3093
|
+
* @maxLength `1024`
|
|
3094
|
+
*/
|
|
3095
|
+
VisualContentAltText?: string;
|
|
2918
3096
|
/**
|
|
2919
3097
|
* @minLength `1`
|
|
2920
3098
|
* @maxLength `512`
|
|
@@ -3008,6 +3186,11 @@ export type GaugeChartVisual = {
|
|
|
3008
3186
|
ConditionalFormatting?: GaugeChartConditionalFormatting;
|
|
3009
3187
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3010
3188
|
Title?: VisualTitleLabelOptions;
|
|
3189
|
+
/**
|
|
3190
|
+
* @minLength `1`
|
|
3191
|
+
* @maxLength `1024`
|
|
3192
|
+
*/
|
|
3193
|
+
VisualContentAltText?: string;
|
|
3011
3194
|
/**
|
|
3012
3195
|
* @minLength `1`
|
|
3013
3196
|
* @maxLength `512`
|
|
@@ -3135,6 +3318,11 @@ export type GeospatialMapVisual = {
|
|
|
3135
3318
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3136
3319
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3137
3320
|
Title?: VisualTitleLabelOptions;
|
|
3321
|
+
/**
|
|
3322
|
+
* @minLength `1`
|
|
3323
|
+
* @maxLength `1024`
|
|
3324
|
+
*/
|
|
3325
|
+
VisualContentAltText?: string;
|
|
3138
3326
|
/**
|
|
3139
3327
|
* @minLength `1`
|
|
3140
3328
|
* @maxLength `512`
|
|
@@ -3370,6 +3558,11 @@ export type HeatMapVisual = {
|
|
|
3370
3558
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3371
3559
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3372
3560
|
Title?: VisualTitleLabelOptions;
|
|
3561
|
+
/**
|
|
3562
|
+
* @minLength `1`
|
|
3563
|
+
* @maxLength `1024`
|
|
3564
|
+
*/
|
|
3565
|
+
VisualContentAltText?: string;
|
|
3373
3566
|
/**
|
|
3374
3567
|
* @minLength `1`
|
|
3375
3568
|
* @maxLength `512`
|
|
@@ -3437,6 +3630,11 @@ export type HistogramVisual = {
|
|
|
3437
3630
|
ChartConfiguration?: HistogramConfiguration;
|
|
3438
3631
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3439
3632
|
Title?: VisualTitleLabelOptions;
|
|
3633
|
+
/**
|
|
3634
|
+
* @minLength `1`
|
|
3635
|
+
* @maxLength `1024`
|
|
3636
|
+
*/
|
|
3637
|
+
VisualContentAltText?: string;
|
|
3440
3638
|
/**
|
|
3441
3639
|
* @minLength `1`
|
|
3442
3640
|
* @maxLength `512`
|
|
@@ -3454,6 +3652,58 @@ export type HorizontalTextAlignment = "LEFT" | "CENTER" | "RIGHT" | "AUTO";
|
|
|
3454
3652
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-icon.html}
|
|
3455
3653
|
*/
|
|
3456
3654
|
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";
|
|
3655
|
+
/**
|
|
3656
|
+
* Type definition for `AWS::QuickSight::Template.ImageCustomAction`.
|
|
3657
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-imagecustomaction.html}
|
|
3658
|
+
*/
|
|
3659
|
+
export type ImageCustomAction = {
|
|
3660
|
+
/**
|
|
3661
|
+
* @minLength `1`
|
|
3662
|
+
* @maxLength `2`
|
|
3663
|
+
*/
|
|
3664
|
+
ActionOperations: ImageCustomActionOperation[];
|
|
3665
|
+
/**
|
|
3666
|
+
* @minLength `1`
|
|
3667
|
+
* @maxLength `512`
|
|
3668
|
+
* @pattern `^[\w\-]+$`
|
|
3669
|
+
*/
|
|
3670
|
+
CustomActionId: string;
|
|
3671
|
+
/**
|
|
3672
|
+
* @minLength `1`
|
|
3673
|
+
* @maxLength `256`
|
|
3674
|
+
*/
|
|
3675
|
+
Name: string;
|
|
3676
|
+
Status?: WidgetStatus;
|
|
3677
|
+
Trigger: ImageCustomActionTrigger;
|
|
3678
|
+
};
|
|
3679
|
+
/**
|
|
3680
|
+
* Type definition for `AWS::QuickSight::Template.ImageCustomActionOperation`.
|
|
3681
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-imagecustomactionoperation.html}
|
|
3682
|
+
*/
|
|
3683
|
+
export type ImageCustomActionOperation = {
|
|
3684
|
+
NavigationOperation?: CustomActionNavigationOperation;
|
|
3685
|
+
SetParametersOperation?: CustomActionSetParametersOperation;
|
|
3686
|
+
URLOperation?: CustomActionURLOperation;
|
|
3687
|
+
};
|
|
3688
|
+
/**
|
|
3689
|
+
* Type definition for `AWS::QuickSight::Template.ImageCustomActionTrigger`.
|
|
3690
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-imagecustomactiontrigger.html}
|
|
3691
|
+
*/
|
|
3692
|
+
export type ImageCustomActionTrigger = "CLICK" | "MENU";
|
|
3693
|
+
/**
|
|
3694
|
+
* Type definition for `AWS::QuickSight::Template.ImageInteractionOptions`.
|
|
3695
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-imageinteractionoptions.html}
|
|
3696
|
+
*/
|
|
3697
|
+
export type ImageInteractionOptions = {
|
|
3698
|
+
ImageMenuOption?: ImageMenuOption;
|
|
3699
|
+
};
|
|
3700
|
+
/**
|
|
3701
|
+
* Type definition for `AWS::QuickSight::Template.ImageMenuOption`.
|
|
3702
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-imagemenuoption.html}
|
|
3703
|
+
*/
|
|
3704
|
+
export type ImageMenuOption = {
|
|
3705
|
+
AvailabilityStatus?: unknown;
|
|
3706
|
+
};
|
|
3457
3707
|
/**
|
|
3458
3708
|
* Type definition for `AWS::QuickSight::Template.InnerFilter`.
|
|
3459
3709
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-innerfilter.html}
|
|
@@ -3491,6 +3741,11 @@ export type InsightVisual = {
|
|
|
3491
3741
|
InsightConfiguration?: InsightConfiguration;
|
|
3492
3742
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3493
3743
|
Title?: VisualTitleLabelOptions;
|
|
3744
|
+
/**
|
|
3745
|
+
* @minLength `1`
|
|
3746
|
+
* @maxLength `1024`
|
|
3747
|
+
*/
|
|
3748
|
+
VisualContentAltText?: string;
|
|
3494
3749
|
/**
|
|
3495
3750
|
* @minLength `1`
|
|
3496
3751
|
* @maxLength `512`
|
|
@@ -3691,6 +3946,11 @@ export type KPIVisual = {
|
|
|
3691
3946
|
ConditionalFormatting?: KPIConditionalFormatting;
|
|
3692
3947
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3693
3948
|
Title?: VisualTitleLabelOptions;
|
|
3949
|
+
/**
|
|
3950
|
+
* @minLength `1`
|
|
3951
|
+
* @maxLength `1024`
|
|
3952
|
+
*/
|
|
3953
|
+
VisualContentAltText?: string;
|
|
3694
3954
|
/**
|
|
3695
3955
|
* @minLength `1`
|
|
3696
3956
|
* @maxLength `512`
|
|
@@ -3758,6 +4018,7 @@ export type LegendOptions = {
|
|
|
3758
4018
|
Height?: string;
|
|
3759
4019
|
Position?: LegendPosition;
|
|
3760
4020
|
Title?: LabelOptions;
|
|
4021
|
+
ValueFontConfiguration?: FontConfiguration;
|
|
3761
4022
|
Visibility?: Visibility;
|
|
3762
4023
|
/**
|
|
3763
4024
|
* String based length that is composed of value and unit in px
|
|
@@ -3942,6 +4203,11 @@ export type LineChartVisual = {
|
|
|
3942
4203
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3943
4204
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3944
4205
|
Title?: VisualTitleLabelOptions;
|
|
4206
|
+
/**
|
|
4207
|
+
* @minLength `1`
|
|
4208
|
+
* @maxLength `1024`
|
|
4209
|
+
*/
|
|
4210
|
+
VisualContentAltText?: string;
|
|
3945
4211
|
/**
|
|
3946
4212
|
* @minLength `1`
|
|
3947
4213
|
* @maxLength `512`
|
|
@@ -4766,6 +5032,11 @@ export type PieChartVisual = {
|
|
|
4766
5032
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
4767
5033
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
4768
5034
|
Title?: VisualTitleLabelOptions;
|
|
5035
|
+
/**
|
|
5036
|
+
* @minLength `1`
|
|
5037
|
+
* @maxLength `1024`
|
|
5038
|
+
*/
|
|
5039
|
+
VisualContentAltText?: string;
|
|
4769
5040
|
/**
|
|
4770
5041
|
* @minLength `1`
|
|
4771
5042
|
* @maxLength `512`
|
|
@@ -5064,6 +5335,11 @@ export type PivotTableVisual = {
|
|
|
5064
5335
|
ConditionalFormatting?: PivotTableConditionalFormatting;
|
|
5065
5336
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5066
5337
|
Title?: VisualTitleLabelOptions;
|
|
5338
|
+
/**
|
|
5339
|
+
* @minLength `1`
|
|
5340
|
+
* @maxLength `1024`
|
|
5341
|
+
*/
|
|
5342
|
+
VisualContentAltText?: string;
|
|
5067
5343
|
/**
|
|
5068
5344
|
* @minLength `1`
|
|
5069
5345
|
* @maxLength `512`
|
|
@@ -5089,6 +5365,108 @@ export type PivotTotalOptions = {
|
|
|
5089
5365
|
TotalsVisibility?: Visibility;
|
|
5090
5366
|
ValueCellStyle?: TableCellStyle;
|
|
5091
5367
|
};
|
|
5368
|
+
/**
|
|
5369
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisual`.
|
|
5370
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisual.html}
|
|
5371
|
+
*/
|
|
5372
|
+
export type PluginVisual = {
|
|
5373
|
+
ChartConfiguration?: PluginVisualConfiguration;
|
|
5374
|
+
PluginArn: string;
|
|
5375
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
5376
|
+
Title?: VisualTitleLabelOptions;
|
|
5377
|
+
/**
|
|
5378
|
+
* @minLength `1`
|
|
5379
|
+
* @maxLength `1024`
|
|
5380
|
+
*/
|
|
5381
|
+
VisualContentAltText?: string;
|
|
5382
|
+
/**
|
|
5383
|
+
* @minLength `1`
|
|
5384
|
+
* @maxLength `512`
|
|
5385
|
+
* @pattern `^[\w\-]+$`
|
|
5386
|
+
*/
|
|
5387
|
+
VisualId: string;
|
|
5388
|
+
};
|
|
5389
|
+
/**
|
|
5390
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisualAxisName`.
|
|
5391
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisualaxisname.html}
|
|
5392
|
+
*/
|
|
5393
|
+
export type PluginVisualAxisName = "GROUP_BY" | "VALUE";
|
|
5394
|
+
/**
|
|
5395
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisualConfiguration`.
|
|
5396
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisualconfiguration.html}
|
|
5397
|
+
*/
|
|
5398
|
+
export type PluginVisualConfiguration = {
|
|
5399
|
+
/**
|
|
5400
|
+
* @minLength `0`
|
|
5401
|
+
* @maxLength `10`
|
|
5402
|
+
*/
|
|
5403
|
+
FieldWells?: PluginVisualFieldWell[];
|
|
5404
|
+
SortConfiguration?: PluginVisualSortConfiguration;
|
|
5405
|
+
VisualOptions?: PluginVisualOptions;
|
|
5406
|
+
};
|
|
5407
|
+
/**
|
|
5408
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisualFieldWell`.
|
|
5409
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisualfieldwell.html}
|
|
5410
|
+
*/
|
|
5411
|
+
export type PluginVisualFieldWell = {
|
|
5412
|
+
AxisName?: PluginVisualAxisName;
|
|
5413
|
+
/**
|
|
5414
|
+
* @minLength `0`
|
|
5415
|
+
* @maxLength `200`
|
|
5416
|
+
*/
|
|
5417
|
+
Dimensions?: DimensionField[];
|
|
5418
|
+
/**
|
|
5419
|
+
* @minLength `0`
|
|
5420
|
+
* @maxLength `200`
|
|
5421
|
+
*/
|
|
5422
|
+
Measures?: MeasureField[];
|
|
5423
|
+
/**
|
|
5424
|
+
* @minLength `0`
|
|
5425
|
+
* @maxLength `200`
|
|
5426
|
+
*/
|
|
5427
|
+
Unaggregated?: UnaggregatedField[];
|
|
5428
|
+
};
|
|
5429
|
+
/**
|
|
5430
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisualItemsLimitConfiguration`.
|
|
5431
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisualitemslimitconfiguration.html}
|
|
5432
|
+
*/
|
|
5433
|
+
export type PluginVisualItemsLimitConfiguration = {
|
|
5434
|
+
ItemsLimit?: number;
|
|
5435
|
+
};
|
|
5436
|
+
/**
|
|
5437
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisualOptions`.
|
|
5438
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisualoptions.html}
|
|
5439
|
+
*/
|
|
5440
|
+
export type PluginVisualOptions = {
|
|
5441
|
+
VisualProperties?: PluginVisualProperty[];
|
|
5442
|
+
};
|
|
5443
|
+
/**
|
|
5444
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisualProperty`.
|
|
5445
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisualproperty.html}
|
|
5446
|
+
*/
|
|
5447
|
+
export type PluginVisualProperty = {
|
|
5448
|
+
Name?: string;
|
|
5449
|
+
Value?: string;
|
|
5450
|
+
};
|
|
5451
|
+
/**
|
|
5452
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisualSortConfiguration`.
|
|
5453
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisualsortconfiguration.html}
|
|
5454
|
+
*/
|
|
5455
|
+
export type PluginVisualSortConfiguration = {
|
|
5456
|
+
PluginVisualTableQuerySort?: PluginVisualTableQuerySort;
|
|
5457
|
+
};
|
|
5458
|
+
/**
|
|
5459
|
+
* Type definition for `AWS::QuickSight::Template.PluginVisualTableQuerySort`.
|
|
5460
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pluginvisualtablequerysort.html}
|
|
5461
|
+
*/
|
|
5462
|
+
export type PluginVisualTableQuerySort = {
|
|
5463
|
+
ItemsLimitConfiguration?: PluginVisualItemsLimitConfiguration;
|
|
5464
|
+
/**
|
|
5465
|
+
* @minLength `0`
|
|
5466
|
+
* @maxLength `100`
|
|
5467
|
+
*/
|
|
5468
|
+
RowSort?: FieldSortOptions[];
|
|
5469
|
+
};
|
|
5092
5470
|
/**
|
|
5093
5471
|
* Type definition for `AWS::QuickSight::Template.PredefinedHierarchy`.
|
|
5094
5472
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-predefinedhierarchy.html}
|
|
@@ -5253,6 +5631,11 @@ export type RadarChartVisual = {
|
|
|
5253
5631
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
5254
5632
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5255
5633
|
Title?: VisualTitleLabelOptions;
|
|
5634
|
+
/**
|
|
5635
|
+
* @minLength `1`
|
|
5636
|
+
* @maxLength `1024`
|
|
5637
|
+
*/
|
|
5638
|
+
VisualContentAltText?: string;
|
|
5256
5639
|
/**
|
|
5257
5640
|
* @minLength `1`
|
|
5258
5641
|
* @maxLength `512`
|
|
@@ -5569,6 +5952,11 @@ export type SankeyDiagramVisual = {
|
|
|
5569
5952
|
ChartConfiguration?: SankeyDiagramChartConfiguration;
|
|
5570
5953
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5571
5954
|
Title?: VisualTitleLabelOptions;
|
|
5955
|
+
/**
|
|
5956
|
+
* @minLength `1`
|
|
5957
|
+
* @maxLength `1024`
|
|
5958
|
+
*/
|
|
5959
|
+
VisualContentAltText?: string;
|
|
5572
5960
|
/**
|
|
5573
5961
|
* @minLength `1`
|
|
5574
5962
|
* @maxLength `512`
|
|
@@ -5679,6 +6067,11 @@ export type ScatterPlotVisual = {
|
|
|
5679
6067
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
5680
6068
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5681
6069
|
Title?: VisualTitleLabelOptions;
|
|
6070
|
+
/**
|
|
6071
|
+
* @minLength `1`
|
|
6072
|
+
* @maxLength `1024`
|
|
6073
|
+
*/
|
|
6074
|
+
VisualContentAltText?: string;
|
|
5682
6075
|
/**
|
|
5683
6076
|
* @minLength `1`
|
|
5684
6077
|
* @maxLength `512`
|
|
@@ -5840,6 +6233,11 @@ export type ShapeConditionalFormat = {
|
|
|
5840
6233
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheet.html}
|
|
5841
6234
|
*/
|
|
5842
6235
|
export type Sheet = {
|
|
6236
|
+
/**
|
|
6237
|
+
* @minLength `0`
|
|
6238
|
+
* @maxLength `10`
|
|
6239
|
+
*/
|
|
6240
|
+
Images?: SheetImage[];
|
|
5843
6241
|
/**
|
|
5844
6242
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
5845
6243
|
console.</p>
|
|
@@ -5917,6 +6315,11 @@ export type SheetDefinition = {
|
|
|
5917
6315
|
* @maxLength `200`
|
|
5918
6316
|
*/
|
|
5919
6317
|
FilterControls?: FilterControl[];
|
|
6318
|
+
/**
|
|
6319
|
+
* @minLength `0`
|
|
6320
|
+
* @maxLength `10`
|
|
6321
|
+
*/
|
|
6322
|
+
Images?: SheetImage[];
|
|
5920
6323
|
/**
|
|
5921
6324
|
* @minLength `1`
|
|
5922
6325
|
* @maxLength `1`
|
|
@@ -5978,6 +6381,82 @@ export type SheetElementRenderingRule = {
|
|
|
5978
6381
|
*/
|
|
5979
6382
|
Expression: string;
|
|
5980
6383
|
};
|
|
6384
|
+
/**
|
|
6385
|
+
* Type definition for `AWS::QuickSight::Template.SheetImage`.
|
|
6386
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetimage.html}
|
|
6387
|
+
*/
|
|
6388
|
+
export type SheetImage = {
|
|
6389
|
+
/**
|
|
6390
|
+
* @minLength `0`
|
|
6391
|
+
* @maxLength `10`
|
|
6392
|
+
*/
|
|
6393
|
+
Actions?: ImageCustomAction[];
|
|
6394
|
+
/**
|
|
6395
|
+
* @minLength `1`
|
|
6396
|
+
* @maxLength `1024`
|
|
6397
|
+
*/
|
|
6398
|
+
ImageContentAltText?: string;
|
|
6399
|
+
Interactions?: ImageInteractionOptions;
|
|
6400
|
+
Scaling?: SheetImageScalingConfiguration;
|
|
6401
|
+
/**
|
|
6402
|
+
* @minLength `1`
|
|
6403
|
+
* @maxLength `512`
|
|
6404
|
+
* @pattern `^[\w\-]+$`
|
|
6405
|
+
*/
|
|
6406
|
+
SheetImageId: string;
|
|
6407
|
+
Source: SheetImageSource;
|
|
6408
|
+
Tooltip?: SheetImageTooltipConfiguration;
|
|
6409
|
+
};
|
|
6410
|
+
/**
|
|
6411
|
+
* Type definition for `AWS::QuickSight::Template.SheetImageScalingConfiguration`.
|
|
6412
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetimagescalingconfiguration.html}
|
|
6413
|
+
*/
|
|
6414
|
+
export type SheetImageScalingConfiguration = {
|
|
6415
|
+
ScalingType?: SheetImageScalingType;
|
|
6416
|
+
};
|
|
6417
|
+
/**
|
|
6418
|
+
* Type definition for `AWS::QuickSight::Template.SheetImageScalingType`.
|
|
6419
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetimagescalingtype.html}
|
|
6420
|
+
*/
|
|
6421
|
+
export type SheetImageScalingType = "SCALE_TO_WIDTH" | "SCALE_TO_HEIGHT" | "SCALE_TO_CONTAINER" | "SCALE_NONE";
|
|
6422
|
+
/**
|
|
6423
|
+
* Type definition for `AWS::QuickSight::Template.SheetImageSource`.
|
|
6424
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetimagesource.html}
|
|
6425
|
+
*/
|
|
6426
|
+
export type SheetImageSource = {
|
|
6427
|
+
SheetImageStaticFileSource?: SheetImageStaticFileSource;
|
|
6428
|
+
};
|
|
6429
|
+
/**
|
|
6430
|
+
* Type definition for `AWS::QuickSight::Template.SheetImageStaticFileSource`.
|
|
6431
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetimagestaticfilesource.html}
|
|
6432
|
+
*/
|
|
6433
|
+
export type SheetImageStaticFileSource = {
|
|
6434
|
+
/**
|
|
6435
|
+
* @minLength `1`
|
|
6436
|
+
* @maxLength `512`
|
|
6437
|
+
* @pattern `^[\w\-]+$`
|
|
6438
|
+
*/
|
|
6439
|
+
StaticFileId: string;
|
|
6440
|
+
};
|
|
6441
|
+
/**
|
|
6442
|
+
* Type definition for `AWS::QuickSight::Template.SheetImageTooltipConfiguration`.
|
|
6443
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetimagetooltipconfiguration.html}
|
|
6444
|
+
*/
|
|
6445
|
+
export type SheetImageTooltipConfiguration = {
|
|
6446
|
+
TooltipText?: SheetImageTooltipText;
|
|
6447
|
+
Visibility?: Visibility;
|
|
6448
|
+
};
|
|
6449
|
+
/**
|
|
6450
|
+
* Type definition for `AWS::QuickSight::Template.SheetImageTooltipText`.
|
|
6451
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetimagetooltiptext.html}
|
|
6452
|
+
*/
|
|
6453
|
+
export type SheetImageTooltipText = {
|
|
6454
|
+
/**
|
|
6455
|
+
* @minLength `1`
|
|
6456
|
+
* @maxLength `1024`
|
|
6457
|
+
*/
|
|
6458
|
+
PlainText?: string;
|
|
6459
|
+
};
|
|
5981
6460
|
/**
|
|
5982
6461
|
* Type definition for `AWS::QuickSight::Template.SheetTextBox`.
|
|
5983
6462
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheettextbox.html}
|
|
@@ -6549,6 +7028,11 @@ export type TableVisual = {
|
|
|
6549
7028
|
ConditionalFormatting?: TableConditionalFormatting;
|
|
6550
7029
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
6551
7030
|
Title?: VisualTitleLabelOptions;
|
|
7031
|
+
/**
|
|
7032
|
+
* @minLength `1`
|
|
7033
|
+
* @maxLength `1024`
|
|
7034
|
+
*/
|
|
7035
|
+
VisualContentAltText?: string;
|
|
6552
7036
|
/**
|
|
6553
7037
|
* @minLength `1`
|
|
6554
7038
|
* @maxLength `512`
|
|
@@ -7116,6 +7600,11 @@ export type TreeMapVisual = {
|
|
|
7116
7600
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
7117
7601
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
7118
7602
|
Title?: VisualTitleLabelOptions;
|
|
7603
|
+
/**
|
|
7604
|
+
* @minLength `1`
|
|
7605
|
+
* @maxLength `1024`
|
|
7606
|
+
*/
|
|
7607
|
+
VisualContentAltText?: string;
|
|
7119
7608
|
/**
|
|
7120
7609
|
* @minLength `1`
|
|
7121
7610
|
* @maxLength `512`
|
|
@@ -7218,6 +7707,7 @@ export type Visual = {
|
|
|
7218
7707
|
LineChartVisual?: LineChartVisual;
|
|
7219
7708
|
PieChartVisual?: PieChartVisual;
|
|
7220
7709
|
PivotTableVisual?: PivotTableVisual;
|
|
7710
|
+
PluginVisual?: PluginVisual;
|
|
7221
7711
|
RadarChartVisual?: RadarChartVisual;
|
|
7222
7712
|
SankeyDiagramVisual?: SankeyDiagramVisual;
|
|
7223
7713
|
ScatterPlotVisual?: ScatterPlotVisual;
|
|
@@ -7403,6 +7893,11 @@ export type WaterfallVisual = {
|
|
|
7403
7893
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
7404
7894
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
7405
7895
|
Title?: VisualTitleLabelOptions;
|
|
7896
|
+
/**
|
|
7897
|
+
* @minLength `1`
|
|
7898
|
+
* @maxLength `1024`
|
|
7899
|
+
*/
|
|
7900
|
+
VisualContentAltText?: string;
|
|
7406
7901
|
/**
|
|
7407
7902
|
* @minLength `1`
|
|
7408
7903
|
* @maxLength `512`
|
|
@@ -7516,6 +8011,11 @@ export type WordCloudVisual = {
|
|
|
7516
8011
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
7517
8012
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
7518
8013
|
Title?: VisualTitleLabelOptions;
|
|
8014
|
+
/**
|
|
8015
|
+
* @minLength `1`
|
|
8016
|
+
* @maxLength `1024`
|
|
8017
|
+
*/
|
|
8018
|
+
VisualContentAltText?: string;
|
|
7519
8019
|
/**
|
|
7520
8020
|
* @minLength `1`
|
|
7521
8021
|
* @maxLength `512`
|