@awboost/cfn-resource-types 0.1.136 → 0.1.138
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-ApiGatewayV2-Integration.d.ts +6 -75
- package/lib/AWS-ApiGatewayV2-Integration.js +1 -2
- package/lib/AWS-AppIntegrations-Application.d.ts +1 -1
- package/lib/AWS-ApplicationSignals-ServiceLevelObjective.d.ts +72 -1
- package/lib/AWS-Backup-RestoreTestingPlan.d.ts +6 -0
- package/lib/AWS-Batch-ComputeEnvironment.d.ts +1 -0
- package/lib/AWS-Bedrock-Flow.d.ts +131 -1
- package/lib/AWS-Bedrock-FlowAlias.d.ts +1 -1
- package/lib/AWS-Bedrock-FlowVersion.d.ts +118 -1
- package/lib/AWS-Bedrock-PromptVersion.d.ts +17 -0
- package/lib/AWS-CloudWatch-Alarm.d.ts +7 -4
- package/lib/AWS-CodeBuild-Fleet.d.ts +6 -2
- package/lib/AWS-EC2-CustomerGateway.d.ts +1 -1
- package/lib/AWS-EC2-InternetGateway.d.ts +1 -1
- package/lib/AWS-EC2-KeyPair.d.ts +1 -1
- package/lib/AWS-EC2-NatGateway.d.ts +1 -1
- package/lib/AWS-EC2-Subnet.d.ts +4 -4
- package/lib/AWS-EC2-VPCEndpoint.d.ts +4 -2
- package/lib/AWS-EC2-VPCEndpoint.js +2 -1
- package/lib/AWS-EC2-VPNConnection.d.ts +12 -1
- package/lib/AWS-EC2-VPNGateway.d.ts +1 -1
- package/lib/AWS-EC2-VPNGatewayRoutePropagation.d.ts +6 -0
- package/lib/AWS-EC2-Volume.d.ts +13 -7
- package/lib/AWS-EC2-Volume.js +4 -1
- package/lib/AWS-ECR-Repository.d.ts +1 -1
- package/lib/AWS-ECS-TaskDefinition.d.ts +73 -62
- package/lib/AWS-ECS-TaskDefinition.js +1 -1
- package/lib/AWS-ElasticLoadBalancingV2-LoadBalancer.d.ts +1 -0
- package/lib/AWS-EntityResolution-MatchingWorkflow.d.ts +8 -0
- package/lib/AWS-EntityResolution-SchemaMapping.d.ts +1 -1
- package/lib/AWS-IoTFleetWise-Campaign.d.ts +20 -0
- package/lib/AWS-IoTFleetWise-DecoderManifest.d.ts +2 -2
- package/lib/AWS-MSK-Replicator.d.ts +21 -0
- package/lib/AWS-MediaLive-Input.d.ts +27 -0
- package/lib/AWS-MediaPackageV2-OriginEndpoint.d.ts +2 -2
- package/lib/AWS-Neptune-DBCluster.d.ts +7 -3
- package/lib/AWS-OpenSearchService-Domain.d.ts +12 -0
- package/lib/AWS-PCAConnectorSCEP-Challenge.d.ts +43 -0
- package/lib/AWS-PCAConnectorSCEP-Challenge.js +13 -0
- package/lib/AWS-PCAConnectorSCEP-Connector.d.ts +94 -0
- package/lib/AWS-PCAConnectorSCEP-Connector.js +13 -0
- package/lib/AWS-PaymentCryptography-Key.d.ts +3 -3
- package/lib/AWS-QBusiness-Application.d.ts +45 -0
- package/lib/AWS-QBusiness-WebExperience.d.ts +40 -0
- package/lib/AWS-QuickSight-Analysis.d.ts +48 -0
- package/lib/AWS-QuickSight-Dashboard.d.ts +48 -0
- package/lib/AWS-QuickSight-DataSet.d.ts +2 -2
- package/lib/AWS-QuickSight-DataSource.d.ts +1 -1
- package/lib/AWS-QuickSight-Template.d.ts +48 -0
- package/lib/AWS-RDS-DBInstance.d.ts +2 -2
- package/lib/AWS-SES-ReceiptRule.d.ts +1 -0
- package/lib/AWS-SSMQuickSetup-ConfigurationManager.d.ts +104 -0
- package/lib/AWS-SSMQuickSetup-ConfigurationManager.js +12 -0
- package/lib/AWS-SageMaker-Domain.d.ts +1 -1
- package/lib/AWS-SageMaker-UserProfile.d.ts +1 -1
- package/lib/AWS-SecurityHub-AutomationRule.d.ts +332 -96
- package/lib/AWS-SecurityHub-DelegatedAdmin.d.ts +9 -7
- package/lib/AWS-SecurityHub-DelegatedAdmin.js +4 -1
- package/lib/AWS-SecurityHub-FindingAggregator.d.ts +20 -10
- package/lib/AWS-SecurityHub-FindingAggregator.js +3 -1
- package/package.json +1 -1
|
@@ -798,6 +798,15 @@ export type CategoryFilterMatchOperator = "EQUALS" | "DOES_NOT_EQUAL" | "CONTAIN
|
|
|
798
798
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryfilterselectalloptions.html}
|
|
799
799
|
*/
|
|
800
800
|
export type CategoryFilterSelectAllOptions = "FILTER_ALL_VALUES";
|
|
801
|
+
/**
|
|
802
|
+
* Type definition for `AWS::QuickSight::Dashboard.CategoryInnerFilter`.
|
|
803
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryinnerfilter.html}
|
|
804
|
+
*/
|
|
805
|
+
export type CategoryInnerFilter = {
|
|
806
|
+
Column: ColumnIdentifier;
|
|
807
|
+
Configuration: CategoryFilterConfiguration;
|
|
808
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
809
|
+
};
|
|
801
810
|
/**
|
|
802
811
|
* Type definition for `AWS::QuickSight::Dashboard.ChartAxisLabelOptions`.
|
|
803
812
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-chartaxislabeloptions.html}
|
|
@@ -911,6 +920,7 @@ export type ColumnTooltipItem = {
|
|
|
911
920
|
Aggregation?: AggregationFunction;
|
|
912
921
|
Column: ColumnIdentifier;
|
|
913
922
|
Label?: string;
|
|
923
|
+
TooltipTarget?: TooltipTarget;
|
|
914
924
|
Visibility?: Visibility;
|
|
915
925
|
};
|
|
916
926
|
/**
|
|
@@ -961,6 +971,7 @@ export type ComboChartConfiguration = {
|
|
|
961
971
|
ReferenceLines?: ReferenceLine[];
|
|
962
972
|
SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
963
973
|
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
974
|
+
SingleAxisOptions?: SingleAxisOptions;
|
|
964
975
|
SortConfiguration?: ComboChartSortConfiguration;
|
|
965
976
|
Tooltip?: TooltipOptions;
|
|
966
977
|
VisualPalette?: VisualPalette;
|
|
@@ -2367,6 +2378,7 @@ export type FieldTooltipItem = {
|
|
|
2367
2378
|
*/
|
|
2368
2379
|
FieldId: string;
|
|
2369
2380
|
Label?: string;
|
|
2381
|
+
TooltipTarget?: TooltipTarget;
|
|
2370
2382
|
Visibility?: Visibility;
|
|
2371
2383
|
};
|
|
2372
2384
|
/**
|
|
@@ -2477,6 +2489,7 @@ export type FilledMapVisual = {
|
|
|
2477
2489
|
*/
|
|
2478
2490
|
export type Filter = {
|
|
2479
2491
|
CategoryFilter?: CategoryFilter;
|
|
2492
|
+
NestedFilter?: NestedFilter;
|
|
2480
2493
|
NumericEqualityFilter?: NumericEqualityFilter;
|
|
2481
2494
|
NumericRangeFilter?: NumericRangeFilter;
|
|
2482
2495
|
RelativeDatesFilter?: RelativeDatesFilter;
|
|
@@ -3627,6 +3640,13 @@ export type HorizontalTextAlignment = "LEFT" | "CENTER" | "RIGHT" | "AUTO";
|
|
|
3627
3640
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-icon.html}
|
|
3628
3641
|
*/
|
|
3629
3642
|
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";
|
|
3643
|
+
/**
|
|
3644
|
+
* Type definition for `AWS::QuickSight::Dashboard.InnerFilter`.
|
|
3645
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-innerfilter.html}
|
|
3646
|
+
*/
|
|
3647
|
+
export type InnerFilter = {
|
|
3648
|
+
CategoryInnerFilter?: CategoryInnerFilter;
|
|
3649
|
+
};
|
|
3630
3650
|
/**
|
|
3631
3651
|
* Type definition for `AWS::QuickSight::Dashboard.InsightConfiguration`.
|
|
3632
3652
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-insightconfiguration.html}
|
|
@@ -4010,6 +4030,7 @@ export type LineChartConfiguration = {
|
|
|
4010
4030
|
* @maxLength `2000`
|
|
4011
4031
|
*/
|
|
4012
4032
|
Series?: SeriesItem[];
|
|
4033
|
+
SingleAxisOptions?: SingleAxisOptions;
|
|
4013
4034
|
SmallMultiplesOptions?: SmallMultiplesOptions;
|
|
4014
4035
|
SortConfiguration?: LineChartSortConfiguration;
|
|
4015
4036
|
Tooltip?: TooltipOptions;
|
|
@@ -4324,6 +4345,21 @@ export type NegativeValueConfiguration = {
|
|
|
4324
4345
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-negativevaluedisplaymode.html}
|
|
4325
4346
|
*/
|
|
4326
4347
|
export type NegativeValueDisplayMode = "POSITIVE" | "NEGATIVE";
|
|
4348
|
+
/**
|
|
4349
|
+
* Type definition for `AWS::QuickSight::Dashboard.NestedFilter`.
|
|
4350
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nestedfilter.html}
|
|
4351
|
+
*/
|
|
4352
|
+
export type NestedFilter = {
|
|
4353
|
+
Column: ColumnIdentifier;
|
|
4354
|
+
/**
|
|
4355
|
+
* @minLength `1`
|
|
4356
|
+
* @maxLength `512`
|
|
4357
|
+
* @pattern `^[\w\-]+$`
|
|
4358
|
+
*/
|
|
4359
|
+
FilterId: string;
|
|
4360
|
+
IncludeInnerSet: boolean;
|
|
4361
|
+
InnerFilter: InnerFilter;
|
|
4362
|
+
};
|
|
4327
4363
|
/**
|
|
4328
4364
|
* Type definition for `AWS::QuickSight::Dashboard.NullValueFormatConfiguration`.
|
|
4329
4365
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nullvalueformatconfiguration.html}
|
|
@@ -6265,6 +6301,13 @@ export type SimpleNumericalAggregationFunction = "SUM" | "AVERAGE" | "MIN" | "MA
|
|
|
6265
6301
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-simpletotalaggregationfunction.html}
|
|
6266
6302
|
*/
|
|
6267
6303
|
export type SimpleTotalAggregationFunction = "DEFAULT" | "SUM" | "AVERAGE" | "MIN" | "MAX" | "NONE";
|
|
6304
|
+
/**
|
|
6305
|
+
* Type definition for `AWS::QuickSight::Dashboard.SingleAxisOptions`.
|
|
6306
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-singleaxisoptions.html}
|
|
6307
|
+
*/
|
|
6308
|
+
export type SingleAxisOptions = {
|
|
6309
|
+
YAxisOptions?: unknown;
|
|
6310
|
+
};
|
|
6268
6311
|
/**
|
|
6269
6312
|
* Type definition for `AWS::QuickSight::Dashboard.SliderControlDisplayOptions`.
|
|
6270
6313
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-slidercontroldisplayoptions.html}
|
|
@@ -6961,6 +7004,11 @@ export type TooltipOptions = {
|
|
|
6961
7004
|
SelectedTooltipType?: SelectedTooltipType;
|
|
6962
7005
|
TooltipVisibility?: Visibility;
|
|
6963
7006
|
};
|
|
7007
|
+
/**
|
|
7008
|
+
* Type definition for `AWS::QuickSight::Dashboard.TooltipTarget`.
|
|
7009
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tooltiptarget.html}
|
|
7010
|
+
*/
|
|
7011
|
+
export type TooltipTarget = "BOTH" | "BAR" | "LINE";
|
|
6964
7012
|
/**
|
|
6965
7013
|
* Type definition for `AWS::QuickSight::Dashboard.TooltipTitleType`.
|
|
6966
7014
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tooltiptitletype.html}
|
|
@@ -145,7 +145,7 @@ export type CalculatedColumn = {
|
|
|
145
145
|
/**
|
|
146
146
|
* <p>An expression that defines the calculated column.</p>
|
|
147
147
|
* @minLength `1`
|
|
148
|
-
* @maxLength `
|
|
148
|
+
* @maxLength `250000`
|
|
149
149
|
*/
|
|
150
150
|
Expression: string;
|
|
151
151
|
};
|
|
@@ -338,7 +338,7 @@ export type DataSetRefreshProperties = {
|
|
|
338
338
|
/**
|
|
339
339
|
* <p>The refresh configuration of a dataset.</p>
|
|
340
340
|
*/
|
|
341
|
-
RefreshConfiguration
|
|
341
|
+
RefreshConfiguration?: RefreshConfiguration;
|
|
342
342
|
};
|
|
343
343
|
/**
|
|
344
344
|
* Type definition for `AWS::QuickSight::DataSet.DataSetUsageConfiguration`.
|
|
@@ -377,7 +377,7 @@ export type DataSourceParameters = {
|
|
|
377
377
|
* Type definition for `AWS::QuickSight::DataSource.DataSourceType`.
|
|
378
378
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-datasourcetype.html}
|
|
379
379
|
*/
|
|
380
|
-
export type DataSourceType = "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW";
|
|
380
|
+
export type DataSourceType = "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE";
|
|
381
381
|
/**
|
|
382
382
|
* Type definition for `AWS::QuickSight::DataSource.IdentityCenterConfiguration`.
|
|
383
383
|
* <p>The parameters for an IAM Identity Center configuration.</p>
|
|
@@ -820,6 +820,15 @@ export type CategoryFilterMatchOperator = "EQUALS" | "DOES_NOT_EQUAL" | "CONTAIN
|
|
|
820
820
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryfilterselectalloptions.html}
|
|
821
821
|
*/
|
|
822
822
|
export type CategoryFilterSelectAllOptions = "FILTER_ALL_VALUES";
|
|
823
|
+
/**
|
|
824
|
+
* Type definition for `AWS::QuickSight::Template.CategoryInnerFilter`.
|
|
825
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryinnerfilter.html}
|
|
826
|
+
*/
|
|
827
|
+
export type CategoryInnerFilter = {
|
|
828
|
+
Column: ColumnIdentifier;
|
|
829
|
+
Configuration: CategoryFilterConfiguration;
|
|
830
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
|
831
|
+
};
|
|
823
832
|
/**
|
|
824
833
|
* Type definition for `AWS::QuickSight::Template.ChartAxisLabelOptions`.
|
|
825
834
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-chartaxislabeloptions.html}
|
|
@@ -980,6 +989,7 @@ export type ColumnTooltipItem = {
|
|
|
980
989
|
Aggregation?: AggregationFunction;
|
|
981
990
|
Column: ColumnIdentifier;
|
|
982
991
|
Label?: string;
|
|
992
|
+
TooltipTarget?: TooltipTarget;
|
|
983
993
|
Visibility?: Visibility;
|
|
984
994
|
};
|
|
985
995
|
/**
|
|
@@ -1030,6 +1040,7 @@ export type ComboChartConfiguration = {
|
|
|
1030
1040
|
ReferenceLines?: ReferenceLine[];
|
|
1031
1041
|
SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
1032
1042
|
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
1043
|
+
SingleAxisOptions?: SingleAxisOptions;
|
|
1033
1044
|
SortConfiguration?: ComboChartSortConfiguration;
|
|
1034
1045
|
Tooltip?: TooltipOptions;
|
|
1035
1046
|
VisualPalette?: VisualPalette;
|
|
@@ -2170,6 +2181,7 @@ export type FieldTooltipItem = {
|
|
|
2170
2181
|
*/
|
|
2171
2182
|
FieldId: string;
|
|
2172
2183
|
Label?: string;
|
|
2184
|
+
TooltipTarget?: TooltipTarget;
|
|
2173
2185
|
Visibility?: Visibility;
|
|
2174
2186
|
};
|
|
2175
2187
|
/**
|
|
@@ -2280,6 +2292,7 @@ export type FilledMapVisual = {
|
|
|
2280
2292
|
*/
|
|
2281
2293
|
export type Filter = {
|
|
2282
2294
|
CategoryFilter?: CategoryFilter;
|
|
2295
|
+
NestedFilter?: NestedFilter;
|
|
2283
2296
|
NumericEqualityFilter?: NumericEqualityFilter;
|
|
2284
2297
|
NumericRangeFilter?: NumericRangeFilter;
|
|
2285
2298
|
RelativeDatesFilter?: RelativeDatesFilter;
|
|
@@ -3430,6 +3443,13 @@ export type HorizontalTextAlignment = "LEFT" | "CENTER" | "RIGHT" | "AUTO";
|
|
|
3430
3443
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-icon.html}
|
|
3431
3444
|
*/
|
|
3432
3445
|
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";
|
|
3446
|
+
/**
|
|
3447
|
+
* Type definition for `AWS::QuickSight::Template.InnerFilter`.
|
|
3448
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-innerfilter.html}
|
|
3449
|
+
*/
|
|
3450
|
+
export type InnerFilter = {
|
|
3451
|
+
CategoryInnerFilter?: CategoryInnerFilter;
|
|
3452
|
+
};
|
|
3433
3453
|
/**
|
|
3434
3454
|
* Type definition for `AWS::QuickSight::Template.InsightConfiguration`.
|
|
3435
3455
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-insightconfiguration.html}
|
|
@@ -3797,6 +3817,7 @@ export type LineChartConfiguration = {
|
|
|
3797
3817
|
* @maxLength `2000`
|
|
3798
3818
|
*/
|
|
3799
3819
|
Series?: SeriesItem[];
|
|
3820
|
+
SingleAxisOptions?: SingleAxisOptions;
|
|
3800
3821
|
SmallMultiplesOptions?: SmallMultiplesOptions;
|
|
3801
3822
|
SortConfiguration?: LineChartSortConfiguration;
|
|
3802
3823
|
Tooltip?: TooltipOptions;
|
|
@@ -4100,6 +4121,21 @@ export type NegativeValueConfiguration = {
|
|
|
4100
4121
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-negativevaluedisplaymode.html}
|
|
4101
4122
|
*/
|
|
4102
4123
|
export type NegativeValueDisplayMode = "POSITIVE" | "NEGATIVE";
|
|
4124
|
+
/**
|
|
4125
|
+
* Type definition for `AWS::QuickSight::Template.NestedFilter`.
|
|
4126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-nestedfilter.html}
|
|
4127
|
+
*/
|
|
4128
|
+
export type NestedFilter = {
|
|
4129
|
+
Column: ColumnIdentifier;
|
|
4130
|
+
/**
|
|
4131
|
+
* @minLength `1`
|
|
4132
|
+
* @maxLength `512`
|
|
4133
|
+
* @pattern `^[\w\-]+$`
|
|
4134
|
+
*/
|
|
4135
|
+
FilterId: string;
|
|
4136
|
+
IncludeInnerSet: boolean;
|
|
4137
|
+
InnerFilter: InnerFilter;
|
|
4138
|
+
};
|
|
4103
4139
|
/**
|
|
4104
4140
|
* Type definition for `AWS::QuickSight::Template.NullValueFormatConfiguration`.
|
|
4105
4141
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-nullvalueformatconfiguration.html}
|
|
@@ -5994,6 +6030,13 @@ export type SimpleNumericalAggregationFunction = "SUM" | "AVERAGE" | "MIN" | "MA
|
|
|
5994
6030
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-simpletotalaggregationfunction.html}
|
|
5995
6031
|
*/
|
|
5996
6032
|
export type SimpleTotalAggregationFunction = "DEFAULT" | "SUM" | "AVERAGE" | "MIN" | "MAX" | "NONE";
|
|
6033
|
+
/**
|
|
6034
|
+
* Type definition for `AWS::QuickSight::Template.SingleAxisOptions`.
|
|
6035
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-singleaxisoptions.html}
|
|
6036
|
+
*/
|
|
6037
|
+
export type SingleAxisOptions = {
|
|
6038
|
+
YAxisOptions?: unknown;
|
|
6039
|
+
};
|
|
5997
6040
|
/**
|
|
5998
6041
|
* Type definition for `AWS::QuickSight::Template.SliderControlDisplayOptions`.
|
|
5999
6042
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-slidercontroldisplayoptions.html}
|
|
@@ -6830,6 +6873,11 @@ export type TooltipOptions = {
|
|
|
6830
6873
|
SelectedTooltipType?: SelectedTooltipType;
|
|
6831
6874
|
TooltipVisibility?: Visibility;
|
|
6832
6875
|
};
|
|
6876
|
+
/**
|
|
6877
|
+
* Type definition for `AWS::QuickSight::Template.TooltipTarget`.
|
|
6878
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tooltiptarget.html}
|
|
6879
|
+
*/
|
|
6880
|
+
export type TooltipTarget = "BOTH" | "BAR" | "LINE";
|
|
6833
6881
|
/**
|
|
6834
6882
|
* Type definition for `AWS::QuickSight::Template.TooltipTitleType`.
|
|
6835
6883
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tooltiptitletype.html}
|
|
@@ -680,7 +680,7 @@ export type RDSDBInstanceProperties = {
|
|
|
680
680
|
*/
|
|
681
681
|
ReplicaMode?: string;
|
|
682
682
|
/**
|
|
683
|
-
* The date and time to restore from.
|
|
683
|
+
* The date and time to restore from. This parameter applies to point-in-time recovery. For more information, see [Restoring a DB instance to a specified time](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html) in the in the *Amazon RDS User Guide*.
|
|
684
684
|
Constraints:
|
|
685
685
|
+ Must be a time in Universal Coordinated Time (UTC) format.
|
|
686
686
|
+ Must be before the latest restorable time for the DB instance.
|
|
@@ -763,7 +763,7 @@ export type RDSDBInstanceProperties = {
|
|
|
763
763
|
*/
|
|
764
764
|
UseDefaultProcessorFeatures?: boolean;
|
|
765
765
|
/**
|
|
766
|
-
* Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.
|
|
766
|
+
* Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. This parameter applies to point-in-time recovery. For more information, see [Restoring a DB instance to a specified time](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html) in the in the *Amazon RDS User Guide*.
|
|
767
767
|
Constraints:
|
|
768
768
|
+ Can't be specified if the ``RestoreTime`` parameter is provided.
|
|
769
769
|
*/
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Definition of AWS::SSMQuickSetup::ConfigurationManager Resource Type
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html}
|
|
6
|
+
*/
|
|
7
|
+
export type SSMQuickSetupConfigurationManagerProperties = {
|
|
8
|
+
ConfigurationDefinitions: ConfigurationDefinition[];
|
|
9
|
+
/**
|
|
10
|
+
* @pattern `^.{0,512}$`
|
|
11
|
+
*/
|
|
12
|
+
Description?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @pattern `^[ A-Za-z0-9_-]{1,50}$`
|
|
15
|
+
*/
|
|
16
|
+
Name?: string;
|
|
17
|
+
Tags?: TagsMap;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Attribute type definition for `AWS::SSMQuickSetup::ConfigurationManager`.
|
|
21
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html#aws-resource-ssmquicksetup-configurationmanager-return-values}
|
|
22
|
+
*/
|
|
23
|
+
export type SSMQuickSetupConfigurationManagerAttributes = {
|
|
24
|
+
ConfigurationDefinitions: {
|
|
25
|
+
id: string;
|
|
26
|
+
}[];
|
|
27
|
+
CreatedAt: string;
|
|
28
|
+
LastModifiedAt: string;
|
|
29
|
+
ManagerArn: string;
|
|
30
|
+
StatusSummaries: {
|
|
31
|
+
LastUpdatedAt: string;
|
|
32
|
+
Status: Status;
|
|
33
|
+
StatusDetails: Record<string, string>;
|
|
34
|
+
StatusMessage: string;
|
|
35
|
+
StatusType: StatusType;
|
|
36
|
+
}[];
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Type definition for `AWS::SSMQuickSetup::ConfigurationManager.ConfigurationDefinition`.
|
|
40
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationdefinition.html}
|
|
41
|
+
*/
|
|
42
|
+
export type ConfigurationDefinition = {
|
|
43
|
+
LocalDeploymentAdministrationRoleArn?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @minLength `1`
|
|
46
|
+
* @maxLength `256`
|
|
47
|
+
*/
|
|
48
|
+
LocalDeploymentExecutionRoleName?: string;
|
|
49
|
+
Parameters: ConfigurationParametersMap;
|
|
50
|
+
/**
|
|
51
|
+
* @pattern `^[a-zA-Z0-9_\-.:/]{3,200}$`
|
|
52
|
+
*/
|
|
53
|
+
Type: string;
|
|
54
|
+
/**
|
|
55
|
+
* @minLength `1`
|
|
56
|
+
* @maxLength `128`
|
|
57
|
+
*/
|
|
58
|
+
TypeVersion?: string;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Type definition for `AWS::SSMQuickSetup::ConfigurationManager.ConfigurationParametersMap`.
|
|
62
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationparametersmap.html}
|
|
63
|
+
*/
|
|
64
|
+
export type ConfigurationParametersMap = Record<string, string>;
|
|
65
|
+
/**
|
|
66
|
+
* Type definition for `AWS::SSMQuickSetup::ConfigurationManager.Status`.
|
|
67
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-status.html}
|
|
68
|
+
*/
|
|
69
|
+
export type Status = "INITIALIZING" | "DEPLOYING" | "SUCCEEDED" | "DELETING" | "STOPPING" | "FAILED" | "STOPPED" | "DELETE_FAILED" | "STOP_FAILED" | "NONE";
|
|
70
|
+
/**
|
|
71
|
+
* Type definition for `AWS::SSMQuickSetup::ConfigurationManager.StatusDetails`.
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-statusdetails.html}
|
|
73
|
+
*/
|
|
74
|
+
export type StatusDetails = Record<string, string>;
|
|
75
|
+
/**
|
|
76
|
+
* Type definition for `AWS::SSMQuickSetup::ConfigurationManager.StatusSummary`.
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-statussummary.html}
|
|
78
|
+
*/
|
|
79
|
+
export type StatusSummary = {
|
|
80
|
+
LastUpdatedAt: string;
|
|
81
|
+
Status?: Status;
|
|
82
|
+
StatusDetails?: StatusDetails;
|
|
83
|
+
StatusMessage?: string;
|
|
84
|
+
StatusType: StatusType;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Type definition for `AWS::SSMQuickSetup::ConfigurationManager.StatusType`.
|
|
88
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-statustype.html}
|
|
89
|
+
*/
|
|
90
|
+
export type StatusType = "Deployment" | "AsyncExecutions";
|
|
91
|
+
/**
|
|
92
|
+
* Type definition for `AWS::SSMQuickSetup::ConfigurationManager.TagsMap`.
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-tagsmap.html}
|
|
94
|
+
*/
|
|
95
|
+
export type TagsMap = Record<string, string>;
|
|
96
|
+
/**
|
|
97
|
+
* Definition of AWS::SSMQuickSetup::ConfigurationManager Resource Type
|
|
98
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html}
|
|
99
|
+
*/
|
|
100
|
+
export declare class SSMQuickSetupConfigurationManager extends $Resource<"AWS::SSMQuickSetup::ConfigurationManager", SSMQuickSetupConfigurationManagerProperties, SSMQuickSetupConfigurationManagerAttributes> {
|
|
101
|
+
static readonly Type = "AWS::SSMQuickSetup::ConfigurationManager";
|
|
102
|
+
constructor(logicalId: string, properties: SSMQuickSetupConfigurationManagerProperties, options?: $ResourceOptions);
|
|
103
|
+
}
|
|
104
|
+
//# sourceMappingURL=AWS-SSMQuickSetup-ConfigurationManager.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Definition of AWS::SSMQuickSetup::ConfigurationManager Resource Type
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html}
|
|
5
|
+
*/
|
|
6
|
+
export class SSMQuickSetupConfigurationManager extends $Resource {
|
|
7
|
+
static Type = "AWS::SSMQuickSetup::ConfigurationManager";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, SSMQuickSetupConfigurationManager.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-SSMQuickSetup-ConfigurationManager.js.map
|
|
@@ -392,7 +392,7 @@ export type KernelGatewayAppSettings = {
|
|
|
392
392
|
* Type definition for `AWS::SageMaker::Domain.MlTools`.
|
|
393
393
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-mltools.html}
|
|
394
394
|
*/
|
|
395
|
-
export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects";
|
|
395
|
+
export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects" | "InferenceOptimization";
|
|
396
396
|
/**
|
|
397
397
|
* Type definition for `AWS::SageMaker::Domain.ResourceSpec`.
|
|
398
398
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-resourcespec.html}
|
|
@@ -256,7 +256,7 @@ export type KernelGatewayAppSettings = {
|
|
|
256
256
|
* Type definition for `AWS::SageMaker::UserProfile.MlTools`.
|
|
257
257
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-mltools.html}
|
|
258
258
|
*/
|
|
259
|
-
export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects";
|
|
259
|
+
export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects" | "InferenceOptimization";
|
|
260
260
|
/**
|
|
261
261
|
* Type definition for `AWS::SageMaker::UserProfile.ResourceSpec`.
|
|
262
262
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-resourcespec.html}
|