@awboost/cfn-resource-types 0.1.225 → 0.1.226
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-EC2-LaunchTemplate.d.ts +1 -1
- package/lib/AWS-EC2-VPCCidrBlock.d.ts +4 -0
- package/lib/AWS-ECS-Service.d.ts +4 -2
- package/lib/AWS-QuickSight-Analysis.d.ts +3 -3
- package/lib/AWS-QuickSight-Dashboard.d.ts +3 -10
- package/lib/AWS-QuickSight-DataSet.d.ts +1 -38
- package/lib/AWS-QuickSight-Template.d.ts +71 -76
- package/package.json +1 -1
|
@@ -733,7 +733,7 @@ export type LaunchTemplateData = {
|
|
|
733
733
|
* The network interfaces for the instance.
|
|
734
734
|
*/
|
|
735
735
|
NetworkInterfaces?: NetworkInterface[];
|
|
736
|
-
NetworkPerformanceOptions?:
|
|
736
|
+
NetworkPerformanceOptions?: any;
|
|
737
737
|
/**
|
|
738
738
|
* The placement for the instance.
|
|
739
739
|
*/
|
|
@@ -25,6 +25,10 @@ export type EC2VPCCidrBlockProperties = {
|
|
|
25
25
|
* An IPv6 CIDR block from the IPv6 address pool.
|
|
26
26
|
*/
|
|
27
27
|
Ipv6CidrBlock?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The name of the location from which we advertise the IPV6 CIDR block.
|
|
30
|
+
*/
|
|
31
|
+
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
28
32
|
/**
|
|
29
33
|
* The ID of the IPv6 IPAM pool to Associate a CIDR from to a VPC.
|
|
30
34
|
*/
|
package/lib/AWS-ECS-Service.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export type ECSServiceProperties = {
|
|
|
15
15
|
/**
|
|
16
16
|
* The capacity provider strategy to use for the service.
|
|
17
17
|
If a ``capacityProviderStrategy`` is specified, the ``launchType`` parameter must be omitted. If no ``capacityProviderStrategy`` or ``launchType`` is specified, the ``defaultCapacityProviderStrategy`` for the cluster is used.
|
|
18
|
-
A capacity provider strategy
|
|
18
|
+
A capacity provider strategy can contain a maximum of 20 capacity providers.
|
|
19
19
|
*/
|
|
20
20
|
CapacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
21
21
|
/**
|
|
@@ -245,13 +245,15 @@ export type DeploymentConfiguration = {
|
|
|
245
245
|
DeploymentCircuitBreaker?: DeploymentCircuitBreaker;
|
|
246
246
|
/**
|
|
247
247
|
* If a service is using the rolling update (``ECS``) deployment type, the ``maximumPercent`` parameter represents an upper limit on the number of your service's tasks that are allowed in the ``RUNNING`` or ``PENDING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the ``REPLICA`` service scheduler and has a ``desiredCount`` of four tasks and a ``maximumPercent`` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default ``maximumPercent`` value for a service using the ``REPLICA`` service scheduler is 200%.
|
|
248
|
+
The Amazon ECS scheduler uses this parameter to replace unhealthy tasks by starting replacement tasks first and then stopping the unhealthy tasks, as long as cluster resources for starting replacement tasks are available. For more information about how the scheduler replaces unhealthy tasks, see [Amazon ECS services](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html).
|
|
248
249
|
If a service is using either the blue/green (``CODE_DEPLOY``) or ``EXTERNAL`` deployment types, and tasks in the service use the EC2 launch type, the *maximum percent* value is set to the default value. The *maximum percent* value is used to define the upper limit on the number of the tasks in the service that remain in the ``RUNNING`` state while the container instances are in the ``DRAINING`` state.
|
|
249
250
|
You can't specify a custom ``maximumPercent`` value for a service that uses either the blue/green (``CODE_DEPLOY``) or ``EXTERNAL`` deployment types and has tasks that use the EC2 launch type.
|
|
250
|
-
If the tasks in the service use the Fargate launch type, the maximum percent value is not used
|
|
251
|
+
If the service uses either the blue/green (``CODE_DEPLOY``) or ``EXTERNAL`` deployment types, and the tasks in the service use the Fargate launch type, the maximum percent value is not used. The value is still returned when describing your service.
|
|
251
252
|
*/
|
|
252
253
|
MaximumPercent?: number;
|
|
253
254
|
/**
|
|
254
255
|
* If a service is using the rolling update (``ECS``) deployment type, the ``minimumHealthyPercent`` represents a lower limit on the number of your service's tasks that must remain in the ``RUNNING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded up to the nearest integer). This parameter enables you to deploy without using additional cluster capacity. For example, if your service has a ``desiredCount`` of four tasks and a ``minimumHealthyPercent`` of 50%, the service scheduler may stop two existing tasks to free up cluster capacity before starting two new tasks.
|
|
256
|
+
If any tasks are unhealthy and if ``maximumPercent`` doesn't allow the Amazon ECS scheduler to start replacement tasks, the scheduler stops the unhealthy tasks one-by-one — using the ``minimumHealthyPercent`` as a constraint — to clear up capacity to launch replacement tasks. For more information about how the scheduler replaces unhealthy tasks, see [Amazon ECS services](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html) .
|
|
255
257
|
For services that *do not* use a load balancer, the following should be noted:
|
|
256
258
|
+ A service is considered healthy if all essential containers within the tasks in the service pass their health checks.
|
|
257
259
|
+ If a task has no essential containers with a health check defined, the service scheduler will wait for 40 seconds after a task reaches a ``RUNNING`` state before the task is counted towards the minimum healthy percent total.
|
|
@@ -3217,7 +3217,7 @@ export type GeospatialLayerJoinDefinition = {
|
|
|
3217
3217
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayermapconfiguration.html}
|
|
3218
3218
|
*/
|
|
3219
3219
|
export type GeospatialLayerMapConfiguration = {
|
|
3220
|
-
Interactions?:
|
|
3220
|
+
Interactions?: any;
|
|
3221
3221
|
Legend?: LegendOptions;
|
|
3222
3222
|
MapLayers?: GeospatialLayerItem[];
|
|
3223
3223
|
MapState?: GeospatialMapState;
|
|
@@ -3287,7 +3287,7 @@ export type GeospatialMapAggregatedFieldWells = {
|
|
|
3287
3287
|
*/
|
|
3288
3288
|
export type GeospatialMapConfiguration = {
|
|
3289
3289
|
FieldWells?: GeospatialMapFieldWells;
|
|
3290
|
-
Interactions?:
|
|
3290
|
+
Interactions?: any;
|
|
3291
3291
|
Legend?: LegendOptions;
|
|
3292
3292
|
MapStyleOptions?: GeospatialMapStyleOptions;
|
|
3293
3293
|
PointStyleOptions?: GeospatialPointStyleOptions;
|
|
@@ -3825,7 +3825,7 @@ export type ImageInteractionOptions = {
|
|
|
3825
3825
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imagemenuoption.html}
|
|
3826
3826
|
*/
|
|
3827
3827
|
export type ImageMenuOption = {
|
|
3828
|
-
AvailabilityStatus?:
|
|
3828
|
+
AvailabilityStatus?: any;
|
|
3829
3829
|
};
|
|
3830
3830
|
/**
|
|
3831
3831
|
* Type definition for `AWS::QuickSight::Analysis.ImageStaticFile`.
|
|
@@ -1636,7 +1636,7 @@ export type DashboardPublishOptions = {
|
|
|
1636
1636
|
*/
|
|
1637
1637
|
SheetLayoutElementMaximizationOption?: SheetLayoutElementMaximizationOption;
|
|
1638
1638
|
VisualAxisSortOption?: VisualAxisSortOption;
|
|
1639
|
-
VisualMenuOption?:
|
|
1639
|
+
VisualMenuOption?: any;
|
|
1640
1640
|
/**
|
|
1641
1641
|
* <p>The visual publish options of a visual in a dashboard</p>
|
|
1642
1642
|
*/
|
|
@@ -3620,7 +3620,7 @@ export type GeospatialLayerJoinDefinition = {
|
|
|
3620
3620
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayermapconfiguration.html}
|
|
3621
3621
|
*/
|
|
3622
3622
|
export type GeospatialLayerMapConfiguration = {
|
|
3623
|
-
Interactions?:
|
|
3623
|
+
Interactions?: any;
|
|
3624
3624
|
Legend?: LegendOptions;
|
|
3625
3625
|
MapLayers?: GeospatialLayerItem[];
|
|
3626
3626
|
MapState?: GeospatialMapState;
|
|
@@ -3690,7 +3690,7 @@ export type GeospatialMapAggregatedFieldWells = {
|
|
|
3690
3690
|
*/
|
|
3691
3691
|
export type GeospatialMapConfiguration = {
|
|
3692
3692
|
FieldWells?: GeospatialMapFieldWells;
|
|
3693
|
-
Interactions?:
|
|
3693
|
+
Interactions?: any;
|
|
3694
3694
|
Legend?: LegendOptions;
|
|
3695
3695
|
MapStyleOptions?: GeospatialMapStyleOptions;
|
|
3696
3696
|
PointStyleOptions?: GeospatialPointStyleOptions;
|
|
@@ -8332,13 +8332,6 @@ export type VisualCustomActionOperation = {
|
|
|
8332
8332
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visualcustomactiontrigger.html}
|
|
8333
8333
|
*/
|
|
8334
8334
|
export type VisualCustomActionTrigger = "DATA_POINT_CLICK" | "DATA_POINT_MENU";
|
|
8335
|
-
/**
|
|
8336
|
-
* Type definition for `AWS::QuickSight::Dashboard.VisualMenuOption`.
|
|
8337
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visualmenuoption.html}
|
|
8338
|
-
*/
|
|
8339
|
-
export type VisualMenuOption = {
|
|
8340
|
-
AvailabilityStatus?: DashboardBehavior;
|
|
8341
|
-
};
|
|
8342
8335
|
/**
|
|
8343
8336
|
* Type definition for `AWS::QuickSight::Dashboard.VisualPalette`.
|
|
8344
8337
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visualpalette.html}
|
|
@@ -465,11 +465,6 @@ export type FieldFolder = {
|
|
|
465
465
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-fieldfoldermap.html}
|
|
466
466
|
*/
|
|
467
467
|
export type FieldFolderMap = Record<string, FieldFolder>;
|
|
468
|
-
/**
|
|
469
|
-
* Type definition for `AWS::QuickSight::DataSet.FileFormat`.
|
|
470
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-fileformat.html}
|
|
471
|
-
*/
|
|
472
|
-
export type FileFormat = "CSV" | "TSV" | "CLF" | "ELF" | "XLSX" | "JSON";
|
|
473
468
|
/**
|
|
474
469
|
* Type definition for `AWS::QuickSight::DataSet.FilterOperation`.
|
|
475
470
|
* <p>A transform operation that filters rows based on a condition.</p>
|
|
@@ -1063,10 +1058,7 @@ export type S3Source = {
|
|
|
1063
1058
|
* @maxLength `2048`
|
|
1064
1059
|
*/
|
|
1065
1060
|
InputColumns: InputColumn[];
|
|
1066
|
-
|
|
1067
|
-
* <p>Information about the format for a source file or files.</p>
|
|
1068
|
-
*/
|
|
1069
|
-
UploadSettings?: UploadSettings;
|
|
1061
|
+
UploadSettings?: any;
|
|
1070
1062
|
};
|
|
1071
1063
|
/**
|
|
1072
1064
|
* Type definition for `AWS::QuickSight::DataSet.Status`.
|
|
@@ -1154,11 +1146,6 @@ export type TagColumnOperation = {
|
|
|
1154
1146
|
*/
|
|
1155
1147
|
Tags: ColumnTag[];
|
|
1156
1148
|
};
|
|
1157
|
-
/**
|
|
1158
|
-
* Type definition for `AWS::QuickSight::DataSet.TextQualifier`.
|
|
1159
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-textqualifier.html}
|
|
1160
|
-
*/
|
|
1161
|
-
export type TextQualifier = "DOUBLE_QUOTE" | "SINGLE_QUOTE";
|
|
1162
1149
|
/**
|
|
1163
1150
|
* Type definition for `AWS::QuickSight::DataSet.TimeGranularity`.
|
|
1164
1151
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-timegranularity.html}
|
|
@@ -1234,30 +1221,6 @@ export type UntagColumnOperation = {
|
|
|
1234
1221
|
*/
|
|
1235
1222
|
TagNames: ColumnTagName[];
|
|
1236
1223
|
};
|
|
1237
|
-
/**
|
|
1238
|
-
* Type definition for `AWS::QuickSight::DataSet.UploadSettings`.
|
|
1239
|
-
* <p>Information about the format for a source file or files.</p>
|
|
1240
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html}
|
|
1241
|
-
*/
|
|
1242
|
-
export type UploadSettings = {
|
|
1243
|
-
/**
|
|
1244
|
-
* <p>Whether the file has a header row, or the files each have a header row.</p>
|
|
1245
|
-
*/
|
|
1246
|
-
ContainsHeader?: boolean;
|
|
1247
|
-
/**
|
|
1248
|
-
* <p>The delimiter between values in the file.</p>
|
|
1249
|
-
* @minLength `1`
|
|
1250
|
-
* @maxLength `1`
|
|
1251
|
-
*/
|
|
1252
|
-
Delimiter?: string;
|
|
1253
|
-
Format?: FileFormat;
|
|
1254
|
-
/**
|
|
1255
|
-
* <p>A row number to start reading data from.</p>
|
|
1256
|
-
* @min `1`
|
|
1257
|
-
*/
|
|
1258
|
-
StartFromRow?: number;
|
|
1259
|
-
TextQualifier?: TextQualifier;
|
|
1260
|
-
};
|
|
1261
1224
|
/**
|
|
1262
1225
|
* Definition of the AWS::QuickSight::DataSet Resource Type.
|
|
1263
1226
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html}
|
|
@@ -281,7 +281,7 @@ export type QuickSightTemplateAttributes = {
|
|
|
281
281
|
ImageContentAltText: string;
|
|
282
282
|
Interactions: {
|
|
283
283
|
ImageMenuOption: {
|
|
284
|
-
AvailabilityStatus:
|
|
284
|
+
AvailabilityStatus: any;
|
|
285
285
|
};
|
|
286
286
|
};
|
|
287
287
|
Scaling: {
|
|
@@ -311,7 +311,7 @@ export type QuickSightTemplateAttributes = {
|
|
|
311
311
|
*/
|
|
312
312
|
PlainText: string;
|
|
313
313
|
};
|
|
314
|
-
Visibility:
|
|
314
|
+
Visibility: any;
|
|
315
315
|
};
|
|
316
316
|
}[];
|
|
317
317
|
/**
|
|
@@ -483,13 +483,13 @@ export type AxisDisplayMinMaxRange = {
|
|
|
483
483
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-axisdisplayoptions.html}
|
|
484
484
|
*/
|
|
485
485
|
export type AxisDisplayOptions = {
|
|
486
|
-
AxisLineVisibility?:
|
|
486
|
+
AxisLineVisibility?: any;
|
|
487
487
|
/**
|
|
488
488
|
* String based length that is composed of value and unit in px
|
|
489
489
|
*/
|
|
490
490
|
AxisOffset?: string;
|
|
491
491
|
DataOptions?: AxisDataOptions;
|
|
492
|
-
GridLineVisibility?:
|
|
492
|
+
GridLineVisibility?: any;
|
|
493
493
|
ScrollbarOptions?: ScrollBarOptions;
|
|
494
494
|
TickLabelOptions?: AxisTickLabelOptions;
|
|
495
495
|
};
|
|
@@ -786,8 +786,8 @@ export type BoxPlotFillStyle = "SOLID" | "TRANSPARENT";
|
|
|
786
786
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-boxplotoptions.html}
|
|
787
787
|
*/
|
|
788
788
|
export type BoxPlotOptions = {
|
|
789
|
-
AllDataPointsVisibility?:
|
|
790
|
-
OutlierVisibility?:
|
|
789
|
+
AllDataPointsVisibility?: any;
|
|
790
|
+
OutlierVisibility?: any;
|
|
791
791
|
StyleOptions?: BoxPlotStyleOptions;
|
|
792
792
|
};
|
|
793
793
|
/**
|
|
@@ -997,8 +997,8 @@ export type ChartAxisLabelOptions = {
|
|
|
997
997
|
* @maxLength `100`
|
|
998
998
|
*/
|
|
999
999
|
AxisLabelOptions?: AxisLabelOptions[];
|
|
1000
|
-
SortIconVisibility?:
|
|
1001
|
-
Visibility?:
|
|
1000
|
+
SortIconVisibility?: any;
|
|
1001
|
+
Visibility?: any;
|
|
1002
1002
|
};
|
|
1003
1003
|
/**
|
|
1004
1004
|
* Type definition for `AWS::QuickSight::Template.ClusterMarker`.
|
|
@@ -1148,7 +1148,7 @@ export type ColumnTooltipItem = {
|
|
|
1148
1148
|
Column: ColumnIdentifier;
|
|
1149
1149
|
Label?: string;
|
|
1150
1150
|
TooltipTarget?: TooltipTarget;
|
|
1151
|
-
Visibility?:
|
|
1151
|
+
Visibility?: any;
|
|
1152
1152
|
};
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Type definition for `AWS::QuickSight::Template.ComboChartAggregatedFieldWells`.
|
|
@@ -1686,7 +1686,7 @@ export type DataLabelContent = "VALUE" | "PERCENT" | "VALUE_AND_PERCENT";
|
|
|
1686
1686
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datalabeloptions.html}
|
|
1687
1687
|
*/
|
|
1688
1688
|
export type DataLabelOptions = {
|
|
1689
|
-
CategoryLabelVisibility?:
|
|
1689
|
+
CategoryLabelVisibility?: any;
|
|
1690
1690
|
/**
|
|
1691
1691
|
* @minLength `0`
|
|
1692
1692
|
* @maxLength `100`
|
|
@@ -1698,11 +1698,11 @@ export type DataLabelOptions = {
|
|
|
1698
1698
|
LabelColor?: string;
|
|
1699
1699
|
LabelContent?: DataLabelContent;
|
|
1700
1700
|
LabelFontConfiguration?: FontConfiguration;
|
|
1701
|
-
MeasureLabelVisibility?:
|
|
1701
|
+
MeasureLabelVisibility?: any;
|
|
1702
1702
|
Overlap?: DataLabelOverlap;
|
|
1703
1703
|
Position?: DataLabelPosition;
|
|
1704
|
-
TotalsVisibility?:
|
|
1705
|
-
Visibility?:
|
|
1704
|
+
TotalsVisibility?: any;
|
|
1705
|
+
Visibility?: any;
|
|
1706
1706
|
};
|
|
1707
1707
|
/**
|
|
1708
1708
|
* Type definition for `AWS::QuickSight::Template.DataLabelOverlap`.
|
|
@@ -1752,7 +1752,7 @@ export type DataPathLabelType = {
|
|
|
1752
1752
|
* @maxLength `2048`
|
|
1753
1753
|
*/
|
|
1754
1754
|
FieldValue?: string;
|
|
1755
|
-
Visibility?:
|
|
1755
|
+
Visibility?: any;
|
|
1756
1756
|
};
|
|
1757
1757
|
/**
|
|
1758
1758
|
* Type definition for `AWS::QuickSight::Template.DataPathSort`.
|
|
@@ -1850,7 +1850,7 @@ export type DateAggregationFunction = "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"
|
|
|
1850
1850
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-dateaxisoptions.html}
|
|
1851
1851
|
*/
|
|
1852
1852
|
export type DateAxisOptions = {
|
|
1853
|
-
MissingDateVisibility?:
|
|
1853
|
+
MissingDateVisibility?: any;
|
|
1854
1854
|
};
|
|
1855
1855
|
/**
|
|
1856
1856
|
* Type definition for `AWS::QuickSight::Template.DateDimensionField`.
|
|
@@ -2189,7 +2189,7 @@ export type DimensionField = {
|
|
|
2189
2189
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-donutcenteroptions.html}
|
|
2190
2190
|
*/
|
|
2191
2191
|
export type DonutCenterOptions = {
|
|
2192
|
-
LabelVisibility?:
|
|
2192
|
+
LabelVisibility?: any;
|
|
2193
2193
|
};
|
|
2194
2194
|
/**
|
|
2195
2195
|
* Type definition for `AWS::QuickSight::Template.DonutOptions`.
|
|
@@ -2293,7 +2293,7 @@ export type ExplicitHierarchy = {
|
|
|
2293
2293
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-fieldbasedtooltip.html}
|
|
2294
2294
|
*/
|
|
2295
2295
|
export type FieldBasedTooltip = {
|
|
2296
|
-
AggregationVisibility?:
|
|
2296
|
+
AggregationVisibility?: any;
|
|
2297
2297
|
/**
|
|
2298
2298
|
* @minLength `0`
|
|
2299
2299
|
* @maxLength `100`
|
|
@@ -2311,7 +2311,7 @@ export type FieldLabelType = {
|
|
|
2311
2311
|
* @maxLength `512`
|
|
2312
2312
|
*/
|
|
2313
2313
|
FieldId?: string;
|
|
2314
|
-
Visibility?:
|
|
2314
|
+
Visibility?: any;
|
|
2315
2315
|
};
|
|
2316
2316
|
/**
|
|
2317
2317
|
* Type definition for `AWS::QuickSight::Template.FieldSeriesItem`.
|
|
@@ -2358,7 +2358,7 @@ export type FieldTooltipItem = {
|
|
|
2358
2358
|
FieldId: string;
|
|
2359
2359
|
Label?: string;
|
|
2360
2360
|
TooltipTarget?: TooltipTarget;
|
|
2361
|
-
Visibility?:
|
|
2361
|
+
Visibility?: any;
|
|
2362
2362
|
};
|
|
2363
2363
|
/**
|
|
2364
2364
|
* Type definition for `AWS::QuickSight::Template.FilledMapAggregatedFieldWells`.
|
|
@@ -2944,7 +2944,7 @@ export type FreeFormLayoutElement = {
|
|
|
2944
2944
|
*/
|
|
2945
2945
|
RenderingRules?: SheetElementRenderingRule[];
|
|
2946
2946
|
SelectedBorderStyle?: FreeFormLayoutElementBorderStyle;
|
|
2947
|
-
Visibility?:
|
|
2947
|
+
Visibility?: any;
|
|
2948
2948
|
/**
|
|
2949
2949
|
* String based length that is composed of value and unit in px
|
|
2950
2950
|
*/
|
|
@@ -2967,7 +2967,7 @@ export type FreeFormLayoutElementBackgroundStyle = {
|
|
|
2967
2967
|
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
2968
2968
|
*/
|
|
2969
2969
|
Color?: string;
|
|
2970
|
-
Visibility?:
|
|
2970
|
+
Visibility?: any;
|
|
2971
2971
|
};
|
|
2972
2972
|
/**
|
|
2973
2973
|
* Type definition for `AWS::QuickSight::Template.FreeFormLayoutElementBorderStyle`.
|
|
@@ -2978,7 +2978,7 @@ export type FreeFormLayoutElementBorderStyle = {
|
|
|
2978
2978
|
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
2979
2979
|
*/
|
|
2980
2980
|
Color?: string;
|
|
2981
|
-
Visibility?:
|
|
2981
|
+
Visibility?: any;
|
|
2982
2982
|
};
|
|
2983
2983
|
/**
|
|
2984
2984
|
* Type definition for `AWS::QuickSight::Template.FreeFormLayoutScreenCanvasSizeOptions`.
|
|
@@ -3035,16 +3035,16 @@ export type FunnelChartConfiguration = {
|
|
|
3035
3035
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-funnelchartdatalabeloptions.html}
|
|
3036
3036
|
*/
|
|
3037
3037
|
export type FunnelChartDataLabelOptions = {
|
|
3038
|
-
CategoryLabelVisibility?:
|
|
3038
|
+
CategoryLabelVisibility?: any;
|
|
3039
3039
|
/**
|
|
3040
3040
|
* @pattern `^#[A-F0-9]{6}$`
|
|
3041
3041
|
*/
|
|
3042
3042
|
LabelColor?: string;
|
|
3043
3043
|
LabelFontConfiguration?: FontConfiguration;
|
|
3044
3044
|
MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle;
|
|
3045
|
-
MeasureLabelVisibility?:
|
|
3045
|
+
MeasureLabelVisibility?: any;
|
|
3046
3046
|
Position?: DataLabelPosition;
|
|
3047
|
-
Visibility?:
|
|
3047
|
+
Visibility?: any;
|
|
3048
3048
|
};
|
|
3049
3049
|
/**
|
|
3050
3050
|
* Type definition for `AWS::QuickSight::Template.FunnelChartFieldWells`.
|
|
@@ -3702,7 +3702,7 @@ export type ImageInteractionOptions = {
|
|
|
3702
3702
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-imagemenuoption.html}
|
|
3703
3703
|
*/
|
|
3704
3704
|
export type ImageMenuOption = {
|
|
3705
|
-
AvailabilityStatus?:
|
|
3705
|
+
AvailabilityStatus?: any;
|
|
3706
3706
|
};
|
|
3707
3707
|
/**
|
|
3708
3708
|
* Type definition for `AWS::QuickSight::Template.InnerFilter`.
|
|
@@ -3918,9 +3918,9 @@ export type KPISparklineOptions = {
|
|
|
3918
3918
|
* @pattern `^#[A-F0-9]{6}$`
|
|
3919
3919
|
*/
|
|
3920
3920
|
Color?: string;
|
|
3921
|
-
TooltipVisibility?:
|
|
3921
|
+
TooltipVisibility?: any;
|
|
3922
3922
|
Type: KPISparklineType;
|
|
3923
|
-
Visibility?:
|
|
3923
|
+
Visibility?: any;
|
|
3924
3924
|
};
|
|
3925
3925
|
/**
|
|
3926
3926
|
* Type definition for `AWS::QuickSight::Template.KPISparklineType`.
|
|
@@ -3984,7 +3984,7 @@ export type KPIVisualStandardLayoutType = "CLASSIC" | "VERTICAL";
|
|
|
3984
3984
|
export type LabelOptions = {
|
|
3985
3985
|
CustomLabel?: string;
|
|
3986
3986
|
FontConfiguration?: FontConfiguration;
|
|
3987
|
-
Visibility?:
|
|
3987
|
+
Visibility?: any;
|
|
3988
3988
|
};
|
|
3989
3989
|
/**
|
|
3990
3990
|
* Type definition for `AWS::QuickSight::Template.Layout`.
|
|
@@ -4019,7 +4019,7 @@ export type LegendOptions = {
|
|
|
4019
4019
|
Position?: LegendPosition;
|
|
4020
4020
|
Title?: LabelOptions;
|
|
4021
4021
|
ValueFontConfiguration?: FontConfiguration;
|
|
4022
|
-
Visibility?:
|
|
4022
|
+
Visibility?: any;
|
|
4023
4023
|
/**
|
|
4024
4024
|
* String based length that is composed of value and unit in px
|
|
4025
4025
|
*/
|
|
@@ -4126,7 +4126,7 @@ export type LineChartLineStyle = "SOLID" | "DOTTED" | "DASHED";
|
|
|
4126
4126
|
export type LineChartLineStyleSettings = {
|
|
4127
4127
|
LineInterpolation?: LineInterpolation;
|
|
4128
4128
|
LineStyle?: LineChartLineStyle;
|
|
4129
|
-
LineVisibility?:
|
|
4129
|
+
LineVisibility?: any;
|
|
4130
4130
|
/**
|
|
4131
4131
|
* String based length that is composed of value and unit in px
|
|
4132
4132
|
*/
|
|
@@ -4151,7 +4151,7 @@ export type LineChartMarkerStyleSettings = {
|
|
|
4151
4151
|
* String based length that is composed of value and unit in px
|
|
4152
4152
|
*/
|
|
4153
4153
|
MarkerSize?: string;
|
|
4154
|
-
MarkerVisibility?:
|
|
4154
|
+
MarkerVisibility?: any;
|
|
4155
4155
|
};
|
|
4156
4156
|
/**
|
|
4157
4157
|
* Type definition for `AWS::QuickSight::Template.LineChartSeriesSettings`.
|
|
@@ -4247,21 +4247,21 @@ export type ListControlDisplayOptions = {
|
|
|
4247
4247
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-listcontrolsearchoptions.html}
|
|
4248
4248
|
*/
|
|
4249
4249
|
export type ListControlSearchOptions = {
|
|
4250
|
-
Visibility?:
|
|
4250
|
+
Visibility?: any;
|
|
4251
4251
|
};
|
|
4252
4252
|
/**
|
|
4253
4253
|
* Type definition for `AWS::QuickSight::Template.ListControlSelectAllOptions`.
|
|
4254
4254
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-listcontrolselectalloptions.html}
|
|
4255
4255
|
*/
|
|
4256
4256
|
export type ListControlSelectAllOptions = {
|
|
4257
|
-
Visibility?:
|
|
4257
|
+
Visibility?: any;
|
|
4258
4258
|
};
|
|
4259
4259
|
/**
|
|
4260
4260
|
* Type definition for `AWS::QuickSight::Template.LoadingAnimation`.
|
|
4261
4261
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-loadinganimation.html}
|
|
4262
4262
|
*/
|
|
4263
4263
|
export type LoadingAnimation = {
|
|
4264
|
-
Visibility?:
|
|
4264
|
+
Visibility?: any;
|
|
4265
4265
|
};
|
|
4266
4266
|
/**
|
|
4267
4267
|
* Type definition for `AWS::QuickSight::Template.LocalNavigationConfiguration`.
|
|
@@ -4318,7 +4318,7 @@ export type MapZoomMode = "AUTO" | "MANUAL";
|
|
|
4318
4318
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-maximumlabeltype.html}
|
|
4319
4319
|
*/
|
|
4320
4320
|
export type MaximumLabelType = {
|
|
4321
|
-
Visibility?:
|
|
4321
|
+
Visibility?: any;
|
|
4322
4322
|
};
|
|
4323
4323
|
/**
|
|
4324
4324
|
* Type definition for `AWS::QuickSight::Template.MaximumMinimumComputation`.
|
|
@@ -4372,7 +4372,7 @@ export type MetricComparisonComputation = {
|
|
|
4372
4372
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-minimumlabeltype.html}
|
|
4373
4373
|
*/
|
|
4374
4374
|
export type MinimumLabelType = {
|
|
4375
|
-
Visibility?:
|
|
4375
|
+
Visibility?: any;
|
|
4376
4376
|
};
|
|
4377
4377
|
/**
|
|
4378
4378
|
* Type definition for `AWS::QuickSight::Template.MissingDataConfiguration`.
|
|
@@ -4634,7 +4634,7 @@ export type PanelConfiguration = {
|
|
|
4634
4634
|
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
4635
4635
|
*/
|
|
4636
4636
|
BackgroundColor?: string;
|
|
4637
|
-
BackgroundVisibility?:
|
|
4637
|
+
BackgroundVisibility?: any;
|
|
4638
4638
|
/**
|
|
4639
4639
|
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
4640
4640
|
*/
|
|
@@ -4644,12 +4644,12 @@ export type PanelConfiguration = {
|
|
|
4644
4644
|
* String based length that is composed of value and unit in px
|
|
4645
4645
|
*/
|
|
4646
4646
|
BorderThickness?: string;
|
|
4647
|
-
BorderVisibility?:
|
|
4647
|
+
BorderVisibility?: any;
|
|
4648
4648
|
/**
|
|
4649
4649
|
* String based length that is composed of value and unit in px
|
|
4650
4650
|
*/
|
|
4651
4651
|
GutterSpacing?: string;
|
|
4652
|
-
GutterVisibility?:
|
|
4652
|
+
GutterVisibility?: any;
|
|
4653
4653
|
Title?: PanelTitleOptions;
|
|
4654
4654
|
};
|
|
4655
4655
|
/**
|
|
@@ -4659,7 +4659,7 @@ export type PanelConfiguration = {
|
|
|
4659
4659
|
export type PanelTitleOptions = {
|
|
4660
4660
|
FontConfiguration?: FontConfiguration;
|
|
4661
4661
|
HorizontalTextAlignment?: HorizontalTextAlignment;
|
|
4662
|
-
Visibility?:
|
|
4662
|
+
Visibility?: any;
|
|
4663
4663
|
};
|
|
4664
4664
|
/**
|
|
4665
4665
|
* Type definition for `AWS::QuickSight::Template.PaperOrientation`.
|
|
@@ -5197,7 +5197,7 @@ export type PivotTableFieldOption = {
|
|
|
5197
5197
|
* @maxLength `512`
|
|
5198
5198
|
*/
|
|
5199
5199
|
FieldId: string;
|
|
5200
|
-
Visibility?:
|
|
5200
|
+
Visibility?: any;
|
|
5201
5201
|
};
|
|
5202
5202
|
/**
|
|
5203
5203
|
* Type definition for `AWS::QuickSight::Template.PivotTableFieldOptions`.
|
|
@@ -5245,9 +5245,9 @@ export type PivotTableMetricPlacement = "ROW" | "COLUMN";
|
|
|
5245
5245
|
*/
|
|
5246
5246
|
export type PivotTableOptions = {
|
|
5247
5247
|
CellStyle?: TableCellStyle;
|
|
5248
|
-
CollapsedRowDimensionsVisibility?:
|
|
5248
|
+
CollapsedRowDimensionsVisibility?: any;
|
|
5249
5249
|
ColumnHeaderStyle?: TableCellStyle;
|
|
5250
|
-
ColumnNamesVisibility?:
|
|
5250
|
+
ColumnNamesVisibility?: any;
|
|
5251
5251
|
/**
|
|
5252
5252
|
* String based length that is composed of value and unit in px
|
|
5253
5253
|
*/
|
|
@@ -5258,16 +5258,16 @@ export type PivotTableOptions = {
|
|
|
5258
5258
|
RowHeaderStyle?: TableCellStyle;
|
|
5259
5259
|
RowsLabelOptions?: PivotTableRowsLabelOptions;
|
|
5260
5260
|
RowsLayout?: PivotTableRowsLayout;
|
|
5261
|
-
SingleMetricVisibility?:
|
|
5262
|
-
ToggleButtonsVisibility?:
|
|
5261
|
+
SingleMetricVisibility?: any;
|
|
5262
|
+
ToggleButtonsVisibility?: any;
|
|
5263
5263
|
};
|
|
5264
5264
|
/**
|
|
5265
5265
|
* Type definition for `AWS::QuickSight::Template.PivotTablePaginatedReportOptions`.
|
|
5266
5266
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablepaginatedreportoptions.html}
|
|
5267
5267
|
*/
|
|
5268
5268
|
export type PivotTablePaginatedReportOptions = {
|
|
5269
|
-
OverflowColumnHeaderVisibility?:
|
|
5270
|
-
VerticalOverflowVisibility?:
|
|
5269
|
+
OverflowColumnHeaderVisibility?: any;
|
|
5270
|
+
VerticalOverflowVisibility?: any;
|
|
5271
5271
|
};
|
|
5272
5272
|
/**
|
|
5273
5273
|
* Type definition for `AWS::QuickSight::Template.PivotTableRowsLabelOptions`.
|
|
@@ -5279,7 +5279,7 @@ export type PivotTableRowsLabelOptions = {
|
|
|
5279
5279
|
* @maxLength `1024`
|
|
5280
5280
|
*/
|
|
5281
5281
|
CustomLabel?: string;
|
|
5282
|
-
Visibility?:
|
|
5282
|
+
Visibility?: any;
|
|
5283
5283
|
};
|
|
5284
5284
|
/**
|
|
5285
5285
|
* Type definition for `AWS::QuickSight::Template.PivotTableRowsLayout`.
|
|
@@ -5362,7 +5362,7 @@ export type PivotTotalOptions = {
|
|
|
5362
5362
|
*/
|
|
5363
5363
|
TotalAggregationOptions?: TotalAggregationOption[];
|
|
5364
5364
|
TotalCellStyle?: TableCellStyle;
|
|
5365
|
-
TotalsVisibility?:
|
|
5365
|
+
TotalsVisibility?: any;
|
|
5366
5366
|
ValueCellStyle?: TableCellStyle;
|
|
5367
5367
|
};
|
|
5368
5368
|
/**
|
|
@@ -5498,7 +5498,7 @@ export type PrimaryValueDisplayType = "HIDDEN" | "COMPARISON" | "ACTUAL";
|
|
|
5498
5498
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-progressbaroptions.html}
|
|
5499
5499
|
*/
|
|
5500
5500
|
export type ProgressBarOptions = {
|
|
5501
|
-
Visibility?:
|
|
5501
|
+
Visibility?: any;
|
|
5502
5502
|
};
|
|
5503
5503
|
/**
|
|
5504
5504
|
* Type definition for `AWS::QuickSight::Template.QueryExecutionMode`.
|
|
@@ -5538,7 +5538,7 @@ export type RadarChartAggregatedFieldWells = {
|
|
|
5538
5538
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-radarchartareastylesettings.html}
|
|
5539
5539
|
*/
|
|
5540
5540
|
export type RadarChartAreaStyleSettings = {
|
|
5541
|
-
Visibility?:
|
|
5541
|
+
Visibility?: any;
|
|
5542
5542
|
};
|
|
5543
5543
|
/**
|
|
5544
5544
|
* Type definition for `AWS::QuickSight::Template.RadarChartAxesRangeScale`.
|
|
@@ -5550,7 +5550,7 @@ export type RadarChartAxesRangeScale = "AUTO" | "INDEPENDENT" | "SHARED";
|
|
|
5550
5550
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-radarchartconfiguration.html}
|
|
5551
5551
|
*/
|
|
5552
5552
|
export type RadarChartConfiguration = {
|
|
5553
|
-
AlternateBandColorsVisibility?:
|
|
5553
|
+
AlternateBandColorsVisibility?: any;
|
|
5554
5554
|
/**
|
|
5555
5555
|
* @pattern `^#[A-F0-9]{6}$`
|
|
5556
5556
|
*/
|
|
@@ -5648,7 +5648,7 @@ export type RadarChartVisual = {
|
|
|
5648
5648
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rangeendslabeltype.html}
|
|
5649
5649
|
*/
|
|
5650
5650
|
export type RangeEndsLabelType = {
|
|
5651
|
-
Visibility?:
|
|
5651
|
+
Visibility?: any;
|
|
5652
5652
|
};
|
|
5653
5653
|
/**
|
|
5654
5654
|
* Type definition for `AWS::QuickSight::Template.ReferenceLine`.
|
|
@@ -6084,7 +6084,7 @@ export type ScatterPlotVisual = {
|
|
|
6084
6084
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-scrollbaroptions.html}
|
|
6085
6085
|
*/
|
|
6086
6086
|
export type ScrollBarOptions = {
|
|
6087
|
-
Visibility?:
|
|
6087
|
+
Visibility?: any;
|
|
6088
6088
|
VisibleRange?: VisibleRangeOptions;
|
|
6089
6089
|
};
|
|
6090
6090
|
/**
|
|
@@ -6092,7 +6092,7 @@ export type ScrollBarOptions = {
|
|
|
6092
6092
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-secondaryvalueoptions.html}
|
|
6093
6093
|
*/
|
|
6094
6094
|
export type SecondaryValueOptions = {
|
|
6095
|
-
Visibility?:
|
|
6095
|
+
Visibility?: any;
|
|
6096
6096
|
};
|
|
6097
6097
|
/**
|
|
6098
6098
|
* Type definition for `AWS::QuickSight::Template.SectionAfterPageBreak`.
|
|
@@ -6273,7 +6273,7 @@ export type SheetControlInfoIconLabelOptions = {
|
|
|
6273
6273
|
* @maxLength `100`
|
|
6274
6274
|
*/
|
|
6275
6275
|
InfoIconText?: string;
|
|
6276
|
-
Visibility?:
|
|
6276
|
+
Visibility?: any;
|
|
6277
6277
|
};
|
|
6278
6278
|
/**
|
|
6279
6279
|
* Type definition for `AWS::QuickSight::Template.SheetControlLayout`.
|
|
@@ -6367,7 +6367,7 @@ export type SheetDefinition = {
|
|
|
6367
6367
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetelementconfigurationoverrides.html}
|
|
6368
6368
|
*/
|
|
6369
6369
|
export type SheetElementConfigurationOverrides = {
|
|
6370
|
-
Visibility?:
|
|
6370
|
+
Visibility?: any;
|
|
6371
6371
|
};
|
|
6372
6372
|
/**
|
|
6373
6373
|
* Type definition for `AWS::QuickSight::Template.SheetElementRenderingRule`.
|
|
@@ -6444,7 +6444,7 @@ export type SheetImageStaticFileSource = {
|
|
|
6444
6444
|
*/
|
|
6445
6445
|
export type SheetImageTooltipConfiguration = {
|
|
6446
6446
|
TooltipText?: SheetImageTooltipText;
|
|
6447
|
-
Visibility?:
|
|
6447
|
+
Visibility?: any;
|
|
6448
6448
|
};
|
|
6449
6449
|
/**
|
|
6450
6450
|
* Type definition for `AWS::QuickSight::Template.SheetImageTooltipText`.
|
|
@@ -6694,7 +6694,7 @@ export type SubtotalOptions = {
|
|
|
6694
6694
|
*/
|
|
6695
6695
|
StyleTargets?: TableStyleTarget[];
|
|
6696
6696
|
TotalCellStyle?: TableCellStyle;
|
|
6697
|
-
TotalsVisibility?:
|
|
6697
|
+
TotalsVisibility?: any;
|
|
6698
6698
|
ValueCellStyle?: TableCellStyle;
|
|
6699
6699
|
};
|
|
6700
6700
|
/**
|
|
@@ -6777,7 +6777,7 @@ export type TableCellStyle = {
|
|
|
6777
6777
|
HorizontalTextAlignment?: HorizontalTextAlignment;
|
|
6778
6778
|
TextWrap?: TextWrap;
|
|
6779
6779
|
VerticalTextAlignment?: VerticalTextAlignment;
|
|
6780
|
-
Visibility?:
|
|
6780
|
+
Visibility?: any;
|
|
6781
6781
|
};
|
|
6782
6782
|
/**
|
|
6783
6783
|
* Type definition for `AWS::QuickSight::Template.TableConditionalFormatting`.
|
|
@@ -6874,7 +6874,7 @@ export type TableFieldOption = {
|
|
|
6874
6874
|
*/
|
|
6875
6875
|
FieldId: string;
|
|
6876
6876
|
URLStyling?: TableFieldURLConfiguration;
|
|
6877
|
-
Visibility?:
|
|
6877
|
+
Visibility?: any;
|
|
6878
6878
|
/**
|
|
6879
6879
|
* String based length that is composed of value and unit in px
|
|
6880
6880
|
*/
|
|
@@ -6940,8 +6940,8 @@ export type TableOrientation = "VERTICAL" | "HORIZONTAL";
|
|
|
6940
6940
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablepaginatedreportoptions.html}
|
|
6941
6941
|
*/
|
|
6942
6942
|
export type TablePaginatedReportOptions = {
|
|
6943
|
-
OverflowColumnHeaderVisibility?:
|
|
6944
|
-
VerticalOverflowVisibility?:
|
|
6943
|
+
OverflowColumnHeaderVisibility?: any;
|
|
6944
|
+
VerticalOverflowVisibility?: any;
|
|
6945
6945
|
};
|
|
6946
6946
|
/**
|
|
6947
6947
|
* Type definition for `AWS::QuickSight::Template.TablePinnedFieldOptions`.
|
|
@@ -7245,7 +7245,7 @@ export type TextConditionalFormat = {
|
|
|
7245
7245
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-textcontrolplaceholderoptions.html}
|
|
7246
7246
|
*/
|
|
7247
7247
|
export type TextControlPlaceholderOptions = {
|
|
7248
|
-
Visibility?:
|
|
7248
|
+
Visibility?: any;
|
|
7249
7249
|
};
|
|
7250
7250
|
/**
|
|
7251
7251
|
* Type definition for `AWS::QuickSight::Template.TextFieldControlDisplayOptions`.
|
|
@@ -7267,7 +7267,7 @@ export type TextWrap = "NONE" | "WRAP";
|
|
|
7267
7267
|
*/
|
|
7268
7268
|
export type ThousandSeparatorOptions = {
|
|
7269
7269
|
Symbol?: NumericSeparatorSymbol;
|
|
7270
|
-
Visibility?:
|
|
7270
|
+
Visibility?: any;
|
|
7271
7271
|
};
|
|
7272
7272
|
/**
|
|
7273
7273
|
* Type definition for `AWS::QuickSight::Template.TimeBasedForecastProperties`.
|
|
@@ -7385,7 +7385,7 @@ export type TooltipItem = {
|
|
|
7385
7385
|
export type TooltipOptions = {
|
|
7386
7386
|
FieldBasedTooltip?: FieldBasedTooltip;
|
|
7387
7387
|
SelectedTooltipType?: SelectedTooltipType;
|
|
7388
|
-
TooltipVisibility?:
|
|
7388
|
+
TooltipVisibility?: any;
|
|
7389
7389
|
};
|
|
7390
7390
|
/**
|
|
7391
7391
|
* Type definition for `AWS::QuickSight::Template.TooltipTarget`.
|
|
@@ -7525,7 +7525,7 @@ export type TotalOptions = {
|
|
|
7525
7525
|
*/
|
|
7526
7526
|
TotalAggregationOptions?: TotalAggregationOption[];
|
|
7527
7527
|
TotalCellStyle?: TableCellStyle;
|
|
7528
|
-
TotalsVisibility?:
|
|
7528
|
+
TotalsVisibility?: any;
|
|
7529
7529
|
};
|
|
7530
7530
|
/**
|
|
7531
7531
|
* Type definition for `AWS::QuickSight::Template.TreeMapAggregatedFieldWells`.
|
|
@@ -7617,7 +7617,7 @@ export type TreeMapVisual = {
|
|
|
7617
7617
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-trendarrowoptions.html}
|
|
7618
7618
|
*/
|
|
7619
7619
|
export type TrendArrowOptions = {
|
|
7620
|
-
Visibility?:
|
|
7620
|
+
Visibility?: any;
|
|
7621
7621
|
};
|
|
7622
7622
|
/**
|
|
7623
7623
|
* Type definition for `AWS::QuickSight::Template.UnaggregatedField`.
|
|
@@ -7674,11 +7674,6 @@ export type ValueWhenUnsetOption = "RECOMMENDED_VALUE" | "NULL";
|
|
|
7674
7674
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-verticaltextalignment.html}
|
|
7675
7675
|
*/
|
|
7676
7676
|
export type VerticalTextAlignment = "TOP" | "MIDDLE" | "BOTTOM" | "AUTO";
|
|
7677
|
-
/**
|
|
7678
|
-
* Type definition for `AWS::QuickSight::Template.Visibility`.
|
|
7679
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visibility.html}
|
|
7680
|
-
*/
|
|
7681
|
-
export type Visibility = "HIDDEN" | "VISIBLE";
|
|
7682
7677
|
/**
|
|
7683
7678
|
* Type definition for `AWS::QuickSight::Template.VisibleRangeOptions`.
|
|
7684
7679
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visiblerangeoptions.html}
|
|
@@ -7776,7 +7771,7 @@ export type VisualPalette = {
|
|
|
7776
7771
|
*/
|
|
7777
7772
|
export type VisualSubtitleLabelOptions = {
|
|
7778
7773
|
FormatText?: LongFormatText;
|
|
7779
|
-
Visibility?:
|
|
7774
|
+
Visibility?: any;
|
|
7780
7775
|
};
|
|
7781
7776
|
/**
|
|
7782
7777
|
* Type definition for `AWS::QuickSight::Template.VisualTitleLabelOptions`.
|
|
@@ -7784,7 +7779,7 @@ export type VisualSubtitleLabelOptions = {
|
|
|
7784
7779
|
*/
|
|
7785
7780
|
export type VisualTitleLabelOptions = {
|
|
7786
7781
|
FormatText?: ShortFormatText;
|
|
7787
|
-
Visibility?:
|
|
7782
|
+
Visibility?: any;
|
|
7788
7783
|
};
|
|
7789
7784
|
/**
|
|
7790
7785
|
* Type definition for `AWS::QuickSight::Template.WaterfallChartAggregatedFieldWells`.
|