@propulsionworks/cloudformation 0.1.30 → 0.1.31
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/out/exports/resources.generated/aws-aps-anomalydetector.d.ts +166 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +1 -1
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-memory.d.ts +85 -27
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +0 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-runtimeendpoint.d.ts +0 -4
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +8 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +1 -1
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +0 -8
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +0 -4
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +8 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +14 -16
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +4 -2
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +3 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-service.d.ts +11 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +8 -4
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +8 -4
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +1 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +3 -3
- package/out/exports/resources.generated/aws-events-rule.d.ts +4 -4
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +20 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +26 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +20 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +4 -3
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +1 -1
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +2 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +2 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +36 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +5 -0
- package/out/exports/resources.generated/aws-odb-odbpeeringconnection.d.ts +2 -2
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +69 -69
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +73 -69
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +11 -11
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +22 -22
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +3 -3
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +70 -70
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +7 -7
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +7 -11
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +20 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +12 -2
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +1 -1
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +1 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +4 -13
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +5 -1
- package/out/exports/resources.generated/aws-ssmquicksetup-lifecycleautomation.d.ts +52 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +78 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +2 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +4 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +1 -1
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +1 -1
- package/package.json +1 -1
|
@@ -39,7 +39,7 @@ export type QuickSightAnalysisProps = {
|
|
|
39
39
|
*/
|
|
40
40
|
FolderArns?: string[] | undefined;
|
|
41
41
|
/**
|
|
42
|
-
* A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon
|
|
42
|
+
* A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon Quick Sight console.
|
|
43
43
|
* @minLength 1
|
|
44
44
|
* @maxLength 2048
|
|
45
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-analysis.html#cfn-quicksight-analysis-name}
|
|
@@ -80,7 +80,7 @@ export type QuickSightAnalysisProps = {
|
|
|
80
80
|
*/
|
|
81
81
|
Tags?: Tag[] | undefined;
|
|
82
82
|
/**
|
|
83
|
-
* The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon
|
|
83
|
+
* The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
|
|
84
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-analysis.html#cfn-quicksight-analysis-themearn}
|
|
85
85
|
*/
|
|
86
86
|
ThemeArn?: string | undefined;
|
|
@@ -215,7 +215,7 @@ export type AnalysisDefinition = {
|
|
|
215
215
|
/**
|
|
216
216
|
* Filter definitions for an analysis.
|
|
217
217
|
*
|
|
218
|
-
* For more information, see [Filtering Data in Amazon
|
|
218
|
+
* For more information, see [Filtering Data in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html) in the *Amazon Quick Suite User Guide* .
|
|
219
219
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysisdefinition.html#cfn-quicksight-analysis-analysisdefinition-filtergroups}
|
|
220
220
|
*/
|
|
221
221
|
FilterGroups?: FilterGroup[] | undefined;
|
|
@@ -229,7 +229,7 @@ export type AnalysisDefinition = {
|
|
|
229
229
|
*
|
|
230
230
|
* Parameters are named variables that can transfer a value for use by an action or an object.
|
|
231
231
|
*
|
|
232
|
-
* For more information, see [Parameters in Amazon
|
|
232
|
+
* For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon Quick Suite User Guide* .
|
|
233
233
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysisdefinition.html#cfn-quicksight-analysis-analysisdefinition-parameterdeclarations}
|
|
234
234
|
*/
|
|
235
235
|
ParameterDeclarations?: ParameterDeclaration[] | undefined;
|
|
@@ -816,7 +816,7 @@ export type BarChartSortConfiguration = {
|
|
|
816
816
|
* - Horizontal stacked 100% bar chart
|
|
817
817
|
* - Vertical stacked 100% bar chart
|
|
818
818
|
*
|
|
819
|
-
* For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon
|
|
819
|
+
* For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon Quick Suite User Guide* .
|
|
820
820
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-barchartvisual.html}
|
|
821
821
|
*/
|
|
822
822
|
export type BarChartVisual = {
|
|
@@ -1185,7 +1185,7 @@ export type BoxPlotStyleOptions = {
|
|
|
1185
1185
|
/**
|
|
1186
1186
|
* A box plot.
|
|
1187
1187
|
*
|
|
1188
|
-
* For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon
|
|
1188
|
+
* For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon Quick Suite User Guide* .
|
|
1189
1189
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-boxplotvisual.html}
|
|
1190
1190
|
*/
|
|
1191
1191
|
export type BoxPlotVisual = {
|
|
@@ -1385,7 +1385,7 @@ export type CategoryDrillDownFilter = {
|
|
|
1385
1385
|
/**
|
|
1386
1386
|
* A `CategoryFilter` filters text values.
|
|
1387
1387
|
*
|
|
1388
|
-
* For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon
|
|
1388
|
+
* For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon Quick Suite User Guide* .
|
|
1389
1389
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryfilter.html}
|
|
1390
1390
|
*/
|
|
1391
1391
|
export type CategoryFilter = {
|
|
@@ -1426,12 +1426,12 @@ export type CategoryFilterConfiguration = {
|
|
|
1426
1426
|
*/
|
|
1427
1427
|
CustomFilterConfiguration?: CustomFilterConfiguration | undefined;
|
|
1428
1428
|
/**
|
|
1429
|
-
* A list of custom filter values. In the
|
|
1429
|
+
* A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
|
|
1430
1430
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryfilterconfiguration.html#cfn-quicksight-analysis-categoryfilterconfiguration-customfilterlistconfiguration}
|
|
1431
1431
|
*/
|
|
1432
1432
|
CustomFilterListConfiguration?: CustomFilterListConfiguration | undefined;
|
|
1433
1433
|
/**
|
|
1434
|
-
* A list of filter configurations. In the
|
|
1434
|
+
* A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
|
|
1435
1435
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryfilterconfiguration.html#cfn-quicksight-analysis-categoryfilterconfiguration-filterlistconfiguration}
|
|
1436
1436
|
*/
|
|
1437
1437
|
FilterListConfiguration?: FilterListConfiguration | undefined;
|
|
@@ -1839,7 +1839,7 @@ export type ComboChartSortConfiguration = {
|
|
|
1839
1839
|
*
|
|
1840
1840
|
* The `ComboChartVisual` includes stacked bar combo charts and clustered bar combo charts
|
|
1841
1841
|
*
|
|
1842
|
-
* For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon
|
|
1842
|
+
* For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon Quick Suite User Guide* .
|
|
1843
1843
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartvisual.html}
|
|
1844
1844
|
*/
|
|
1845
1845
|
export type ComboChartVisual = {
|
|
@@ -2351,7 +2351,7 @@ export type CustomContentType = "IMAGE" | "OTHER_EMBEDDED_CONTENT";
|
|
|
2351
2351
|
/**
|
|
2352
2352
|
* A visual that contains custom content.
|
|
2353
2353
|
*
|
|
2354
|
-
* For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon
|
|
2354
|
+
* For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon Quick Suite User Guide* .
|
|
2355
2355
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-customcontentvisual.html}
|
|
2356
2356
|
*/
|
|
2357
2357
|
export type CustomContentVisual = {
|
|
@@ -3569,7 +3569,7 @@ export type DimensionField = {
|
|
|
3569
3569
|
*/
|
|
3570
3570
|
export type DonutCenterOptions = {
|
|
3571
3571
|
/**
|
|
3572
|
-
* Determines the visibility of the label in a donut chart. In the
|
|
3572
|
+
* Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called `'Show total'` .
|
|
3573
3573
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-donutcenteroptions.html#cfn-quicksight-analysis-donutcenteroptions-labelvisibility}
|
|
3574
3574
|
*/
|
|
3575
3575
|
LabelVisibility?: Visibility | undefined;
|
|
@@ -3663,7 +3663,7 @@ export type DynamicDefaultValue = {
|
|
|
3663
3663
|
/**
|
|
3664
3664
|
* An empty visual.
|
|
3665
3665
|
*
|
|
3666
|
-
* Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the
|
|
3666
|
+
* Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Quick Sight console is considered an `EmptyVisual` until a visual type is selected.
|
|
3667
3667
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-emptyvisual.html}
|
|
3668
3668
|
*/
|
|
3669
3669
|
export type EmptyVisual = {
|
|
@@ -4002,7 +4002,7 @@ export type FilledMapSortConfiguration = {
|
|
|
4002
4002
|
/**
|
|
4003
4003
|
* A filled map.
|
|
4004
4004
|
*
|
|
4005
|
-
* For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon
|
|
4005
|
+
* For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon Quick Suite User Guide* .
|
|
4006
4006
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filledmapvisual.html}
|
|
4007
4007
|
*/
|
|
4008
4008
|
export type FilledMapVisual = {
|
|
@@ -4062,7 +4062,7 @@ export type Filter = {
|
|
|
4062
4062
|
/**
|
|
4063
4063
|
* A `CategoryFilter` filters text values.
|
|
4064
4064
|
*
|
|
4065
|
-
* For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon
|
|
4065
|
+
* For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon Quick Suite User Guide* .
|
|
4066
4066
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filter.html#cfn-quicksight-analysis-filter-categoryfilter}
|
|
4067
4067
|
*/
|
|
4068
4068
|
CategoryFilter?: CategoryFilter | undefined;
|
|
@@ -4284,7 +4284,7 @@ export type FilterDropDownControl = {
|
|
|
4284
4284
|
/**
|
|
4285
4285
|
* A grouping of individual filters. Filter groups are applied to the same group of visuals.
|
|
4286
4286
|
*
|
|
4287
|
-
* For more information, see [Adding filter conditions (group filters) with AND and OR operators](https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html) in the *Amazon
|
|
4287
|
+
* For more information, see [Adding filter conditions (group filters) with AND and OR operators](https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html) in the *Amazon Quick Suite User Guide* .
|
|
4288
4288
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filtergroup.html}
|
|
4289
4289
|
*/
|
|
4290
4290
|
export type FilterGroup = {
|
|
@@ -5161,7 +5161,7 @@ export type FunnelChartSortConfiguration = {
|
|
|
5161
5161
|
/**
|
|
5162
5162
|
* A funnel chart.
|
|
5163
5163
|
*
|
|
5164
|
-
* For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon
|
|
5164
|
+
* For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon Quick Suite User Guide* .
|
|
5165
5165
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-funnelchartvisual.html}
|
|
5166
5166
|
*/
|
|
5167
5167
|
export type FunnelChartVisual = {
|
|
@@ -5369,7 +5369,7 @@ export type GaugeChartPrimaryValueConditionalFormatting = {
|
|
|
5369
5369
|
/**
|
|
5370
5370
|
* A gauge chart.
|
|
5371
5371
|
*
|
|
5372
|
-
* For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon
|
|
5372
|
+
* For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon Quick Suite User Guide* .
|
|
5373
5373
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gaugechartvisual.html}
|
|
5374
5374
|
*/
|
|
5375
5375
|
export type GaugeChartVisual = {
|
|
@@ -5972,7 +5972,7 @@ export type GeospatialMapStyleOptions = {
|
|
|
5972
5972
|
/**
|
|
5973
5973
|
* A geospatial map or a points on map visual.
|
|
5974
5974
|
*
|
|
5975
|
-
* For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon
|
|
5975
|
+
* For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon Quick Suite User Guide* .
|
|
5976
5976
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapvisual.html}
|
|
5977
5977
|
*/
|
|
5978
5978
|
export type GeospatialMapVisual = {
|
|
@@ -6328,8 +6328,8 @@ export type GridLayoutScreenCanvasSizeOptions = {
|
|
|
6328
6328
|
/**
|
|
6329
6329
|
* This value determines the layout behavior when the viewport is resized.
|
|
6330
6330
|
*
|
|
6331
|
-
* - `FIXED` : A fixed width will be used when optimizing the layout. In the
|
|
6332
|
-
* - `RESPONSIVE` : The width of the canvas will be responsive and optimized to the view port. In the
|
|
6331
|
+
* - `FIXED` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called `Classic` .
|
|
6332
|
+
* - `RESPONSIVE` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called `Tiled` .
|
|
6333
6333
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gridlayoutscreencanvassizeoptions.html#cfn-quicksight-analysis-gridlayoutscreencanvassizeoptions-resizeoption}
|
|
6334
6334
|
*/
|
|
6335
6335
|
ResizeOption: ResizeOption;
|
|
@@ -6509,7 +6509,7 @@ export type HeatMapSortConfiguration = {
|
|
|
6509
6509
|
/**
|
|
6510
6510
|
* A heat map.
|
|
6511
6511
|
*
|
|
6512
|
-
* For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon
|
|
6512
|
+
* For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon Quick Suite User Guide* .
|
|
6513
6513
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-heatmapvisual.html}
|
|
6514
6514
|
*/
|
|
6515
6515
|
export type HeatMapVisual = {
|
|
@@ -6661,7 +6661,7 @@ export type HistogramFieldWells = {
|
|
|
6661
6661
|
/**
|
|
6662
6662
|
* A histogram.
|
|
6663
6663
|
*
|
|
6664
|
-
* For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon
|
|
6664
|
+
* For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide* .
|
|
6665
6665
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-histogramvisual.html}
|
|
6666
6666
|
*/
|
|
6667
6667
|
export type HistogramVisual = {
|
|
@@ -6852,7 +6852,7 @@ export type InsightConfiguration = {
|
|
|
6852
6852
|
/**
|
|
6853
6853
|
* An insight visual.
|
|
6854
6854
|
*
|
|
6855
|
-
* For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon
|
|
6855
|
+
* For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon Quick Suite User Guide* .
|
|
6856
6856
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-insightvisual.html}
|
|
6857
6857
|
*/
|
|
6858
6858
|
export type InsightVisual = {
|
|
@@ -7246,7 +7246,7 @@ export type KPISparklineType = "LINE" | "AREA";
|
|
|
7246
7246
|
/**
|
|
7247
7247
|
* A key performance indicator (KPI).
|
|
7248
7248
|
*
|
|
7249
|
-
* For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon
|
|
7249
|
+
* For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide* .
|
|
7250
7250
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-kpivisual.html}
|
|
7251
7251
|
*/
|
|
7252
7252
|
export type KPIVisual = {
|
|
@@ -7458,7 +7458,7 @@ export type LayerMapVisual = {
|
|
|
7458
7458
|
/**
|
|
7459
7459
|
* A `Layout` defines the placement of elements within a sheet.
|
|
7460
7460
|
*
|
|
7461
|
-
* For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon
|
|
7461
|
+
* For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
|
|
7462
7462
|
*
|
|
7463
7463
|
* This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
|
|
7464
7464
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-layout.html}
|
|
@@ -7838,7 +7838,7 @@ export type LineChartType = "LINE" | "AREA" | "STACKED_AREA";
|
|
|
7838
7838
|
/**
|
|
7839
7839
|
* A line chart.
|
|
7840
7840
|
*
|
|
7841
|
-
* For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon
|
|
7841
|
+
* For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon Quick Suite User Guide* .
|
|
7842
7842
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-linechartvisual.html}
|
|
7843
7843
|
*/
|
|
7844
7844
|
export type LineChartVisual = {
|
|
@@ -8786,7 +8786,7 @@ export type ParameterDateTimePickerControl = {
|
|
|
8786
8786
|
/**
|
|
8787
8787
|
* The declaration definition of a parameter.
|
|
8788
8788
|
*
|
|
8789
|
-
* For more information, see [Parameters in Amazon
|
|
8789
|
+
* For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon Quick Suite User Guide* .
|
|
8790
8790
|
*
|
|
8791
8791
|
* This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
|
|
8792
8792
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-parameterdeclaration.html}
|
|
@@ -9064,7 +9064,7 @@ export type ParameterTextFieldControl = {
|
|
|
9064
9064
|
*/
|
|
9065
9065
|
export type ParameterValueType = "MULTI_VALUED" | "SINGLE_VALUED";
|
|
9066
9066
|
/**
|
|
9067
|
-
* A list of
|
|
9067
|
+
* A list of Quick Sight parameters and the list's override values.
|
|
9068
9068
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-parameters.html}
|
|
9069
9069
|
*/
|
|
9070
9070
|
export type Parameters = {
|
|
@@ -9366,9 +9366,9 @@ export type PieChartSortConfiguration = {
|
|
|
9366
9366
|
* - Pie charts
|
|
9367
9367
|
* - Donut charts
|
|
9368
9368
|
*
|
|
9369
|
-
* For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon
|
|
9369
|
+
* For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon Quick Suite User Guide* .
|
|
9370
9370
|
*
|
|
9371
|
-
* For more information, see [Using donut charts](https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html) in the *Amazon
|
|
9371
|
+
* For more information, see [Using donut charts](https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html) in the *Amazon Quick Suite User Guide* .
|
|
9372
9372
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-piechartvisual.html}
|
|
9373
9373
|
*/
|
|
9374
9374
|
export type PieChartVisual = {
|
|
@@ -9870,7 +9870,7 @@ export type PivotTableTotalOptions = {
|
|
|
9870
9870
|
/**
|
|
9871
9871
|
* A pivot table.
|
|
9872
9872
|
*
|
|
9873
|
-
* For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon
|
|
9873
|
+
* For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon Quick Suite User Guide* .
|
|
9874
9874
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablevisual.html}
|
|
9875
9875
|
*/
|
|
9876
9876
|
export type PivotTableVisual = {
|
|
@@ -9962,7 +9962,7 @@ export type PivotTotalOptions = {
|
|
|
9962
9962
|
ValueCellStyle?: TableCellStyle | undefined;
|
|
9963
9963
|
};
|
|
9964
9964
|
/**
|
|
9965
|
-
* A flexible visualization type that allows engineers to create new custom charts in
|
|
9965
|
+
* A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
|
|
9966
9966
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisual.html}
|
|
9967
9967
|
*/
|
|
9968
9968
|
export type PluginVisual = {
|
|
@@ -10741,9 +10741,9 @@ export type ResourcePermission = {
|
|
|
10741
10741
|
/**
|
|
10742
10742
|
* The Amazon Resource Name (ARN) of the principal. This can be one of the following:
|
|
10743
10743
|
*
|
|
10744
|
-
* - The ARN of an Amazon
|
|
10745
|
-
* - The ARN of an Amazon
|
|
10746
|
-
* - The ARN of an AWS account root: This is an IAM ARN rather than a
|
|
10744
|
+
* - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)
|
|
10745
|
+
* - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
|
|
10746
|
+
* - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
|
|
10747
10747
|
* @minLength 1
|
|
10748
10748
|
* @maxLength 256
|
|
10749
10749
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-resourcepermission.html#cfn-quicksight-analysis-resourcepermission-principal}
|
|
@@ -10899,7 +10899,7 @@ export type SankeyDiagramSortConfiguration = {
|
|
|
10899
10899
|
/**
|
|
10900
10900
|
* A sankey diagram.
|
|
10901
10901
|
*
|
|
10902
|
-
* For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon
|
|
10902
|
+
* For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon Quick Suite User Guide* .
|
|
10903
10903
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sankeydiagramvisual.html}
|
|
10904
10904
|
*/
|
|
10905
10905
|
export type SankeyDiagramVisual = {
|
|
@@ -11101,7 +11101,7 @@ export type ScatterPlotUnaggregatedFieldWells = {
|
|
|
11101
11101
|
/**
|
|
11102
11102
|
* A scatter plot.
|
|
11103
11103
|
*
|
|
11104
|
-
* For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon
|
|
11104
|
+
* For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon Quick Suite User Guide* .
|
|
11105
11105
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-scatterplotvisual.html}
|
|
11106
11106
|
*/
|
|
11107
11107
|
export type ScatterPlotVisual = {
|
|
@@ -11364,12 +11364,12 @@ export type ShapeConditionalFormat = {
|
|
|
11364
11364
|
BackgroundColor: ConditionalFormattingColor;
|
|
11365
11365
|
};
|
|
11366
11366
|
/**
|
|
11367
|
-
* A *sheet* , which is an object that contains a set of visuals that are viewed together on one page in
|
|
11367
|
+
* A *sheet* , which is an object that contains a set of visuals that are viewed together on one page in Quick Sight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
|
|
11368
11368
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheet.html}
|
|
11369
11369
|
*/
|
|
11370
11370
|
export type Sheet = {
|
|
11371
11371
|
/**
|
|
11372
|
-
* The name of a sheet. This name is displayed on the sheet's tab in the
|
|
11372
|
+
* The name of a sheet. This name is displayed on the sheet's tab in the Quick Sight console.
|
|
11373
11373
|
* @minLength 1
|
|
11374
11374
|
* @maxLength 2048
|
|
11375
11375
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheet.html#cfn-quicksight-analysis-sheet-name}
|
|
@@ -11463,7 +11463,7 @@ export type SheetDefinition = {
|
|
|
11463
11463
|
/**
|
|
11464
11464
|
* The list of filter controls that are on a sheet.
|
|
11465
11465
|
*
|
|
11466
|
-
* For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon
|
|
11466
|
+
* For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon Quick Suite User Guide* .
|
|
11467
11467
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetdefinition.html#cfn-quicksight-analysis-sheetdefinition-filtercontrols}
|
|
11468
11468
|
*/
|
|
11469
11469
|
FilterControls?: FilterControl[] | undefined;
|
|
@@ -11475,7 +11475,7 @@ export type SheetDefinition = {
|
|
|
11475
11475
|
/**
|
|
11476
11476
|
* Layouts define how the components of a sheet are arranged.
|
|
11477
11477
|
*
|
|
11478
|
-
* For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon
|
|
11478
|
+
* For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
|
|
11479
11479
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetdefinition.html#cfn-quicksight-analysis-sheetdefinition-layouts}
|
|
11480
11480
|
*/
|
|
11481
11481
|
Layouts?: Layout[] | undefined;
|
|
@@ -11489,7 +11489,7 @@ export type SheetDefinition = {
|
|
|
11489
11489
|
/**
|
|
11490
11490
|
* The list of parameter controls that are on a sheet.
|
|
11491
11491
|
*
|
|
11492
|
-
* For more information, see [Using a Control with a Parameter in Amazon
|
|
11492
|
+
* For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
|
|
11493
11493
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetdefinition.html#cfn-quicksight-analysis-sheetdefinition-parametercontrols}
|
|
11494
11494
|
*/
|
|
11495
11495
|
ParameterControls?: ParameterControl[] | undefined;
|
|
@@ -12671,7 +12671,7 @@ export type TableUnaggregatedFieldWells = {
|
|
|
12671
12671
|
/**
|
|
12672
12672
|
* A table visual.
|
|
12673
12673
|
*
|
|
12674
|
-
* For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon
|
|
12674
|
+
* For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon Quick Suite User Guide* .
|
|
12675
12675
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablevisual.html}
|
|
12676
12676
|
*/
|
|
12677
12677
|
export type TableVisual = {
|
|
@@ -13480,7 +13480,7 @@ export type TreeMapSortConfiguration = {
|
|
|
13480
13480
|
/**
|
|
13481
13481
|
* A tree map.
|
|
13482
13482
|
*
|
|
13483
|
-
* For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon
|
|
13483
|
+
* For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon Quick Suite User Guide* .
|
|
13484
13484
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-treemapvisual.html}
|
|
13485
13485
|
*/
|
|
13486
13486
|
export type TreeMapVisual = {
|
|
@@ -13635,28 +13635,28 @@ export type Visual = {
|
|
|
13635
13635
|
/**
|
|
13636
13636
|
* A bar chart.
|
|
13637
13637
|
*
|
|
13638
|
-
* For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon
|
|
13638
|
+
* For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon Quick Suite User Guide* .
|
|
13639
13639
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-barchartvisual}
|
|
13640
13640
|
*/
|
|
13641
13641
|
BarChartVisual?: BarChartVisual | undefined;
|
|
13642
13642
|
/**
|
|
13643
13643
|
* A box plot.
|
|
13644
13644
|
*
|
|
13645
|
-
* For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon
|
|
13645
|
+
* For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon Quick Suite User Guide* .
|
|
13646
13646
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-boxplotvisual}
|
|
13647
13647
|
*/
|
|
13648
13648
|
BoxPlotVisual?: BoxPlotVisual | undefined;
|
|
13649
13649
|
/**
|
|
13650
13650
|
* A combo chart.
|
|
13651
13651
|
*
|
|
13652
|
-
* For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon
|
|
13652
|
+
* For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon Quick Suite User Guide* .
|
|
13653
13653
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-combochartvisual}
|
|
13654
13654
|
*/
|
|
13655
13655
|
ComboChartVisual?: ComboChartVisual | undefined;
|
|
13656
13656
|
/**
|
|
13657
13657
|
* A visual that contains custom content.
|
|
13658
13658
|
*
|
|
13659
|
-
* For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon
|
|
13659
|
+
* For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon Quick Suite User Guide* .
|
|
13660
13660
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-customcontentvisual}
|
|
13661
13661
|
*/
|
|
13662
13662
|
CustomContentVisual?: CustomContentVisual | undefined;
|
|
@@ -13668,56 +13668,56 @@ export type Visual = {
|
|
|
13668
13668
|
/**
|
|
13669
13669
|
* A filled map.
|
|
13670
13670
|
*
|
|
13671
|
-
* For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon
|
|
13671
|
+
* For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon Quick Suite User Guide* .
|
|
13672
13672
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-filledmapvisual}
|
|
13673
13673
|
*/
|
|
13674
13674
|
FilledMapVisual?: FilledMapVisual | undefined;
|
|
13675
13675
|
/**
|
|
13676
13676
|
* A funnel chart.
|
|
13677
13677
|
*
|
|
13678
|
-
* For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon
|
|
13678
|
+
* For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon Quick Suite User Guide* .
|
|
13679
13679
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-funnelchartvisual}
|
|
13680
13680
|
*/
|
|
13681
13681
|
FunnelChartVisual?: FunnelChartVisual | undefined;
|
|
13682
13682
|
/**
|
|
13683
13683
|
* A gauge chart.
|
|
13684
13684
|
*
|
|
13685
|
-
* For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon
|
|
13685
|
+
* For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon Quick Suite User Guide* .
|
|
13686
13686
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-gaugechartvisual}
|
|
13687
13687
|
*/
|
|
13688
13688
|
GaugeChartVisual?: GaugeChartVisual | undefined;
|
|
13689
13689
|
/**
|
|
13690
13690
|
* A geospatial map or a points on map visual.
|
|
13691
13691
|
*
|
|
13692
|
-
* For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon
|
|
13692
|
+
* For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon Quick Suite User Guide* .
|
|
13693
13693
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-geospatialmapvisual}
|
|
13694
13694
|
*/
|
|
13695
13695
|
GeospatialMapVisual?: GeospatialMapVisual | undefined;
|
|
13696
13696
|
/**
|
|
13697
13697
|
* A heat map.
|
|
13698
13698
|
*
|
|
13699
|
-
* For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon
|
|
13699
|
+
* For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon Quick Suite User Guide* .
|
|
13700
13700
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-heatmapvisual}
|
|
13701
13701
|
*/
|
|
13702
13702
|
HeatMapVisual?: HeatMapVisual | undefined;
|
|
13703
13703
|
/**
|
|
13704
13704
|
* A histogram.
|
|
13705
13705
|
*
|
|
13706
|
-
* For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon
|
|
13706
|
+
* For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide* .
|
|
13707
13707
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-histogramvisual}
|
|
13708
13708
|
*/
|
|
13709
13709
|
HistogramVisual?: HistogramVisual | undefined;
|
|
13710
13710
|
/**
|
|
13711
13711
|
* An insight visual.
|
|
13712
13712
|
*
|
|
13713
|
-
* For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon
|
|
13713
|
+
* For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon Quick Suite User Guide* .
|
|
13714
13714
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-insightvisual}
|
|
13715
13715
|
*/
|
|
13716
13716
|
InsightVisual?: InsightVisual | undefined;
|
|
13717
13717
|
/**
|
|
13718
13718
|
* A key performance indicator (KPI).
|
|
13719
13719
|
*
|
|
13720
|
-
* For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon
|
|
13720
|
+
* For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide* .
|
|
13721
13721
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-kpivisual}
|
|
13722
13722
|
*/
|
|
13723
13723
|
KPIVisual?: KPIVisual | undefined;
|
|
@@ -13729,21 +13729,21 @@ export type Visual = {
|
|
|
13729
13729
|
/**
|
|
13730
13730
|
* A line chart.
|
|
13731
13731
|
*
|
|
13732
|
-
* For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon
|
|
13732
|
+
* For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon Quick Suite User Guide* .
|
|
13733
13733
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-linechartvisual}
|
|
13734
13734
|
*/
|
|
13735
13735
|
LineChartVisual?: LineChartVisual | undefined;
|
|
13736
13736
|
/**
|
|
13737
13737
|
* A pie or donut chart.
|
|
13738
13738
|
*
|
|
13739
|
-
* For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon
|
|
13739
|
+
* For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon Quick Suite User Guide* .
|
|
13740
13740
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-piechartvisual}
|
|
13741
13741
|
*/
|
|
13742
13742
|
PieChartVisual?: PieChartVisual | undefined;
|
|
13743
13743
|
/**
|
|
13744
13744
|
* A pivot table.
|
|
13745
13745
|
*
|
|
13746
|
-
* For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon
|
|
13746
|
+
* For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon Quick Suite User Guide* .
|
|
13747
13747
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-pivottablevisual}
|
|
13748
13748
|
*/
|
|
13749
13749
|
PivotTableVisual?: PivotTableVisual | undefined;
|
|
@@ -13755,49 +13755,49 @@ export type Visual = {
|
|
|
13755
13755
|
/**
|
|
13756
13756
|
* A radar chart visual.
|
|
13757
13757
|
*
|
|
13758
|
-
* For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon
|
|
13758
|
+
* For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon Quick Suite User Guide* .
|
|
13759
13759
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-radarchartvisual}
|
|
13760
13760
|
*/
|
|
13761
13761
|
RadarChartVisual?: RadarChartVisual | undefined;
|
|
13762
13762
|
/**
|
|
13763
13763
|
* A sankey diagram.
|
|
13764
13764
|
*
|
|
13765
|
-
* For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon
|
|
13765
|
+
* For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon Quick Suite User Guide* .
|
|
13766
13766
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-sankeydiagramvisual}
|
|
13767
13767
|
*/
|
|
13768
13768
|
SankeyDiagramVisual?: SankeyDiagramVisual | undefined;
|
|
13769
13769
|
/**
|
|
13770
13770
|
* A scatter plot.
|
|
13771
13771
|
*
|
|
13772
|
-
* For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon
|
|
13772
|
+
* For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon Quick Suite User Guide* .
|
|
13773
13773
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-scatterplotvisual}
|
|
13774
13774
|
*/
|
|
13775
13775
|
ScatterPlotVisual?: ScatterPlotVisual | undefined;
|
|
13776
13776
|
/**
|
|
13777
13777
|
* A table visual.
|
|
13778
13778
|
*
|
|
13779
|
-
* For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon
|
|
13779
|
+
* For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon Quick Suite User Guide* .
|
|
13780
13780
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-tablevisual}
|
|
13781
13781
|
*/
|
|
13782
13782
|
TableVisual?: TableVisual | undefined;
|
|
13783
13783
|
/**
|
|
13784
13784
|
* A tree map.
|
|
13785
13785
|
*
|
|
13786
|
-
* For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon
|
|
13786
|
+
* For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon Quick Suite User Guide* .
|
|
13787
13787
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-treemapvisual}
|
|
13788
13788
|
*/
|
|
13789
13789
|
TreeMapVisual?: TreeMapVisual | undefined;
|
|
13790
13790
|
/**
|
|
13791
13791
|
* A waterfall chart.
|
|
13792
13792
|
*
|
|
13793
|
-
* For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon
|
|
13793
|
+
* For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon Quick Suite User Guide* .
|
|
13794
13794
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-waterfallvisual}
|
|
13795
13795
|
*/
|
|
13796
13796
|
WaterfallVisual?: WaterfallVisual | undefined;
|
|
13797
13797
|
/**
|
|
13798
13798
|
* A word cloud.
|
|
13799
13799
|
*
|
|
13800
|
-
* For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon
|
|
13800
|
+
* For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon Quick Suite User Guide* .
|
|
13801
13801
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-wordcloudvisual}
|
|
13802
13802
|
*/
|
|
13803
13803
|
WordCloudVisual?: WordCloudVisual | undefined;
|
|
@@ -14116,7 +14116,7 @@ export type WaterfallChartSortConfiguration = {
|
|
|
14116
14116
|
/**
|
|
14117
14117
|
* A waterfall chart.
|
|
14118
14118
|
*
|
|
14119
|
-
* For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon
|
|
14119
|
+
* For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon Quick Suite User Guide* .
|
|
14120
14120
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-waterfallvisual.html}
|
|
14121
14121
|
*/
|
|
14122
14122
|
export type WaterfallVisual = {
|
|
@@ -14328,7 +14328,7 @@ export type WordCloudSortConfiguration = {
|
|
|
14328
14328
|
/**
|
|
14329
14329
|
* A word cloud.
|
|
14330
14330
|
*
|
|
14331
|
-
* For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon
|
|
14331
|
+
* For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon Quick Suite User Guide* .
|
|
14332
14332
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-wordcloudvisual.html}
|
|
14333
14333
|
*/
|
|
14334
14334
|
export type WordCloudVisual = {
|
|
@@ -47,7 +47,7 @@ export type QuickSightCustomPermissionsAttribs = {
|
|
|
47
47
|
Arn: string;
|
|
48
48
|
};
|
|
49
49
|
/**
|
|
50
|
-
* A set of actions that correspond to Amazon
|
|
50
|
+
* A set of actions that correspond to Amazon Quick Sight permissions.
|
|
51
51
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html}
|
|
52
52
|
*/
|
|
53
53
|
export type Capabilities = {
|