@awboost/cfn-resource-types 0.1.219 → 0.1.221
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/AWS-Bedrock-Agent.d.ts +10 -0
- package/lib/AWS-Bedrock-Prompt.d.ts +208 -1
- package/lib/AWS-DataZone-DataSource.d.ts +23 -1
- package/lib/AWS-EC2-LaunchTemplate.d.ts +1 -1
- package/lib/AWS-EC2-NetworkAcl.d.ts +2 -2
- package/lib/AWS-EC2-NetworkAcl.js +1 -1
- package/lib/AWS-EC2-VPCEndpoint.d.ts +9 -0
- package/lib/AWS-OpenSearchService-Domain.d.ts +18 -0
- package/lib/AWS-QuickSight-Analysis.d.ts +3 -3
- package/lib/AWS-QuickSight-CustomPermissions.d.ts +90 -0
- package/lib/AWS-QuickSight-CustomPermissions.js +12 -0
- 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/lib/AWS-RDS-DBCluster.d.ts +10 -8
- package/lib/AWS-SES-MailManagerRuleSet.d.ts +27 -0
- package/lib/AWS-SageMaker-PartnerApp.d.ts +134 -0
- package/lib/AWS-SageMaker-PartnerApp.js +12 -0
- package/package.json +1 -1
|
@@ -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`.
|
|
@@ -34,7 +34,7 @@ export type RDSDBClusterProperties = {
|
|
|
34
34
|
AssociatedRoles?: DBClusterRole[];
|
|
35
35
|
/**
|
|
36
36
|
* Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
|
|
37
|
-
Valid for Cluster Type: Multi-AZ DB
|
|
37
|
+
Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
|
|
38
38
|
*/
|
|
39
39
|
AutoMinorVersionUpgrade?: boolean;
|
|
40
40
|
/**
|
|
@@ -277,7 +277,8 @@ export type RDSDBClusterProperties = {
|
|
|
277
277
|
MasterUserPassword?: string;
|
|
278
278
|
/**
|
|
279
279
|
* The secret managed by RDS in AWS Secrets Manager for the master user password.
|
|
280
|
-
|
|
280
|
+
When you restore a DB cluster from a snapshot, Amazon RDS generates a new secret instead of reusing the secret specified in the ``SecretArn`` property. This ensures that the restored DB cluster is securely managed with a dedicated secret. To maintain consistent integration with your application, you might need to update resource configurations to reference the newly created secret.
|
|
281
|
+
For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide* and [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the *Amazon Aurora User Guide.*
|
|
281
282
|
*/
|
|
282
283
|
MasterUserSecret?: MasterUserSecret;
|
|
283
284
|
/**
|
|
@@ -291,7 +292,7 @@ export type RDSDBClusterProperties = {
|
|
|
291
292
|
/**
|
|
292
293
|
* The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify ``0``.
|
|
293
294
|
If ``MonitoringRoleArn`` is specified, also set ``MonitoringInterval`` to a value other than ``0``.
|
|
294
|
-
Valid for Cluster Type: Multi-AZ DB clusters
|
|
295
|
+
Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
295
296
|
Valid Values: ``0 | 1 | 5 | 10 | 15 | 30 | 60``
|
|
296
297
|
Default: ``0``
|
|
297
298
|
*/
|
|
@@ -299,7 +300,7 @@ export type RDSDBClusterProperties = {
|
|
|
299
300
|
/**
|
|
300
301
|
* The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example is ``arn:aws:iam:123456789012:role/emaccess``. For information on creating a monitoring role, see [Setting up and enabling Enhanced Monitoring](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) in the *Amazon RDS User Guide*.
|
|
301
302
|
If ``MonitoringInterval`` is set to a value other than ``0``, supply a ``MonitoringRoleArn`` value.
|
|
302
|
-
Valid for Cluster Type: Multi-AZ DB clusters
|
|
303
|
+
Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
303
304
|
*/
|
|
304
305
|
MonitoringRoleArn?: string;
|
|
305
306
|
/**
|
|
@@ -316,19 +317,19 @@ export type RDSDBClusterProperties = {
|
|
|
316
317
|
/**
|
|
317
318
|
* Specifies whether to turn on Performance Insights for the DB cluster.
|
|
318
319
|
For more information, see [Using Amazon Performance Insights](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) in the *Amazon RDS User Guide*.
|
|
319
|
-
Valid for Cluster Type: Multi-AZ DB clusters
|
|
320
|
+
Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
320
321
|
*/
|
|
321
322
|
PerformanceInsightsEnabled?: boolean;
|
|
322
323
|
/**
|
|
323
324
|
* The AWS KMS key identifier for encryption of Performance Insights data.
|
|
324
325
|
The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
|
|
325
326
|
If you don't specify a value for ``PerformanceInsightsKMSKeyId``, then Amazon RDS uses your default KMS key. There is a default KMS key for your AWS-account. Your AWS-account has a different default KMS key for each AWS-Region.
|
|
326
|
-
Valid for Cluster Type: Multi-AZ DB clusters
|
|
327
|
+
Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
327
328
|
*/
|
|
328
329
|
PerformanceInsightsKmsKeyId?: string;
|
|
329
330
|
/**
|
|
330
331
|
* The number of days to retain Performance Insights data.
|
|
331
|
-
Valid for Cluster Type: Multi-AZ DB clusters
|
|
332
|
+
Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
332
333
|
Valid Values:
|
|
333
334
|
+ ``7``
|
|
334
335
|
+ *month* * 31, where *month* is a number of months from 1-23. Examples: ``93`` (3 months * 31), ``341`` (11 months * 31), ``589`` (19 months * 31)
|
|
@@ -527,7 +528,8 @@ export type RDSDBClusterAttributes = {
|
|
|
527
528
|
};
|
|
528
529
|
/**
|
|
529
530
|
* The secret managed by RDS in AWS Secrets Manager for the master user password.
|
|
530
|
-
|
|
531
|
+
When you restore a DB cluster from a snapshot, Amazon RDS generates a new secret instead of reusing the secret specified in the ``SecretArn`` property. This ensures that the restored DB cluster is securely managed with a dedicated secret. To maintain consistent integration with your application, you might need to update resource configurations to reference the newly created secret.
|
|
532
|
+
For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide* and [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the *Amazon Aurora User Guide.*
|
|
531
533
|
*/
|
|
532
534
|
MasterUserSecret: {
|
|
533
535
|
/**
|
|
@@ -104,6 +104,31 @@ export type DeliverToMailboxAction = {
|
|
|
104
104
|
*/
|
|
105
105
|
RoleArn: string;
|
|
106
106
|
};
|
|
107
|
+
/**
|
|
108
|
+
* Type definition for `AWS::SES::MailManagerRuleSet.DeliverToQBusinessAction`.
|
|
109
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-delivertoqbusinessaction.html}
|
|
110
|
+
*/
|
|
111
|
+
export type DeliverToQBusinessAction = {
|
|
112
|
+
ActionFailurePolicy?: ActionFailurePolicy;
|
|
113
|
+
/**
|
|
114
|
+
* @minLength `36`
|
|
115
|
+
* @maxLength `36`
|
|
116
|
+
* @pattern `^[a-z0-9-]+$`
|
|
117
|
+
*/
|
|
118
|
+
ApplicationId: string;
|
|
119
|
+
/**
|
|
120
|
+
* @minLength `36`
|
|
121
|
+
* @maxLength `36`
|
|
122
|
+
* @pattern `^[a-z0-9-]+$`
|
|
123
|
+
*/
|
|
124
|
+
IndexId: string;
|
|
125
|
+
/**
|
|
126
|
+
* @minLength `20`
|
|
127
|
+
* @maxLength `2048`
|
|
128
|
+
* @pattern `^[a-zA-Z0-9:_/+=,@.#-]+$`
|
|
129
|
+
*/
|
|
130
|
+
RoleArn: string;
|
|
131
|
+
};
|
|
107
132
|
/**
|
|
108
133
|
* Type definition for `AWS::SES::MailManagerRuleSet.DropAction`.
|
|
109
134
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-dropaction.html}
|
|
@@ -186,6 +211,8 @@ export type RuleAction = {
|
|
|
186
211
|
ReplaceRecipient: ReplaceRecipientAction;
|
|
187
212
|
} | {
|
|
188
213
|
DeliverToMailbox: DeliverToMailboxAction;
|
|
214
|
+
} | {
|
|
215
|
+
DeliverToQBusiness: DeliverToQBusinessAction;
|
|
189
216
|
};
|
|
190
217
|
/**
|
|
191
218
|
* Type definition for `AWS::SES::MailManagerRuleSet.RuleBooleanEmailAttribute`.
|