@awboost/cfn-resource-types 0.1.200 → 0.1.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/AWS-Cognito-ManagedLoginBranding.d.ts +67 -0
- package/lib/AWS-Cognito-ManagedLoginBranding.js +12 -0
- package/lib/AWS-Cognito-UserPool.d.ts +19 -0
- package/lib/AWS-QuickSight-Analysis.d.ts +799 -0
- package/lib/AWS-QuickSight-Dashboard.d.ts +947 -0
- package/lib/AWS-QuickSight-Template.d.ts +500 -0
- package/lib/AWS-Wisdom-KnowledgeBase.d.ts +149 -2
- package/package.json +1 -1
|
@@ -161,6 +161,11 @@ export type AnalysisDefinition = {
|
|
|
161
161
|
* @maxLength `20`
|
|
162
162
|
*/
|
|
163
163
|
Sheets?: SheetDefinition[];
|
|
164
|
+
/**
|
|
165
|
+
* @minLength `0`
|
|
166
|
+
* @maxLength `200`
|
|
167
|
+
*/
|
|
168
|
+
StaticFiles?: StaticFile[];
|
|
164
169
|
};
|
|
165
170
|
/**
|
|
166
171
|
* Type definition for `AWS::QuickSight::Analysis.AnalysisError`.
|
|
@@ -499,6 +504,11 @@ export type BarChartVisual = {
|
|
|
499
504
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
500
505
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
501
506
|
Title?: VisualTitleLabelOptions;
|
|
507
|
+
/**
|
|
508
|
+
* @minLength `1`
|
|
509
|
+
* @maxLength `1024`
|
|
510
|
+
*/
|
|
511
|
+
VisualContentAltText?: string;
|
|
502
512
|
/**
|
|
503
513
|
* @minLength `1`
|
|
504
514
|
* @maxLength `512`
|
|
@@ -658,6 +668,11 @@ export type BoxPlotVisual = {
|
|
|
658
668
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
659
669
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
660
670
|
Title?: VisualTitleLabelOptions;
|
|
671
|
+
/**
|
|
672
|
+
* @minLength `1`
|
|
673
|
+
* @maxLength `1024`
|
|
674
|
+
*/
|
|
675
|
+
VisualContentAltText?: string;
|
|
661
676
|
/**
|
|
662
677
|
* @minLength `1`
|
|
663
678
|
* @maxLength `512`
|
|
@@ -1025,6 +1040,11 @@ export type ComboChartVisual = {
|
|
|
1025
1040
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
1026
1041
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
1027
1042
|
Title?: VisualTitleLabelOptions;
|
|
1043
|
+
/**
|
|
1044
|
+
* @minLength `1`
|
|
1045
|
+
* @maxLength `1024`
|
|
1046
|
+
*/
|
|
1047
|
+
VisualContentAltText?: string;
|
|
1028
1048
|
/**
|
|
1029
1049
|
* @minLength `1`
|
|
1030
1050
|
* @maxLength `512`
|
|
@@ -1315,6 +1335,11 @@ export type CustomContentVisual = {
|
|
|
1315
1335
|
DataSetIdentifier: string;
|
|
1316
1336
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
1317
1337
|
Title?: VisualTitleLabelOptions;
|
|
1338
|
+
/**
|
|
1339
|
+
* @minLength `1`
|
|
1340
|
+
* @maxLength `1024`
|
|
1341
|
+
*/
|
|
1342
|
+
VisualContentAltText?: string;
|
|
1318
1343
|
/**
|
|
1319
1344
|
* @minLength `1`
|
|
1320
1345
|
* @maxLength `512`
|
|
@@ -2234,6 +2259,11 @@ export type FilledMapVisual = {
|
|
|
2234
2259
|
ConditionalFormatting?: FilledMapConditionalFormatting;
|
|
2235
2260
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
2236
2261
|
Title?: VisualTitleLabelOptions;
|
|
2262
|
+
/**
|
|
2263
|
+
* @minLength `1`
|
|
2264
|
+
* @maxLength `1024`
|
|
2265
|
+
*/
|
|
2266
|
+
VisualContentAltText?: string;
|
|
2237
2267
|
/**
|
|
2238
2268
|
* @minLength `1`
|
|
2239
2269
|
* @maxLength `512`
|
|
@@ -2587,6 +2617,10 @@ export type FontDecoration = "UNDERLINE" | "NONE";
|
|
|
2587
2617
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-fontsize.html}
|
|
2588
2618
|
*/
|
|
2589
2619
|
export type FontSize = {
|
|
2620
|
+
/**
|
|
2621
|
+
* String based length that is composed of value and unit in px
|
|
2622
|
+
*/
|
|
2623
|
+
Absolute?: string;
|
|
2590
2624
|
Relative?: RelativeFontSize;
|
|
2591
2625
|
};
|
|
2592
2626
|
/**
|
|
@@ -2862,6 +2896,11 @@ export type FunnelChartVisual = {
|
|
|
2862
2896
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
2863
2897
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
2864
2898
|
Title?: VisualTitleLabelOptions;
|
|
2899
|
+
/**
|
|
2900
|
+
* @minLength `1`
|
|
2901
|
+
* @maxLength `1024`
|
|
2902
|
+
*/
|
|
2903
|
+
VisualContentAltText?: string;
|
|
2865
2904
|
/**
|
|
2866
2905
|
* @minLength `1`
|
|
2867
2906
|
* @maxLength `512`
|
|
@@ -2955,6 +2994,11 @@ export type GaugeChartVisual = {
|
|
|
2955
2994
|
ConditionalFormatting?: GaugeChartConditionalFormatting;
|
|
2956
2995
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
2957
2996
|
Title?: VisualTitleLabelOptions;
|
|
2997
|
+
/**
|
|
2998
|
+
* @minLength `1`
|
|
2999
|
+
* @maxLength `1024`
|
|
3000
|
+
*/
|
|
3001
|
+
VisualContentAltText?: string;
|
|
2958
3002
|
/**
|
|
2959
3003
|
* @minLength `1`
|
|
2960
3004
|
* @maxLength `512`
|
|
@@ -2962,6 +3006,69 @@ export type GaugeChartVisual = {
|
|
|
2962
3006
|
*/
|
|
2963
3007
|
VisualId: string;
|
|
2964
3008
|
};
|
|
3009
|
+
/**
|
|
3010
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialCategoricalColor`.
|
|
3011
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcategoricalcolor.html}
|
|
3012
|
+
*/
|
|
3013
|
+
export type GeospatialCategoricalColor = {
|
|
3014
|
+
CategoryDataColors: GeospatialCategoricalDataColor[];
|
|
3015
|
+
/**
|
|
3016
|
+
* @min `0`
|
|
3017
|
+
* @max `1`
|
|
3018
|
+
*/
|
|
3019
|
+
DefaultOpacity?: number;
|
|
3020
|
+
NullDataSettings?: GeospatialNullDataSettings;
|
|
3021
|
+
NullDataVisibility?: Visibility;
|
|
3022
|
+
};
|
|
3023
|
+
/**
|
|
3024
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialCategoricalDataColor`.
|
|
3025
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcategoricaldatacolor.html}
|
|
3026
|
+
*/
|
|
3027
|
+
export type GeospatialCategoricalDataColor = {
|
|
3028
|
+
/**
|
|
3029
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3030
|
+
*/
|
|
3031
|
+
Color: string;
|
|
3032
|
+
DataValue: string;
|
|
3033
|
+
};
|
|
3034
|
+
/**
|
|
3035
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialCircleRadius`.
|
|
3036
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcircleradius.html}
|
|
3037
|
+
*/
|
|
3038
|
+
export type GeospatialCircleRadius = {
|
|
3039
|
+
/**
|
|
3040
|
+
* @min `0`
|
|
3041
|
+
*/
|
|
3042
|
+
Radius?: number;
|
|
3043
|
+
};
|
|
3044
|
+
/**
|
|
3045
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialCircleSymbolStyle`.
|
|
3046
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcirclesymbolstyle.html}
|
|
3047
|
+
*/
|
|
3048
|
+
export type GeospatialCircleSymbolStyle = {
|
|
3049
|
+
CircleRadius?: GeospatialCircleRadius;
|
|
3050
|
+
FillColor?: GeospatialColor;
|
|
3051
|
+
StrokeColor?: GeospatialColor;
|
|
3052
|
+
StrokeWidth?: GeospatialLineWidth;
|
|
3053
|
+
};
|
|
3054
|
+
/**
|
|
3055
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialColor`.
|
|
3056
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcolor.html}
|
|
3057
|
+
*/
|
|
3058
|
+
export type GeospatialColor = {
|
|
3059
|
+
Categorical?: GeospatialCategoricalColor;
|
|
3060
|
+
Gradient?: GeospatialGradientColor;
|
|
3061
|
+
/**
|
|
3062
|
+
* Describes the properties for a solid color
|
|
3063
|
+
*/
|
|
3064
|
+
Solid?: GeospatialSolidColor;
|
|
3065
|
+
};
|
|
3066
|
+
/**
|
|
3067
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialColorState`.
|
|
3068
|
+
* Defines view state of the color
|
|
3069
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcolorstate.html}
|
|
3070
|
+
*/
|
|
3071
|
+
export type GeospatialColorState = "ENABLED" | "DISABLED";
|
|
2965
3072
|
/**
|
|
2966
3073
|
* Type definition for `AWS::QuickSight::Analysis.GeospatialCoordinateBounds`.
|
|
2967
3074
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcoordinatebounds.html}
|
|
@@ -2988,6 +3095,42 @@ export type GeospatialCoordinateBounds = {
|
|
|
2988
3095
|
*/
|
|
2989
3096
|
West: number;
|
|
2990
3097
|
};
|
|
3098
|
+
/**
|
|
3099
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialDataSourceItem`.
|
|
3100
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialdatasourceitem.html}
|
|
3101
|
+
*/
|
|
3102
|
+
export type GeospatialDataSourceItem = {
|
|
3103
|
+
StaticFileDataSource?: GeospatialStaticFileSource;
|
|
3104
|
+
};
|
|
3105
|
+
/**
|
|
3106
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialGradientColor`.
|
|
3107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialgradientcolor.html}
|
|
3108
|
+
*/
|
|
3109
|
+
export type GeospatialGradientColor = {
|
|
3110
|
+
/**
|
|
3111
|
+
* @min `0`
|
|
3112
|
+
* @max `1`
|
|
3113
|
+
*/
|
|
3114
|
+
DefaultOpacity?: number;
|
|
3115
|
+
NullDataSettings?: GeospatialNullDataSettings;
|
|
3116
|
+
NullDataVisibility?: Visibility;
|
|
3117
|
+
/**
|
|
3118
|
+
* @minLength `2`
|
|
3119
|
+
* @maxLength `3`
|
|
3120
|
+
*/
|
|
3121
|
+
StepColors: GeospatialGradientStepColor[];
|
|
3122
|
+
};
|
|
3123
|
+
/**
|
|
3124
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialGradientStepColor`.
|
|
3125
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialgradientstepcolor.html}
|
|
3126
|
+
*/
|
|
3127
|
+
export type GeospatialGradientStepColor = {
|
|
3128
|
+
/**
|
|
3129
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3130
|
+
*/
|
|
3131
|
+
Color: string;
|
|
3132
|
+
DataValue: number;
|
|
3133
|
+
};
|
|
2991
3134
|
/**
|
|
2992
3135
|
* Type definition for `AWS::QuickSight::Analysis.GeospatialHeatmapColorScale`.
|
|
2993
3136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialheatmapcolorscale.html}
|
|
@@ -3016,6 +3159,107 @@ export type GeospatialHeatmapDataColor = {
|
|
|
3016
3159
|
*/
|
|
3017
3160
|
Color: string;
|
|
3018
3161
|
};
|
|
3162
|
+
/**
|
|
3163
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLayerColorField`.
|
|
3164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayercolorfield.html}
|
|
3165
|
+
*/
|
|
3166
|
+
export type GeospatialLayerColorField = {
|
|
3167
|
+
/**
|
|
3168
|
+
* @minLength `0`
|
|
3169
|
+
* @maxLength `1`
|
|
3170
|
+
*/
|
|
3171
|
+
ColorDimensionsFields?: DimensionField[];
|
|
3172
|
+
/**
|
|
3173
|
+
* @minLength `0`
|
|
3174
|
+
* @maxLength `1`
|
|
3175
|
+
*/
|
|
3176
|
+
ColorValuesFields?: MeasureField[];
|
|
3177
|
+
};
|
|
3178
|
+
/**
|
|
3179
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLayerDefinition`.
|
|
3180
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayerdefinition.html}
|
|
3181
|
+
*/
|
|
3182
|
+
export type GeospatialLayerDefinition = {
|
|
3183
|
+
LineLayer?: GeospatialLineLayer;
|
|
3184
|
+
PointLayer?: GeospatialPointLayer;
|
|
3185
|
+
PolygonLayer?: GeospatialPolygonLayer;
|
|
3186
|
+
};
|
|
3187
|
+
/**
|
|
3188
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLayerItem`.
|
|
3189
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayeritem.html}
|
|
3190
|
+
*/
|
|
3191
|
+
export type GeospatialLayerItem = {
|
|
3192
|
+
/**
|
|
3193
|
+
* @minLength `0`
|
|
3194
|
+
* @maxLength `10`
|
|
3195
|
+
*/
|
|
3196
|
+
Actions?: LayerCustomAction[];
|
|
3197
|
+
DataSource?: GeospatialDataSourceItem;
|
|
3198
|
+
JoinDefinition?: GeospatialLayerJoinDefinition;
|
|
3199
|
+
Label?: string;
|
|
3200
|
+
LayerDefinition?: GeospatialLayerDefinition;
|
|
3201
|
+
LayerId: string;
|
|
3202
|
+
LayerType?: GeospatialLayerType;
|
|
3203
|
+
Tooltip?: TooltipOptions;
|
|
3204
|
+
Visibility?: Visibility;
|
|
3205
|
+
};
|
|
3206
|
+
/**
|
|
3207
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLayerJoinDefinition`.
|
|
3208
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayerjoindefinition.html}
|
|
3209
|
+
*/
|
|
3210
|
+
export type GeospatialLayerJoinDefinition = {
|
|
3211
|
+
ColorField?: GeospatialLayerColorField;
|
|
3212
|
+
DatasetKeyField?: UnaggregatedField;
|
|
3213
|
+
ShapeKeyField?: string;
|
|
3214
|
+
};
|
|
3215
|
+
/**
|
|
3216
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLayerMapConfiguration`.
|
|
3217
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayermapconfiguration.html}
|
|
3218
|
+
*/
|
|
3219
|
+
export type GeospatialLayerMapConfiguration = {
|
|
3220
|
+
Interactions?: unknown;
|
|
3221
|
+
Legend?: LegendOptions;
|
|
3222
|
+
MapLayers?: GeospatialLayerItem[];
|
|
3223
|
+
MapState?: GeospatialMapState;
|
|
3224
|
+
MapStyle?: GeospatialMapStyle;
|
|
3225
|
+
};
|
|
3226
|
+
/**
|
|
3227
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLayerType`.
|
|
3228
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayertype.html}
|
|
3229
|
+
*/
|
|
3230
|
+
export type GeospatialLayerType = "POINT" | "LINE" | "POLYGON";
|
|
3231
|
+
/**
|
|
3232
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLineLayer`.
|
|
3233
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallinelayer.html}
|
|
3234
|
+
*/
|
|
3235
|
+
export type GeospatialLineLayer = {
|
|
3236
|
+
Style: GeospatialLineStyle;
|
|
3237
|
+
};
|
|
3238
|
+
/**
|
|
3239
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLineStyle`.
|
|
3240
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallinestyle.html}
|
|
3241
|
+
*/
|
|
3242
|
+
export type GeospatialLineStyle = {
|
|
3243
|
+
LineSymbolStyle?: GeospatialLineSymbolStyle;
|
|
3244
|
+
};
|
|
3245
|
+
/**
|
|
3246
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLineSymbolStyle`.
|
|
3247
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallinesymbolstyle.html}
|
|
3248
|
+
*/
|
|
3249
|
+
export type GeospatialLineSymbolStyle = {
|
|
3250
|
+
FillColor?: GeospatialColor;
|
|
3251
|
+
LineWidth?: GeospatialLineWidth;
|
|
3252
|
+
};
|
|
3253
|
+
/**
|
|
3254
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialLineWidth`.
|
|
3255
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallinewidth.html}
|
|
3256
|
+
*/
|
|
3257
|
+
export type GeospatialLineWidth = {
|
|
3258
|
+
/**
|
|
3259
|
+
* @min `0`
|
|
3260
|
+
*/
|
|
3261
|
+
LineWidth?: number;
|
|
3262
|
+
};
|
|
3019
3263
|
/**
|
|
3020
3264
|
* Type definition for `AWS::QuickSight::Analysis.GeospatialMapAggregatedFieldWells`.
|
|
3021
3265
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapaggregatedfieldwells.html}
|
|
@@ -3043,6 +3287,7 @@ export type GeospatialMapAggregatedFieldWells = {
|
|
|
3043
3287
|
*/
|
|
3044
3288
|
export type GeospatialMapConfiguration = {
|
|
3045
3289
|
FieldWells?: GeospatialMapFieldWells;
|
|
3290
|
+
Interactions?: unknown;
|
|
3046
3291
|
Legend?: LegendOptions;
|
|
3047
3292
|
MapStyleOptions?: GeospatialMapStyleOptions;
|
|
3048
3293
|
PointStyleOptions?: GeospatialPointStyleOptions;
|
|
@@ -3057,6 +3302,31 @@ export type GeospatialMapConfiguration = {
|
|
|
3057
3302
|
export type GeospatialMapFieldWells = {
|
|
3058
3303
|
GeospatialMapAggregatedFieldWells?: GeospatialMapAggregatedFieldWells;
|
|
3059
3304
|
};
|
|
3305
|
+
/**
|
|
3306
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialMapNavigation`.
|
|
3307
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapnavigation.html}
|
|
3308
|
+
*/
|
|
3309
|
+
export type GeospatialMapNavigation = "ENABLED" | "DISABLED";
|
|
3310
|
+
/**
|
|
3311
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialMapState`.
|
|
3312
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapstate.html}
|
|
3313
|
+
*/
|
|
3314
|
+
export type GeospatialMapState = {
|
|
3315
|
+
Bounds?: GeospatialCoordinateBounds;
|
|
3316
|
+
MapNavigation?: GeospatialMapNavigation;
|
|
3317
|
+
};
|
|
3318
|
+
/**
|
|
3319
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialMapStyle`.
|
|
3320
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapstyle.html}
|
|
3321
|
+
*/
|
|
3322
|
+
export type GeospatialMapStyle = {
|
|
3323
|
+
/**
|
|
3324
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3325
|
+
*/
|
|
3326
|
+
BackgroundColor?: string;
|
|
3327
|
+
BaseMapStyle?: BaseMapStyleType;
|
|
3328
|
+
BaseMapVisibility?: Visibility;
|
|
3329
|
+
};
|
|
3060
3330
|
/**
|
|
3061
3331
|
* Type definition for `AWS::QuickSight::Analysis.GeospatialMapStyleOptions`.
|
|
3062
3332
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapstyleoptions.html}
|
|
@@ -3082,6 +3352,11 @@ export type GeospatialMapVisual = {
|
|
|
3082
3352
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3083
3353
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3084
3354
|
Title?: VisualTitleLabelOptions;
|
|
3355
|
+
/**
|
|
3356
|
+
* @minLength `1`
|
|
3357
|
+
* @maxLength `1024`
|
|
3358
|
+
*/
|
|
3359
|
+
VisualContentAltText?: string;
|
|
3085
3360
|
/**
|
|
3086
3361
|
* @minLength `1`
|
|
3087
3362
|
* @maxLength `512`
|
|
@@ -3089,6 +3364,45 @@ export type GeospatialMapVisual = {
|
|
|
3089
3364
|
*/
|
|
3090
3365
|
VisualId: string;
|
|
3091
3366
|
};
|
|
3367
|
+
/**
|
|
3368
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialNullDataSettings`.
|
|
3369
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialnulldatasettings.html}
|
|
3370
|
+
*/
|
|
3371
|
+
export type GeospatialNullDataSettings = {
|
|
3372
|
+
SymbolStyle: GeospatialNullSymbolStyle;
|
|
3373
|
+
};
|
|
3374
|
+
/**
|
|
3375
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialNullSymbolStyle`.
|
|
3376
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialnullsymbolstyle.html}
|
|
3377
|
+
*/
|
|
3378
|
+
export type GeospatialNullSymbolStyle = {
|
|
3379
|
+
/**
|
|
3380
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3381
|
+
*/
|
|
3382
|
+
FillColor?: string;
|
|
3383
|
+
/**
|
|
3384
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3385
|
+
*/
|
|
3386
|
+
StrokeColor?: string;
|
|
3387
|
+
/**
|
|
3388
|
+
* @min `0`
|
|
3389
|
+
*/
|
|
3390
|
+
StrokeWidth?: number;
|
|
3391
|
+
};
|
|
3392
|
+
/**
|
|
3393
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialPointLayer`.
|
|
3394
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpointlayer.html}
|
|
3395
|
+
*/
|
|
3396
|
+
export type GeospatialPointLayer = {
|
|
3397
|
+
Style: GeospatialPointStyle;
|
|
3398
|
+
};
|
|
3399
|
+
/**
|
|
3400
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialPointStyle`.
|
|
3401
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpointstyle.html}
|
|
3402
|
+
*/
|
|
3403
|
+
export type GeospatialPointStyle = {
|
|
3404
|
+
CircleSymbolStyle?: GeospatialCircleSymbolStyle;
|
|
3405
|
+
};
|
|
3092
3406
|
/**
|
|
3093
3407
|
* Type definition for `AWS::QuickSight::Analysis.GeospatialPointStyleOptions`.
|
|
3094
3408
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpointstyleoptions.html}
|
|
@@ -3098,11 +3412,61 @@ export type GeospatialPointStyleOptions = {
|
|
|
3098
3412
|
HeatmapConfiguration?: GeospatialHeatmapConfiguration;
|
|
3099
3413
|
SelectedPointStyle?: GeospatialSelectedPointStyle;
|
|
3100
3414
|
};
|
|
3415
|
+
/**
|
|
3416
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialPolygonLayer`.
|
|
3417
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpolygonlayer.html}
|
|
3418
|
+
*/
|
|
3419
|
+
export type GeospatialPolygonLayer = {
|
|
3420
|
+
Style: GeospatialPolygonStyle;
|
|
3421
|
+
};
|
|
3422
|
+
/**
|
|
3423
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialPolygonStyle`.
|
|
3424
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpolygonstyle.html}
|
|
3425
|
+
*/
|
|
3426
|
+
export type GeospatialPolygonStyle = {
|
|
3427
|
+
PolygonSymbolStyle?: GeospatialPolygonSymbolStyle;
|
|
3428
|
+
};
|
|
3429
|
+
/**
|
|
3430
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialPolygonSymbolStyle`.
|
|
3431
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpolygonsymbolstyle.html}
|
|
3432
|
+
*/
|
|
3433
|
+
export type GeospatialPolygonSymbolStyle = {
|
|
3434
|
+
FillColor?: GeospatialColor;
|
|
3435
|
+
StrokeColor?: GeospatialColor;
|
|
3436
|
+
StrokeWidth?: GeospatialLineWidth;
|
|
3437
|
+
};
|
|
3101
3438
|
/**
|
|
3102
3439
|
* Type definition for `AWS::QuickSight::Analysis.GeospatialSelectedPointStyle`.
|
|
3103
3440
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialselectedpointstyle.html}
|
|
3104
3441
|
*/
|
|
3105
3442
|
export type GeospatialSelectedPointStyle = "POINT" | "CLUSTER" | "HEATMAP";
|
|
3443
|
+
/**
|
|
3444
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialSolidColor`.
|
|
3445
|
+
* Describes the properties for a solid color
|
|
3446
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialsolidcolor.html}
|
|
3447
|
+
*/
|
|
3448
|
+
export type GeospatialSolidColor = {
|
|
3449
|
+
/**
|
|
3450
|
+
* @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
|
|
3451
|
+
*/
|
|
3452
|
+
Color: string;
|
|
3453
|
+
/**
|
|
3454
|
+
* Defines view state of the color
|
|
3455
|
+
*/
|
|
3456
|
+
State?: GeospatialColorState;
|
|
3457
|
+
};
|
|
3458
|
+
/**
|
|
3459
|
+
* Type definition for `AWS::QuickSight::Analysis.GeospatialStaticFileSource`.
|
|
3460
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialstaticfilesource.html}
|
|
3461
|
+
*/
|
|
3462
|
+
export type GeospatialStaticFileSource = {
|
|
3463
|
+
/**
|
|
3464
|
+
* @minLength `1`
|
|
3465
|
+
* @maxLength `512`
|
|
3466
|
+
* @pattern `^[\w\-]+$`
|
|
3467
|
+
*/
|
|
3468
|
+
StaticFileId: string;
|
|
3469
|
+
};
|
|
3106
3470
|
/**
|
|
3107
3471
|
* Type definition for `AWS::QuickSight::Analysis.GeospatialWindowOptions`.
|
|
3108
3472
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialwindowoptions.html}
|
|
@@ -3317,6 +3681,11 @@ export type HeatMapVisual = {
|
|
|
3317
3681
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3318
3682
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3319
3683
|
Title?: VisualTitleLabelOptions;
|
|
3684
|
+
/**
|
|
3685
|
+
* @minLength `1`
|
|
3686
|
+
* @maxLength `1024`
|
|
3687
|
+
*/
|
|
3688
|
+
VisualContentAltText?: string;
|
|
3320
3689
|
/**
|
|
3321
3690
|
* @minLength `1`
|
|
3322
3691
|
* @maxLength `512`
|
|
@@ -3384,6 +3753,11 @@ export type HistogramVisual = {
|
|
|
3384
3753
|
ChartConfiguration?: HistogramConfiguration;
|
|
3385
3754
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3386
3755
|
Title?: VisualTitleLabelOptions;
|
|
3756
|
+
/**
|
|
3757
|
+
* @minLength `1`
|
|
3758
|
+
* @maxLength `1024`
|
|
3759
|
+
*/
|
|
3760
|
+
VisualContentAltText?: string;
|
|
3387
3761
|
/**
|
|
3388
3762
|
* @minLength `1`
|
|
3389
3763
|
* @maxLength `512`
|
|
@@ -3401,6 +3775,71 @@ export type HorizontalTextAlignment = "LEFT" | "CENTER" | "RIGHT" | "AUTO";
|
|
|
3401
3775
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-icon.html}
|
|
3402
3776
|
*/
|
|
3403
3777
|
export type Icon = "CARET_UP" | "CARET_DOWN" | "PLUS" | "MINUS" | "ARROW_UP" | "ARROW_DOWN" | "ARROW_LEFT" | "ARROW_UP_LEFT" | "ARROW_DOWN_LEFT" | "ARROW_RIGHT" | "ARROW_UP_RIGHT" | "ARROW_DOWN_RIGHT" | "FACE_UP" | "FACE_DOWN" | "FACE_FLAT" | "ONE_BAR" | "TWO_BAR" | "THREE_BAR" | "CIRCLE" | "TRIANGLE" | "SQUARE" | "FLAG" | "THUMBS_UP" | "THUMBS_DOWN" | "CHECKMARK" | "X";
|
|
3778
|
+
/**
|
|
3779
|
+
* Type definition for `AWS::QuickSight::Analysis.ImageCustomAction`.
|
|
3780
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imagecustomaction.html}
|
|
3781
|
+
*/
|
|
3782
|
+
export type ImageCustomAction = {
|
|
3783
|
+
/**
|
|
3784
|
+
* @minLength `1`
|
|
3785
|
+
* @maxLength `2`
|
|
3786
|
+
*/
|
|
3787
|
+
ActionOperations: ImageCustomActionOperation[];
|
|
3788
|
+
/**
|
|
3789
|
+
* @minLength `1`
|
|
3790
|
+
* @maxLength `512`
|
|
3791
|
+
* @pattern `^[\w\-]+$`
|
|
3792
|
+
*/
|
|
3793
|
+
CustomActionId: string;
|
|
3794
|
+
/**
|
|
3795
|
+
* @minLength `1`
|
|
3796
|
+
* @maxLength `256`
|
|
3797
|
+
*/
|
|
3798
|
+
Name: string;
|
|
3799
|
+
Status?: WidgetStatus;
|
|
3800
|
+
Trigger: ImageCustomActionTrigger;
|
|
3801
|
+
};
|
|
3802
|
+
/**
|
|
3803
|
+
* Type definition for `AWS::QuickSight::Analysis.ImageCustomActionOperation`.
|
|
3804
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imagecustomactionoperation.html}
|
|
3805
|
+
*/
|
|
3806
|
+
export type ImageCustomActionOperation = {
|
|
3807
|
+
NavigationOperation?: CustomActionNavigationOperation;
|
|
3808
|
+
SetParametersOperation?: CustomActionSetParametersOperation;
|
|
3809
|
+
URLOperation?: CustomActionURLOperation;
|
|
3810
|
+
};
|
|
3811
|
+
/**
|
|
3812
|
+
* Type definition for `AWS::QuickSight::Analysis.ImageCustomActionTrigger`.
|
|
3813
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imagecustomactiontrigger.html}
|
|
3814
|
+
*/
|
|
3815
|
+
export type ImageCustomActionTrigger = "CLICK" | "MENU";
|
|
3816
|
+
/**
|
|
3817
|
+
* Type definition for `AWS::QuickSight::Analysis.ImageInteractionOptions`.
|
|
3818
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imageinteractionoptions.html}
|
|
3819
|
+
*/
|
|
3820
|
+
export type ImageInteractionOptions = {
|
|
3821
|
+
ImageMenuOption?: ImageMenuOption;
|
|
3822
|
+
};
|
|
3823
|
+
/**
|
|
3824
|
+
* Type definition for `AWS::QuickSight::Analysis.ImageMenuOption`.
|
|
3825
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imagemenuoption.html}
|
|
3826
|
+
*/
|
|
3827
|
+
export type ImageMenuOption = {
|
|
3828
|
+
AvailabilityStatus?: unknown;
|
|
3829
|
+
};
|
|
3830
|
+
/**
|
|
3831
|
+
* Type definition for `AWS::QuickSight::Analysis.ImageStaticFile`.
|
|
3832
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imagestaticfile.html}
|
|
3833
|
+
*/
|
|
3834
|
+
export type ImageStaticFile = {
|
|
3835
|
+
Source?: StaticFileSource;
|
|
3836
|
+
/**
|
|
3837
|
+
* @minLength `1`
|
|
3838
|
+
* @maxLength `512`
|
|
3839
|
+
* @pattern `^[\w\-]+$`
|
|
3840
|
+
*/
|
|
3841
|
+
StaticFileId: string;
|
|
3842
|
+
};
|
|
3404
3843
|
/**
|
|
3405
3844
|
* Type definition for `AWS::QuickSight::Analysis.InnerFilter`.
|
|
3406
3845
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-innerfilter.html}
|
|
@@ -3438,6 +3877,11 @@ export type InsightVisual = {
|
|
|
3438
3877
|
InsightConfiguration?: InsightConfiguration;
|
|
3439
3878
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3440
3879
|
Title?: VisualTitleLabelOptions;
|
|
3880
|
+
/**
|
|
3881
|
+
* @minLength `1`
|
|
3882
|
+
* @maxLength `1024`
|
|
3883
|
+
*/
|
|
3884
|
+
VisualContentAltText?: string;
|
|
3441
3885
|
/**
|
|
3442
3886
|
* @minLength `1`
|
|
3443
3887
|
* @maxLength `512`
|
|
@@ -3654,6 +4098,11 @@ export type KPIVisual = {
|
|
|
3654
4098
|
ConditionalFormatting?: KPIConditionalFormatting;
|
|
3655
4099
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3656
4100
|
Title?: VisualTitleLabelOptions;
|
|
4101
|
+
/**
|
|
4102
|
+
* @minLength `1`
|
|
4103
|
+
* @maxLength `1024`
|
|
4104
|
+
*/
|
|
4105
|
+
VisualContentAltText?: string;
|
|
3657
4106
|
/**
|
|
3658
4107
|
* @minLength `1`
|
|
3659
4108
|
* @maxLength `512`
|
|
@@ -3689,6 +4138,70 @@ export type LabelOptions = {
|
|
|
3689
4138
|
FontConfiguration?: FontConfiguration;
|
|
3690
4139
|
Visibility?: Visibility;
|
|
3691
4140
|
};
|
|
4141
|
+
/**
|
|
4142
|
+
* Type definition for `AWS::QuickSight::Analysis.LayerCustomAction`.
|
|
4143
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-layercustomaction.html}
|
|
4144
|
+
*/
|
|
4145
|
+
export type LayerCustomAction = {
|
|
4146
|
+
/**
|
|
4147
|
+
* @minLength `1`
|
|
4148
|
+
* @maxLength `2`
|
|
4149
|
+
*/
|
|
4150
|
+
ActionOperations: LayerCustomActionOperation[];
|
|
4151
|
+
/**
|
|
4152
|
+
* @minLength `1`
|
|
4153
|
+
* @maxLength `512`
|
|
4154
|
+
* @pattern `^[\w\-]+$`
|
|
4155
|
+
*/
|
|
4156
|
+
CustomActionId: string;
|
|
4157
|
+
/**
|
|
4158
|
+
* @minLength `1`
|
|
4159
|
+
* @maxLength `256`
|
|
4160
|
+
*/
|
|
4161
|
+
Name: string;
|
|
4162
|
+
Status?: WidgetStatus;
|
|
4163
|
+
Trigger: LayerCustomActionTrigger;
|
|
4164
|
+
};
|
|
4165
|
+
/**
|
|
4166
|
+
* Type definition for `AWS::QuickSight::Analysis.LayerCustomActionOperation`.
|
|
4167
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-layercustomactionoperation.html}
|
|
4168
|
+
*/
|
|
4169
|
+
export type LayerCustomActionOperation = {
|
|
4170
|
+
FilterOperation?: CustomActionFilterOperation;
|
|
4171
|
+
NavigationOperation?: CustomActionNavigationOperation;
|
|
4172
|
+
SetParametersOperation?: CustomActionSetParametersOperation;
|
|
4173
|
+
URLOperation?: CustomActionURLOperation;
|
|
4174
|
+
};
|
|
4175
|
+
/**
|
|
4176
|
+
* Type definition for `AWS::QuickSight::Analysis.LayerCustomActionTrigger`.
|
|
4177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-layercustomactiontrigger.html}
|
|
4178
|
+
*/
|
|
4179
|
+
export type LayerCustomActionTrigger = "DATA_POINT_CLICK" | "DATA_POINT_MENU";
|
|
4180
|
+
/**
|
|
4181
|
+
* Type definition for `AWS::QuickSight::Analysis.LayerMapVisual`.
|
|
4182
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-layermapvisual.html}
|
|
4183
|
+
*/
|
|
4184
|
+
export type LayerMapVisual = {
|
|
4185
|
+
ChartConfiguration?: GeospatialLayerMapConfiguration;
|
|
4186
|
+
/**
|
|
4187
|
+
* @minLength `1`
|
|
4188
|
+
* @maxLength `2048`
|
|
4189
|
+
*/
|
|
4190
|
+
DataSetIdentifier: string;
|
|
4191
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
4192
|
+
Title?: VisualTitleLabelOptions;
|
|
4193
|
+
/**
|
|
4194
|
+
* @minLength `1`
|
|
4195
|
+
* @maxLength `1024`
|
|
4196
|
+
*/
|
|
4197
|
+
VisualContentAltText?: string;
|
|
4198
|
+
/**
|
|
4199
|
+
* @minLength `1`
|
|
4200
|
+
* @maxLength `512`
|
|
4201
|
+
* @pattern `^[\w\-]+$`
|
|
4202
|
+
*/
|
|
4203
|
+
VisualId: string;
|
|
4204
|
+
};
|
|
3692
4205
|
/**
|
|
3693
4206
|
* Type definition for `AWS::QuickSight::Analysis.Layout`.
|
|
3694
4207
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-layout.html}
|
|
@@ -3721,6 +4234,7 @@ export type LegendOptions = {
|
|
|
3721
4234
|
Height?: string;
|
|
3722
4235
|
Position?: LegendPosition;
|
|
3723
4236
|
Title?: LabelOptions;
|
|
4237
|
+
ValueFontConfiguration?: FontConfiguration;
|
|
3724
4238
|
Visibility?: Visibility;
|
|
3725
4239
|
/**
|
|
3726
4240
|
* String based length that is composed of value and unit in px
|
|
@@ -3905,6 +4419,11 @@ export type LineChartVisual = {
|
|
|
3905
4419
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
3906
4420
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
3907
4421
|
Title?: VisualTitleLabelOptions;
|
|
4422
|
+
/**
|
|
4423
|
+
* @minLength `1`
|
|
4424
|
+
* @maxLength `1024`
|
|
4425
|
+
*/
|
|
4426
|
+
VisualContentAltText?: string;
|
|
3908
4427
|
/**
|
|
3909
4428
|
* @minLength `1`
|
|
3910
4429
|
* @maxLength `512`
|
|
@@ -4760,6 +5279,11 @@ export type PieChartVisual = {
|
|
|
4760
5279
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
4761
5280
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
4762
5281
|
Title?: VisualTitleLabelOptions;
|
|
5282
|
+
/**
|
|
5283
|
+
* @minLength `1`
|
|
5284
|
+
* @maxLength `1024`
|
|
5285
|
+
*/
|
|
5286
|
+
VisualContentAltText?: string;
|
|
4763
5287
|
/**
|
|
4764
5288
|
* @minLength `1`
|
|
4765
5289
|
* @maxLength `512`
|
|
@@ -5058,6 +5582,11 @@ export type PivotTableVisual = {
|
|
|
5058
5582
|
ConditionalFormatting?: PivotTableConditionalFormatting;
|
|
5059
5583
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5060
5584
|
Title?: VisualTitleLabelOptions;
|
|
5585
|
+
/**
|
|
5586
|
+
* @minLength `1`
|
|
5587
|
+
* @maxLength `1024`
|
|
5588
|
+
*/
|
|
5589
|
+
VisualContentAltText?: string;
|
|
5061
5590
|
/**
|
|
5062
5591
|
* @minLength `1`
|
|
5063
5592
|
* @maxLength `512`
|
|
@@ -5083,6 +5612,108 @@ export type PivotTotalOptions = {
|
|
|
5083
5612
|
TotalsVisibility?: Visibility;
|
|
5084
5613
|
ValueCellStyle?: TableCellStyle;
|
|
5085
5614
|
};
|
|
5615
|
+
/**
|
|
5616
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisual`.
|
|
5617
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisual.html}
|
|
5618
|
+
*/
|
|
5619
|
+
export type PluginVisual = {
|
|
5620
|
+
ChartConfiguration?: PluginVisualConfiguration;
|
|
5621
|
+
PluginArn: string;
|
|
5622
|
+
Subtitle?: VisualSubtitleLabelOptions;
|
|
5623
|
+
Title?: VisualTitleLabelOptions;
|
|
5624
|
+
/**
|
|
5625
|
+
* @minLength `1`
|
|
5626
|
+
* @maxLength `1024`
|
|
5627
|
+
*/
|
|
5628
|
+
VisualContentAltText?: string;
|
|
5629
|
+
/**
|
|
5630
|
+
* @minLength `1`
|
|
5631
|
+
* @maxLength `512`
|
|
5632
|
+
* @pattern `^[\w\-]+$`
|
|
5633
|
+
*/
|
|
5634
|
+
VisualId: string;
|
|
5635
|
+
};
|
|
5636
|
+
/**
|
|
5637
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisualAxisName`.
|
|
5638
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualaxisname.html}
|
|
5639
|
+
*/
|
|
5640
|
+
export type PluginVisualAxisName = "GROUP_BY" | "VALUE";
|
|
5641
|
+
/**
|
|
5642
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisualConfiguration`.
|
|
5643
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualconfiguration.html}
|
|
5644
|
+
*/
|
|
5645
|
+
export type PluginVisualConfiguration = {
|
|
5646
|
+
/**
|
|
5647
|
+
* @minLength `0`
|
|
5648
|
+
* @maxLength `10`
|
|
5649
|
+
*/
|
|
5650
|
+
FieldWells?: PluginVisualFieldWell[];
|
|
5651
|
+
SortConfiguration?: PluginVisualSortConfiguration;
|
|
5652
|
+
VisualOptions?: PluginVisualOptions;
|
|
5653
|
+
};
|
|
5654
|
+
/**
|
|
5655
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisualFieldWell`.
|
|
5656
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualfieldwell.html}
|
|
5657
|
+
*/
|
|
5658
|
+
export type PluginVisualFieldWell = {
|
|
5659
|
+
AxisName?: PluginVisualAxisName;
|
|
5660
|
+
/**
|
|
5661
|
+
* @minLength `0`
|
|
5662
|
+
* @maxLength `200`
|
|
5663
|
+
*/
|
|
5664
|
+
Dimensions?: DimensionField[];
|
|
5665
|
+
/**
|
|
5666
|
+
* @minLength `0`
|
|
5667
|
+
* @maxLength `200`
|
|
5668
|
+
*/
|
|
5669
|
+
Measures?: MeasureField[];
|
|
5670
|
+
/**
|
|
5671
|
+
* @minLength `0`
|
|
5672
|
+
* @maxLength `200`
|
|
5673
|
+
*/
|
|
5674
|
+
Unaggregated?: UnaggregatedField[];
|
|
5675
|
+
};
|
|
5676
|
+
/**
|
|
5677
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisualItemsLimitConfiguration`.
|
|
5678
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualitemslimitconfiguration.html}
|
|
5679
|
+
*/
|
|
5680
|
+
export type PluginVisualItemsLimitConfiguration = {
|
|
5681
|
+
ItemsLimit?: number;
|
|
5682
|
+
};
|
|
5683
|
+
/**
|
|
5684
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisualOptions`.
|
|
5685
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualoptions.html}
|
|
5686
|
+
*/
|
|
5687
|
+
export type PluginVisualOptions = {
|
|
5688
|
+
VisualProperties?: PluginVisualProperty[];
|
|
5689
|
+
};
|
|
5690
|
+
/**
|
|
5691
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisualProperty`.
|
|
5692
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualproperty.html}
|
|
5693
|
+
*/
|
|
5694
|
+
export type PluginVisualProperty = {
|
|
5695
|
+
Name?: string;
|
|
5696
|
+
Value?: string;
|
|
5697
|
+
};
|
|
5698
|
+
/**
|
|
5699
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisualSortConfiguration`.
|
|
5700
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualsortconfiguration.html}
|
|
5701
|
+
*/
|
|
5702
|
+
export type PluginVisualSortConfiguration = {
|
|
5703
|
+
PluginVisualTableQuerySort?: PluginVisualTableQuerySort;
|
|
5704
|
+
};
|
|
5705
|
+
/**
|
|
5706
|
+
* Type definition for `AWS::QuickSight::Analysis.PluginVisualTableQuerySort`.
|
|
5707
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualtablequerysort.html}
|
|
5708
|
+
*/
|
|
5709
|
+
export type PluginVisualTableQuerySort = {
|
|
5710
|
+
ItemsLimitConfiguration?: PluginVisualItemsLimitConfiguration;
|
|
5711
|
+
/**
|
|
5712
|
+
* @minLength `0`
|
|
5713
|
+
* @maxLength `100`
|
|
5714
|
+
*/
|
|
5715
|
+
RowSort?: FieldSortOptions[];
|
|
5716
|
+
};
|
|
5086
5717
|
/**
|
|
5087
5718
|
* Type definition for `AWS::QuickSight::Analysis.PredefinedHierarchy`.
|
|
5088
5719
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-predefinedhierarchy.html}
|
|
@@ -5247,6 +5878,11 @@ export type RadarChartVisual = {
|
|
|
5247
5878
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
5248
5879
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5249
5880
|
Title?: VisualTitleLabelOptions;
|
|
5881
|
+
/**
|
|
5882
|
+
* @minLength `1`
|
|
5883
|
+
* @maxLength `1024`
|
|
5884
|
+
*/
|
|
5885
|
+
VisualContentAltText?: string;
|
|
5250
5886
|
/**
|
|
5251
5887
|
* @minLength `1`
|
|
5252
5888
|
* @maxLength `512`
|
|
@@ -5563,6 +6199,11 @@ export type SankeyDiagramVisual = {
|
|
|
5563
6199
|
ChartConfiguration?: SankeyDiagramChartConfiguration;
|
|
5564
6200
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5565
6201
|
Title?: VisualTitleLabelOptions;
|
|
6202
|
+
/**
|
|
6203
|
+
* @minLength `1`
|
|
6204
|
+
* @maxLength `1024`
|
|
6205
|
+
*/
|
|
6206
|
+
VisualContentAltText?: string;
|
|
5566
6207
|
/**
|
|
5567
6208
|
* @minLength `1`
|
|
5568
6209
|
* @maxLength `512`
|
|
@@ -5673,6 +6314,11 @@ export type ScatterPlotVisual = {
|
|
|
5673
6314
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
5674
6315
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
5675
6316
|
Title?: VisualTitleLabelOptions;
|
|
6317
|
+
/**
|
|
6318
|
+
* @minLength `1`
|
|
6319
|
+
* @maxLength `1024`
|
|
6320
|
+
*/
|
|
6321
|
+
VisualContentAltText?: string;
|
|
5676
6322
|
/**
|
|
5677
6323
|
* @minLength `1`
|
|
5678
6324
|
* @maxLength `512`
|
|
@@ -5834,6 +6480,11 @@ export type ShapeConditionalFormat = {
|
|
|
5834
6480
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheet.html}
|
|
5835
6481
|
*/
|
|
5836
6482
|
export type Sheet = {
|
|
6483
|
+
/**
|
|
6484
|
+
* @minLength `0`
|
|
6485
|
+
* @maxLength `10`
|
|
6486
|
+
*/
|
|
6487
|
+
Images?: SheetImage[];
|
|
5837
6488
|
/**
|
|
5838
6489
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
5839
6490
|
console.</p>
|
|
@@ -5911,6 +6562,11 @@ export type SheetDefinition = {
|
|
|
5911
6562
|
* @maxLength `200`
|
|
5912
6563
|
*/
|
|
5913
6564
|
FilterControls?: FilterControl[];
|
|
6565
|
+
/**
|
|
6566
|
+
* @minLength `0`
|
|
6567
|
+
* @maxLength `10`
|
|
6568
|
+
*/
|
|
6569
|
+
Images?: SheetImage[];
|
|
5914
6570
|
/**
|
|
5915
6571
|
* @minLength `1`
|
|
5916
6572
|
* @maxLength `1`
|
|
@@ -5972,6 +6628,82 @@ export type SheetElementRenderingRule = {
|
|
|
5972
6628
|
*/
|
|
5973
6629
|
Expression: string;
|
|
5974
6630
|
};
|
|
6631
|
+
/**
|
|
6632
|
+
* Type definition for `AWS::QuickSight::Analysis.SheetImage`.
|
|
6633
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimage.html}
|
|
6634
|
+
*/
|
|
6635
|
+
export type SheetImage = {
|
|
6636
|
+
/**
|
|
6637
|
+
* @minLength `0`
|
|
6638
|
+
* @maxLength `10`
|
|
6639
|
+
*/
|
|
6640
|
+
Actions?: ImageCustomAction[];
|
|
6641
|
+
/**
|
|
6642
|
+
* @minLength `1`
|
|
6643
|
+
* @maxLength `1024`
|
|
6644
|
+
*/
|
|
6645
|
+
ImageContentAltText?: string;
|
|
6646
|
+
Interactions?: ImageInteractionOptions;
|
|
6647
|
+
Scaling?: SheetImageScalingConfiguration;
|
|
6648
|
+
/**
|
|
6649
|
+
* @minLength `1`
|
|
6650
|
+
* @maxLength `512`
|
|
6651
|
+
* @pattern `^[\w\-]+$`
|
|
6652
|
+
*/
|
|
6653
|
+
SheetImageId: string;
|
|
6654
|
+
Source: SheetImageSource;
|
|
6655
|
+
Tooltip?: SheetImageTooltipConfiguration;
|
|
6656
|
+
};
|
|
6657
|
+
/**
|
|
6658
|
+
* Type definition for `AWS::QuickSight::Analysis.SheetImageScalingConfiguration`.
|
|
6659
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagescalingconfiguration.html}
|
|
6660
|
+
*/
|
|
6661
|
+
export type SheetImageScalingConfiguration = {
|
|
6662
|
+
ScalingType?: SheetImageScalingType;
|
|
6663
|
+
};
|
|
6664
|
+
/**
|
|
6665
|
+
* Type definition for `AWS::QuickSight::Analysis.SheetImageScalingType`.
|
|
6666
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagescalingtype.html}
|
|
6667
|
+
*/
|
|
6668
|
+
export type SheetImageScalingType = "SCALE_TO_WIDTH" | "SCALE_TO_HEIGHT" | "SCALE_TO_CONTAINER" | "SCALE_NONE";
|
|
6669
|
+
/**
|
|
6670
|
+
* Type definition for `AWS::QuickSight::Analysis.SheetImageSource`.
|
|
6671
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagesource.html}
|
|
6672
|
+
*/
|
|
6673
|
+
export type SheetImageSource = {
|
|
6674
|
+
SheetImageStaticFileSource?: SheetImageStaticFileSource;
|
|
6675
|
+
};
|
|
6676
|
+
/**
|
|
6677
|
+
* Type definition for `AWS::QuickSight::Analysis.SheetImageStaticFileSource`.
|
|
6678
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagestaticfilesource.html}
|
|
6679
|
+
*/
|
|
6680
|
+
export type SheetImageStaticFileSource = {
|
|
6681
|
+
/**
|
|
6682
|
+
* @minLength `1`
|
|
6683
|
+
* @maxLength `512`
|
|
6684
|
+
* @pattern `^[\w\-]+$`
|
|
6685
|
+
*/
|
|
6686
|
+
StaticFileId: string;
|
|
6687
|
+
};
|
|
6688
|
+
/**
|
|
6689
|
+
* Type definition for `AWS::QuickSight::Analysis.SheetImageTooltipConfiguration`.
|
|
6690
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagetooltipconfiguration.html}
|
|
6691
|
+
*/
|
|
6692
|
+
export type SheetImageTooltipConfiguration = {
|
|
6693
|
+
TooltipText?: SheetImageTooltipText;
|
|
6694
|
+
Visibility?: Visibility;
|
|
6695
|
+
};
|
|
6696
|
+
/**
|
|
6697
|
+
* Type definition for `AWS::QuickSight::Analysis.SheetImageTooltipText`.
|
|
6698
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagetooltiptext.html}
|
|
6699
|
+
*/
|
|
6700
|
+
export type SheetImageTooltipText = {
|
|
6701
|
+
/**
|
|
6702
|
+
* @minLength `1`
|
|
6703
|
+
* @maxLength `1024`
|
|
6704
|
+
*/
|
|
6705
|
+
PlainText?: string;
|
|
6706
|
+
};
|
|
5975
6707
|
/**
|
|
5976
6708
|
* Type definition for `AWS::QuickSight::Analysis.SheetTextBox`.
|
|
5977
6709
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheettextbox.html}
|
|
@@ -6132,11 +6864,56 @@ export type Spacing = {
|
|
|
6132
6864
|
*/
|
|
6133
6865
|
Top?: string;
|
|
6134
6866
|
};
|
|
6867
|
+
/**
|
|
6868
|
+
* Type definition for `AWS::QuickSight::Analysis.SpatialStaticFile`.
|
|
6869
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-spatialstaticfile.html}
|
|
6870
|
+
*/
|
|
6871
|
+
export type SpatialStaticFile = {
|
|
6872
|
+
Source?: StaticFileSource;
|
|
6873
|
+
/**
|
|
6874
|
+
* @minLength `1`
|
|
6875
|
+
* @maxLength `512`
|
|
6876
|
+
* @pattern `^[\w\-]+$`
|
|
6877
|
+
*/
|
|
6878
|
+
StaticFileId: string;
|
|
6879
|
+
};
|
|
6135
6880
|
/**
|
|
6136
6881
|
* Type definition for `AWS::QuickSight::Analysis.SpecialValue`.
|
|
6137
6882
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-specialvalue.html}
|
|
6138
6883
|
*/
|
|
6139
6884
|
export type SpecialValue = "EMPTY" | "NULL" | "OTHER";
|
|
6885
|
+
/**
|
|
6886
|
+
* Type definition for `AWS::QuickSight::Analysis.StaticFile`.
|
|
6887
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-staticfile.html}
|
|
6888
|
+
*/
|
|
6889
|
+
export type StaticFile = {
|
|
6890
|
+
ImageStaticFile?: ImageStaticFile;
|
|
6891
|
+
SpatialStaticFile?: SpatialStaticFile;
|
|
6892
|
+
};
|
|
6893
|
+
/**
|
|
6894
|
+
* Type definition for `AWS::QuickSight::Analysis.StaticFileS3SourceOptions`.
|
|
6895
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-staticfiles3sourceoptions.html}
|
|
6896
|
+
*/
|
|
6897
|
+
export type StaticFileS3SourceOptions = {
|
|
6898
|
+
BucketName: string;
|
|
6899
|
+
ObjectKey: string;
|
|
6900
|
+
Region: string;
|
|
6901
|
+
};
|
|
6902
|
+
/**
|
|
6903
|
+
* Type definition for `AWS::QuickSight::Analysis.StaticFileSource`.
|
|
6904
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-staticfilesource.html}
|
|
6905
|
+
*/
|
|
6906
|
+
export type StaticFileSource = {
|
|
6907
|
+
S3Options?: StaticFileS3SourceOptions;
|
|
6908
|
+
UrlOptions?: StaticFileUrlSourceOptions;
|
|
6909
|
+
};
|
|
6910
|
+
/**
|
|
6911
|
+
* Type definition for `AWS::QuickSight::Analysis.StaticFileUrlSourceOptions`.
|
|
6912
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-staticfileurlsourceoptions.html}
|
|
6913
|
+
*/
|
|
6914
|
+
export type StaticFileUrlSourceOptions = {
|
|
6915
|
+
Url: string;
|
|
6916
|
+
};
|
|
6140
6917
|
/**
|
|
6141
6918
|
* Type definition for `AWS::QuickSight::Analysis.StringDefaultValues`.
|
|
6142
6919
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-stringdefaultvalues.html}
|
|
@@ -6559,6 +7336,11 @@ export type TableVisual = {
|
|
|
6559
7336
|
ConditionalFormatting?: TableConditionalFormatting;
|
|
6560
7337
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
6561
7338
|
Title?: VisualTitleLabelOptions;
|
|
7339
|
+
/**
|
|
7340
|
+
* @minLength `1`
|
|
7341
|
+
* @maxLength `1024`
|
|
7342
|
+
*/
|
|
7343
|
+
VisualContentAltText?: string;
|
|
6562
7344
|
/**
|
|
6563
7345
|
* @minLength `1`
|
|
6564
7346
|
* @maxLength `512`
|
|
@@ -6969,6 +7751,11 @@ export type TreeMapVisual = {
|
|
|
6969
7751
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
6970
7752
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
6971
7753
|
Title?: VisualTitleLabelOptions;
|
|
7754
|
+
/**
|
|
7755
|
+
* @minLength `1`
|
|
7756
|
+
* @maxLength `1024`
|
|
7757
|
+
*/
|
|
7758
|
+
VisualContentAltText?: string;
|
|
6972
7759
|
/**
|
|
6973
7760
|
* @minLength `1`
|
|
6974
7761
|
* @maxLength `512`
|
|
@@ -7068,9 +7855,11 @@ export type Visual = {
|
|
|
7068
7855
|
HistogramVisual?: HistogramVisual;
|
|
7069
7856
|
InsightVisual?: InsightVisual;
|
|
7070
7857
|
KPIVisual?: KPIVisual;
|
|
7858
|
+
LayerMapVisual?: LayerMapVisual;
|
|
7071
7859
|
LineChartVisual?: LineChartVisual;
|
|
7072
7860
|
PieChartVisual?: PieChartVisual;
|
|
7073
7861
|
PivotTableVisual?: PivotTableVisual;
|
|
7862
|
+
PluginVisual?: PluginVisual;
|
|
7074
7863
|
RadarChartVisual?: RadarChartVisual;
|
|
7075
7864
|
SankeyDiagramVisual?: SankeyDiagramVisual;
|
|
7076
7865
|
ScatterPlotVisual?: ScatterPlotVisual;
|
|
@@ -7256,6 +8045,11 @@ export type WaterfallVisual = {
|
|
|
7256
8045
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
7257
8046
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
7258
8047
|
Title?: VisualTitleLabelOptions;
|
|
8048
|
+
/**
|
|
8049
|
+
* @minLength `1`
|
|
8050
|
+
* @maxLength `1024`
|
|
8051
|
+
*/
|
|
8052
|
+
VisualContentAltText?: string;
|
|
7259
8053
|
/**
|
|
7260
8054
|
* @minLength `1`
|
|
7261
8055
|
* @maxLength `512`
|
|
@@ -7369,6 +8163,11 @@ export type WordCloudVisual = {
|
|
|
7369
8163
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
7370
8164
|
Subtitle?: VisualSubtitleLabelOptions;
|
|
7371
8165
|
Title?: VisualTitleLabelOptions;
|
|
8166
|
+
/**
|
|
8167
|
+
* @minLength `1`
|
|
8168
|
+
* @maxLength `1024`
|
|
8169
|
+
*/
|
|
8170
|
+
VisualContentAltText?: string;
|
|
7372
8171
|
/**
|
|
7373
8172
|
* @minLength `1`
|
|
7374
8173
|
* @maxLength `512`
|