@awboost/cfn-resource-types 0.1.136 → 0.1.137
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-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
|
@@ -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}
|