@intentius/chant-lexicon-aws 0.1.23 → 0.3.0
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/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +534 -35
- package/dist/types/index.d.ts +674 -49
- package/package.json +1 -1
- package/src/generated/index.d.ts +674 -49
- package/src/generated/index.ts +60 -8
- package/src/generated/lexicon-aws.json +534 -35
package/dist/meta.json
CHANGED
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
179
179
|
},
|
|
180
180
|
"AIAgentArn": {
|
|
181
|
-
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$"
|
|
181
|
+
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
182
182
|
},
|
|
183
183
|
"AssistantId": {
|
|
184
184
|
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$"
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
"propertyConstraints": {
|
|
227
227
|
"AIAgentArn": {
|
|
228
|
-
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})
|
|
228
|
+
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
229
229
|
},
|
|
230
230
|
"AssistantArn": {
|
|
231
231
|
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})?$"
|
|
@@ -353,7 +353,8 @@
|
|
|
353
353
|
"attrs": {
|
|
354
354
|
"AIGuardrailArn": "AIGuardrailArn",
|
|
355
355
|
"AIGuardrailId": "AIGuardrailId",
|
|
356
|
-
"AssistantArn": "AssistantArn"
|
|
356
|
+
"AssistantArn": "AssistantArn",
|
|
357
|
+
"ModifiedTimeSeconds": "ModifiedTimeSeconds"
|
|
357
358
|
},
|
|
358
359
|
"propertyConstraints": {
|
|
359
360
|
"AssistantId": {
|
|
@@ -363,7 +364,7 @@
|
|
|
363
364
|
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$"
|
|
364
365
|
},
|
|
365
366
|
"AIGuardrailArn": {
|
|
366
|
-
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$"
|
|
367
|
+
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
367
368
|
},
|
|
368
369
|
"AIGuardrailId": {
|
|
369
370
|
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
@@ -433,7 +434,7 @@
|
|
|
433
434
|
},
|
|
434
435
|
"propertyConstraints": {
|
|
435
436
|
"AIGuardrailArn": {
|
|
436
|
-
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})
|
|
437
|
+
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
437
438
|
},
|
|
438
439
|
"AssistantArn": {
|
|
439
440
|
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})?$"
|
|
@@ -544,7 +545,7 @@
|
|
|
544
545
|
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
545
546
|
},
|
|
546
547
|
"AIPromptArn": {
|
|
547
|
-
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$"
|
|
548
|
+
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
548
549
|
},
|
|
549
550
|
"AssistantId": {
|
|
550
551
|
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$"
|
|
@@ -597,7 +598,7 @@
|
|
|
597
598
|
},
|
|
598
599
|
"propertyConstraints": {
|
|
599
600
|
"AIPromptArn": {
|
|
600
|
-
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})
|
|
601
|
+
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$"
|
|
601
602
|
},
|
|
602
603
|
"AssistantArn": {
|
|
603
604
|
"pattern": "^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})?$"
|
|
@@ -1207,6 +1208,56 @@
|
|
|
1207
1208
|
"kind": "property",
|
|
1208
1209
|
"lexicon": "aws"
|
|
1209
1210
|
},
|
|
1211
|
+
"AWSExternalAnthropicWorkspace": {
|
|
1212
|
+
"resourceType": "AWS::AWSExternalAnthropic::Workspace",
|
|
1213
|
+
"kind": "resource",
|
|
1214
|
+
"lexicon": "aws",
|
|
1215
|
+
"attrs": {
|
|
1216
|
+
"Arn": "Arn",
|
|
1217
|
+
"CreatedAt": "CreatedAt",
|
|
1218
|
+
"Id": "Id"
|
|
1219
|
+
},
|
|
1220
|
+
"propertyConstraints": {
|
|
1221
|
+
"Arn": {
|
|
1222
|
+
"pattern": "^arn:[a-zA-Z0-9_\\-]+:aws-external-anthropic:[a-zA-Z0-9_\\-]+:[0-9]+:workspace/wrkspc_[A-Za-z0-9]+$",
|
|
1223
|
+
"minLength": 1,
|
|
1224
|
+
"maxLength": 256
|
|
1225
|
+
},
|
|
1226
|
+
"Id": {
|
|
1227
|
+
"pattern": "^wrkspc_[A-Za-z0-9]+$",
|
|
1228
|
+
"minLength": 1,
|
|
1229
|
+
"maxLength": 64
|
|
1230
|
+
},
|
|
1231
|
+
"Name": {
|
|
1232
|
+
"minLength": 1,
|
|
1233
|
+
"maxLength": 40
|
|
1234
|
+
},
|
|
1235
|
+
"CreatedAt": {
|
|
1236
|
+
"format": "date-time"
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
"createOnly": [
|
|
1240
|
+
"DataResidency"
|
|
1241
|
+
],
|
|
1242
|
+
"primaryIdentifier": [
|
|
1243
|
+
"Arn"
|
|
1244
|
+
],
|
|
1245
|
+
"tagging": {
|
|
1246
|
+
"taggable": true,
|
|
1247
|
+
"tagOnCreate": true,
|
|
1248
|
+
"tagUpdatable": true
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
"AWSExternalAnthropicWorkspace_DataResidency": {
|
|
1252
|
+
"resourceType": "AWS::AWSExternalAnthropic::Workspace.DataResidency",
|
|
1253
|
+
"kind": "property",
|
|
1254
|
+
"lexicon": "aws"
|
|
1255
|
+
},
|
|
1256
|
+
"AWSExternalAnthropicWorkspace_Tag": {
|
|
1257
|
+
"resourceType": "AWS::AWSExternalAnthropic::Workspace.Tag",
|
|
1258
|
+
"kind": "property",
|
|
1259
|
+
"lexicon": "aws"
|
|
1260
|
+
},
|
|
1210
1261
|
"AWSLocation": {
|
|
1211
1262
|
"resourceType": "AWS::NetworkManager::Device.AWSLocation",
|
|
1212
1263
|
"kind": "property",
|
|
@@ -7926,16 +7977,19 @@
|
|
|
7926
7977
|
"resourceType": "AWS::ApiGatewayV2::Stage",
|
|
7927
7978
|
"kind": "resource",
|
|
7928
7979
|
"lexicon": "aws",
|
|
7929
|
-
"attrs": {
|
|
7930
|
-
"Id": "Id"
|
|
7931
|
-
},
|
|
7932
7980
|
"createOnly": [
|
|
7933
7981
|
"StageName",
|
|
7934
7982
|
"ApiId"
|
|
7935
7983
|
],
|
|
7936
7984
|
"primaryIdentifier": [
|
|
7937
|
-
"
|
|
7938
|
-
|
|
7985
|
+
"ApiId",
|
|
7986
|
+
"StageName"
|
|
7987
|
+
],
|
|
7988
|
+
"tagging": {
|
|
7989
|
+
"taggable": true,
|
|
7990
|
+
"tagOnCreate": true,
|
|
7991
|
+
"tagUpdatable": true
|
|
7992
|
+
}
|
|
7939
7993
|
},
|
|
7940
7994
|
"Apigwv2Stage_AccessLogSettings": {
|
|
7941
7995
|
"resourceType": "AWS::ApiGatewayV2::Stage.AccessLogSettings",
|
|
@@ -9306,6 +9360,11 @@
|
|
|
9306
9360
|
"kind": "property",
|
|
9307
9361
|
"lexicon": "aws"
|
|
9308
9362
|
},
|
|
9363
|
+
"AppStreamStack_ContentRedirection": {
|
|
9364
|
+
"resourceType": "AWS::AppStream::Stack.ContentRedirection",
|
|
9365
|
+
"kind": "property",
|
|
9366
|
+
"lexicon": "aws"
|
|
9367
|
+
},
|
|
9309
9368
|
"AppStreamStack_StorageConnector": {
|
|
9310
9369
|
"resourceType": "AWS::AppStream::Stack.StorageConnector",
|
|
9311
9370
|
"kind": "property",
|
|
@@ -9321,6 +9380,11 @@
|
|
|
9321
9380
|
"kind": "property",
|
|
9322
9381
|
"lexicon": "aws"
|
|
9323
9382
|
},
|
|
9383
|
+
"AppStreamStack_UrlRedirectionConfig": {
|
|
9384
|
+
"resourceType": "AWS::AppStream::Stack.UrlRedirectionConfig",
|
|
9385
|
+
"kind": "property",
|
|
9386
|
+
"lexicon": "aws"
|
|
9387
|
+
},
|
|
9324
9388
|
"AppStreamStack_UserSetting": {
|
|
9325
9389
|
"resourceType": "AWS::AppStream::Stack.UserSetting",
|
|
9326
9390
|
"kind": "property",
|
|
@@ -12658,6 +12722,143 @@
|
|
|
12658
12722
|
"kind": "property",
|
|
12659
12723
|
"lexicon": "aws"
|
|
12660
12724
|
},
|
|
12725
|
+
"BCMDashboard": {
|
|
12726
|
+
"resourceType": "AWS::BCM::Dashboard",
|
|
12727
|
+
"kind": "resource",
|
|
12728
|
+
"lexicon": "aws",
|
|
12729
|
+
"attrs": {
|
|
12730
|
+
"Arn": "Arn",
|
|
12731
|
+
"Type": "Type",
|
|
12732
|
+
"CreatedAt": "CreatedAt",
|
|
12733
|
+
"UpdatedAt": "UpdatedAt"
|
|
12734
|
+
},
|
|
12735
|
+
"propertyConstraints": {
|
|
12736
|
+
"Arn": {
|
|
12737
|
+
"pattern": "^arn:aws[-a-z0-9]*:bcm-dashboards::[0-9]{12}:dashboard/(\\*|[-a-z0-9]+)$",
|
|
12738
|
+
"minLength": 20,
|
|
12739
|
+
"maxLength": 2048
|
|
12740
|
+
},
|
|
12741
|
+
"Name": {
|
|
12742
|
+
"pattern": "^(?!.* {2})[a-zA-Z][a-zA-Z0-9 _-]{0,48}[a-zA-Z0-9_-]$",
|
|
12743
|
+
"minLength": 2,
|
|
12744
|
+
"maxLength": 50
|
|
12745
|
+
},
|
|
12746
|
+
"Description": {
|
|
12747
|
+
"pattern": "^(?!.* {2})[ a-zA-Z0-9.,!?;:@#$%&\\-_/\\\\]*$",
|
|
12748
|
+
"minLength": 1,
|
|
12749
|
+
"maxLength": 200
|
|
12750
|
+
},
|
|
12751
|
+
"CreatedAt": {
|
|
12752
|
+
"format": "date-time"
|
|
12753
|
+
},
|
|
12754
|
+
"UpdatedAt": {
|
|
12755
|
+
"format": "date-time"
|
|
12756
|
+
}
|
|
12757
|
+
},
|
|
12758
|
+
"primaryIdentifier": [
|
|
12759
|
+
"Arn"
|
|
12760
|
+
],
|
|
12761
|
+
"tagging": {
|
|
12762
|
+
"taggable": true,
|
|
12763
|
+
"tagOnCreate": true,
|
|
12764
|
+
"tagUpdatable": true
|
|
12765
|
+
}
|
|
12766
|
+
},
|
|
12767
|
+
"BCMDashboard_CostAndUsageExpression": {
|
|
12768
|
+
"resourceType": "AWS::BCM::Dashboard.CostAndUsageExpression",
|
|
12769
|
+
"kind": "property",
|
|
12770
|
+
"lexicon": "aws"
|
|
12771
|
+
},
|
|
12772
|
+
"BCMDashboard_CostAndUsageQuery": {
|
|
12773
|
+
"resourceType": "AWS::BCM::Dashboard.CostAndUsageQuery",
|
|
12774
|
+
"kind": "property",
|
|
12775
|
+
"lexicon": "aws"
|
|
12776
|
+
},
|
|
12777
|
+
"BCMDashboard_CostCategoryValues": {
|
|
12778
|
+
"resourceType": "AWS::BCM::Dashboard.CostCategoryValues",
|
|
12779
|
+
"kind": "property",
|
|
12780
|
+
"lexicon": "aws"
|
|
12781
|
+
},
|
|
12782
|
+
"BCMDashboard_DateTimeRange": {
|
|
12783
|
+
"resourceType": "AWS::BCM::Dashboard.DateTimeRange",
|
|
12784
|
+
"kind": "property",
|
|
12785
|
+
"lexicon": "aws"
|
|
12786
|
+
},
|
|
12787
|
+
"BCMDashboard_DateTimeValue": {
|
|
12788
|
+
"resourceType": "AWS::BCM::Dashboard.DateTimeValue",
|
|
12789
|
+
"kind": "property",
|
|
12790
|
+
"lexicon": "aws"
|
|
12791
|
+
},
|
|
12792
|
+
"BCMDashboard_DimensionValues": {
|
|
12793
|
+
"resourceType": "AWS::BCM::Dashboard.DimensionValues",
|
|
12794
|
+
"kind": "property",
|
|
12795
|
+
"lexicon": "aws"
|
|
12796
|
+
},
|
|
12797
|
+
"BCMDashboard_DisplayConfig": {
|
|
12798
|
+
"resourceType": "AWS::BCM::Dashboard.DisplayConfig",
|
|
12799
|
+
"kind": "property",
|
|
12800
|
+
"lexicon": "aws"
|
|
12801
|
+
},
|
|
12802
|
+
"BCMDashboard_Expression": {
|
|
12803
|
+
"resourceType": "AWS::BCM::Dashboard.Expression",
|
|
12804
|
+
"kind": "property",
|
|
12805
|
+
"lexicon": "aws"
|
|
12806
|
+
},
|
|
12807
|
+
"BCMDashboard_GraphDisplayConfig": {
|
|
12808
|
+
"resourceType": "AWS::BCM::Dashboard.GraphDisplayConfig",
|
|
12809
|
+
"kind": "property",
|
|
12810
|
+
"lexicon": "aws"
|
|
12811
|
+
},
|
|
12812
|
+
"BCMDashboard_GroupDefinition": {
|
|
12813
|
+
"resourceType": "AWS::BCM::Dashboard.GroupDefinition",
|
|
12814
|
+
"kind": "property",
|
|
12815
|
+
"lexicon": "aws"
|
|
12816
|
+
},
|
|
12817
|
+
"BCMDashboard_QueryParameters": {
|
|
12818
|
+
"resourceType": "AWS::BCM::Dashboard.QueryParameters",
|
|
12819
|
+
"kind": "property",
|
|
12820
|
+
"lexicon": "aws"
|
|
12821
|
+
},
|
|
12822
|
+
"BCMDashboard_ReservationCoverageQuery": {
|
|
12823
|
+
"resourceType": "AWS::BCM::Dashboard.ReservationCoverageQuery",
|
|
12824
|
+
"kind": "property",
|
|
12825
|
+
"lexicon": "aws"
|
|
12826
|
+
},
|
|
12827
|
+
"BCMDashboard_ReservationUtilizationQuery": {
|
|
12828
|
+
"resourceType": "AWS::BCM::Dashboard.ReservationUtilizationQuery",
|
|
12829
|
+
"kind": "property",
|
|
12830
|
+
"lexicon": "aws"
|
|
12831
|
+
},
|
|
12832
|
+
"BCMDashboard_SavingsPlansCoverageQuery": {
|
|
12833
|
+
"resourceType": "AWS::BCM::Dashboard.SavingsPlansCoverageQuery",
|
|
12834
|
+
"kind": "property",
|
|
12835
|
+
"lexicon": "aws"
|
|
12836
|
+
},
|
|
12837
|
+
"BCMDashboard_SavingsPlansUtilizationQuery": {
|
|
12838
|
+
"resourceType": "AWS::BCM::Dashboard.SavingsPlansUtilizationQuery",
|
|
12839
|
+
"kind": "property",
|
|
12840
|
+
"lexicon": "aws"
|
|
12841
|
+
},
|
|
12842
|
+
"BCMDashboard_Tag": {
|
|
12843
|
+
"resourceType": "AWS::BCM::Dashboard.Tag",
|
|
12844
|
+
"kind": "property",
|
|
12845
|
+
"lexicon": "aws"
|
|
12846
|
+
},
|
|
12847
|
+
"BCMDashboard_TagValues": {
|
|
12848
|
+
"resourceType": "AWS::BCM::Dashboard.TagValues",
|
|
12849
|
+
"kind": "property",
|
|
12850
|
+
"lexicon": "aws"
|
|
12851
|
+
},
|
|
12852
|
+
"BCMDashboard_Widget": {
|
|
12853
|
+
"resourceType": "AWS::BCM::Dashboard.Widget",
|
|
12854
|
+
"kind": "property",
|
|
12855
|
+
"lexicon": "aws"
|
|
12856
|
+
},
|
|
12857
|
+
"BCMDashboard_WidgetConfig": {
|
|
12858
|
+
"resourceType": "AWS::BCM::Dashboard.WidgetConfig",
|
|
12859
|
+
"kind": "property",
|
|
12860
|
+
"lexicon": "aws"
|
|
12861
|
+
},
|
|
12661
12862
|
"BackendDefaults": {
|
|
12662
12863
|
"resourceType": "AWS::AppMesh::VirtualNode.BackendDefaults",
|
|
12663
12864
|
"kind": "property",
|
|
@@ -20374,6 +20575,11 @@
|
|
|
20374
20575
|
"kind": "property",
|
|
20375
20576
|
"lexicon": "aws"
|
|
20376
20577
|
},
|
|
20578
|
+
"ClusteringConfig": {
|
|
20579
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.ClusteringConfig",
|
|
20580
|
+
"kind": "property",
|
|
20581
|
+
"lexicon": "aws"
|
|
20582
|
+
},
|
|
20377
20583
|
"ClusteringKeyColumn": {
|
|
20378
20584
|
"resourceType": "AWS::Cassandra::Table.ClusteringKeyColumn",
|
|
20379
20585
|
"kind": "property",
|
|
@@ -21580,11 +21786,18 @@
|
|
|
21580
21786
|
"ENABLED",
|
|
21581
21787
|
"DISABLED"
|
|
21582
21788
|
]
|
|
21789
|
+
},
|
|
21790
|
+
"Generation": {
|
|
21791
|
+
"enum": [
|
|
21792
|
+
"CLASSIC",
|
|
21793
|
+
"NEXTGEN"
|
|
21794
|
+
]
|
|
21583
21795
|
}
|
|
21584
21796
|
},
|
|
21585
21797
|
"createOnly": [
|
|
21586
21798
|
"Name",
|
|
21587
|
-
"StandbyReplicas"
|
|
21799
|
+
"StandbyReplicas",
|
|
21800
|
+
"Generation"
|
|
21588
21801
|
],
|
|
21589
21802
|
"primaryIdentifier": [
|
|
21590
21803
|
"Id"
|
|
@@ -22885,6 +23098,89 @@
|
|
|
22885
23098
|
"kind": "property",
|
|
22886
23099
|
"lexicon": "aws"
|
|
22887
23100
|
},
|
|
23101
|
+
"ConfigurationBundle": {
|
|
23102
|
+
"resourceType": "AWS::BedrockAgentCore::ConfigurationBundle",
|
|
23103
|
+
"kind": "resource",
|
|
23104
|
+
"lexicon": "aws",
|
|
23105
|
+
"attrs": {
|
|
23106
|
+
"BundleArn": "BundleArn",
|
|
23107
|
+
"BundleId": "BundleId",
|
|
23108
|
+
"CreatedAt": "CreatedAt",
|
|
23109
|
+
"UpdatedAt": "UpdatedAt",
|
|
23110
|
+
"LineageMetadata": "LineageMetadata",
|
|
23111
|
+
"VersionId": "VersionId"
|
|
23112
|
+
},
|
|
23113
|
+
"propertyConstraints": {
|
|
23114
|
+
"BundleArn": {
|
|
23115
|
+
"pattern": "^arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:configuration-bundle/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}$"
|
|
23116
|
+
},
|
|
23117
|
+
"BundleId": {
|
|
23118
|
+
"pattern": "^[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}$"
|
|
23119
|
+
},
|
|
23120
|
+
"BundleName": {
|
|
23121
|
+
"pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,99}$"
|
|
23122
|
+
},
|
|
23123
|
+
"Description": {
|
|
23124
|
+
"pattern": "^.+$",
|
|
23125
|
+
"minLength": 1,
|
|
23126
|
+
"maxLength": 500
|
|
23127
|
+
},
|
|
23128
|
+
"BranchName": {
|
|
23129
|
+
"pattern": "^[a-zA-Z][a-zA-Z0-9_/-]{0,127}$",
|
|
23130
|
+
"minLength": 1,
|
|
23131
|
+
"maxLength": 128
|
|
23132
|
+
},
|
|
23133
|
+
"CommitMessage": {
|
|
23134
|
+
"minLength": 1,
|
|
23135
|
+
"maxLength": 500
|
|
23136
|
+
},
|
|
23137
|
+
"VersionId": {
|
|
23138
|
+
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
|
|
23139
|
+
},
|
|
23140
|
+
"CreatedAt": {
|
|
23141
|
+
"format": "date-time"
|
|
23142
|
+
},
|
|
23143
|
+
"UpdatedAt": {
|
|
23144
|
+
"format": "date-time"
|
|
23145
|
+
}
|
|
23146
|
+
},
|
|
23147
|
+
"createOnly": [
|
|
23148
|
+
"BundleName"
|
|
23149
|
+
],
|
|
23150
|
+
"writeOnly": [
|
|
23151
|
+
"CommitMessage",
|
|
23152
|
+
"CreatedBy",
|
|
23153
|
+
"BranchName"
|
|
23154
|
+
],
|
|
23155
|
+
"primaryIdentifier": [
|
|
23156
|
+
"BundleArn"
|
|
23157
|
+
],
|
|
23158
|
+
"tagging": {
|
|
23159
|
+
"taggable": true,
|
|
23160
|
+
"tagOnCreate": true,
|
|
23161
|
+
"tagUpdatable": true
|
|
23162
|
+
}
|
|
23163
|
+
},
|
|
23164
|
+
"ConfigurationBundle_ComponentConfiguration": {
|
|
23165
|
+
"resourceType": "AWS::BedrockAgentCore::ConfigurationBundle.ComponentConfiguration",
|
|
23166
|
+
"kind": "property",
|
|
23167
|
+
"lexicon": "aws"
|
|
23168
|
+
},
|
|
23169
|
+
"ConfigurationBundle_Tag": {
|
|
23170
|
+
"resourceType": "AWS::BedrockAgentCore::ConfigurationBundle.Tag",
|
|
23171
|
+
"kind": "property",
|
|
23172
|
+
"lexicon": "aws"
|
|
23173
|
+
},
|
|
23174
|
+
"ConfigurationBundle_VersionCreatedBySource": {
|
|
23175
|
+
"resourceType": "AWS::BedrockAgentCore::ConfigurationBundle.VersionCreatedBySource",
|
|
23176
|
+
"kind": "property",
|
|
23177
|
+
"lexicon": "aws"
|
|
23178
|
+
},
|
|
23179
|
+
"ConfigurationBundle_VersionLineageMetadata": {
|
|
23180
|
+
"resourceType": "AWS::BedrockAgentCore::ConfigurationBundle.VersionLineageMetadata",
|
|
23181
|
+
"kind": "property",
|
|
23182
|
+
"lexicon": "aws"
|
|
23183
|
+
},
|
|
22888
23184
|
"ConfigurationDefinition": {
|
|
22889
23185
|
"resourceType": "AWS::SSMQuickSetup::ConfigurationManager.ConfigurationDefinition",
|
|
22890
23186
|
"kind": "property",
|
|
@@ -26337,6 +26633,11 @@
|
|
|
26337
26633
|
"kind": "property",
|
|
26338
26634
|
"lexicon": "aws"
|
|
26339
26635
|
},
|
|
26636
|
+
"ContentRedirection": {
|
|
26637
|
+
"resourceType": "AWS::AppStream::Stack.ContentRedirection",
|
|
26638
|
+
"kind": "property",
|
|
26639
|
+
"lexicon": "aws"
|
|
26640
|
+
},
|
|
26340
26641
|
"ContentSecurityPolicy": {
|
|
26341
26642
|
"resourceType": "AWS::CloudFront::ResponseHeadersPolicy.ContentSecurityPolicy",
|
|
26342
26643
|
"kind": "property",
|
|
@@ -26652,6 +26953,16 @@
|
|
|
26652
26953
|
"kind": "property",
|
|
26653
26954
|
"lexicon": "aws"
|
|
26654
26955
|
},
|
|
26956
|
+
"CostAndUsageExpression": {
|
|
26957
|
+
"resourceType": "AWS::BCM::Dashboard.CostAndUsageExpression",
|
|
26958
|
+
"kind": "property",
|
|
26959
|
+
"lexicon": "aws"
|
|
26960
|
+
},
|
|
26961
|
+
"CostAndUsageQuery": {
|
|
26962
|
+
"resourceType": "AWS::BCM::Dashboard.CostAndUsageQuery",
|
|
26963
|
+
"kind": "property",
|
|
26964
|
+
"lexicon": "aws"
|
|
26965
|
+
},
|
|
26655
26966
|
"CostCategory": {
|
|
26656
26967
|
"resourceType": "AWS::CE::CostCategory",
|
|
26657
26968
|
"kind": "resource",
|
|
@@ -26690,11 +27001,6 @@
|
|
|
26690
27001
|
"tagUpdatable": true
|
|
26691
27002
|
}
|
|
26692
27003
|
},
|
|
26693
|
-
"CostCategoryValues": {
|
|
26694
|
-
"resourceType": "AWS::Budgets::Budget.CostCategoryValues",
|
|
26695
|
-
"kind": "property",
|
|
26696
|
-
"lexicon": "aws"
|
|
26697
|
-
},
|
|
26698
27004
|
"CostCategory_ResourceTag": {
|
|
26699
27005
|
"resourceType": "AWS::CE::CostCategory.ResourceTag",
|
|
26700
27006
|
"kind": "property",
|
|
@@ -31112,6 +31418,11 @@
|
|
|
31112
31418
|
"kind": "property",
|
|
31113
31419
|
"lexicon": "aws"
|
|
31114
31420
|
},
|
|
31421
|
+
"DataResidency": {
|
|
31422
|
+
"resourceType": "AWS::AWSExternalAnthropic::Workspace.DataResidency",
|
|
31423
|
+
"kind": "property",
|
|
31424
|
+
"lexicon": "aws"
|
|
31425
|
+
},
|
|
31115
31426
|
"DataResource": {
|
|
31116
31427
|
"resourceType": "AWS::CloudTrail::Trail.DataResource",
|
|
31117
31428
|
"kind": "property",
|
|
@@ -33212,6 +33523,16 @@
|
|
|
33212
33523
|
"kind": "property",
|
|
33213
33524
|
"lexicon": "aws"
|
|
33214
33525
|
},
|
|
33526
|
+
"DateTimeRange": {
|
|
33527
|
+
"resourceType": "AWS::BCM::Dashboard.DateTimeRange",
|
|
33528
|
+
"kind": "property",
|
|
33529
|
+
"lexicon": "aws"
|
|
33530
|
+
},
|
|
33531
|
+
"DateTimeValue": {
|
|
33532
|
+
"resourceType": "AWS::BCM::Dashboard.DateTimeValue",
|
|
33533
|
+
"kind": "property",
|
|
33534
|
+
"lexicon": "aws"
|
|
33535
|
+
},
|
|
33215
33536
|
"DatetimeOptions": {
|
|
33216
33537
|
"resourceType": "AWS::DataBrew::Dataset.DatetimeOptions",
|
|
33217
33538
|
"kind": "property",
|
|
@@ -35706,7 +36027,9 @@
|
|
|
35706
36027
|
"attrs": {
|
|
35707
36028
|
"Service": "Service",
|
|
35708
36029
|
"ResourceArns": "ResourceArns",
|
|
35709
|
-
"Arn": "Arn"
|
|
36030
|
+
"Arn": "Arn",
|
|
36031
|
+
"Status": "Status",
|
|
36032
|
+
"StatusReason": "StatusReason"
|
|
35710
36033
|
},
|
|
35711
36034
|
"propertyConstraints": {
|
|
35712
36035
|
"Name": {
|
|
@@ -35723,6 +36046,17 @@
|
|
|
35723
36046
|
"pattern": "[\\w-]*$",
|
|
35724
36047
|
"minLength": 1,
|
|
35725
36048
|
"maxLength": 255
|
|
36049
|
+
},
|
|
36050
|
+
"Status": {
|
|
36051
|
+
"enum": [
|
|
36052
|
+
"ACTIVE",
|
|
36053
|
+
"INACTIVE"
|
|
36054
|
+
]
|
|
36055
|
+
},
|
|
36056
|
+
"StatusReason": {
|
|
36057
|
+
"enum": [
|
|
36058
|
+
"RESOURCE_DELETED"
|
|
36059
|
+
]
|
|
35726
36060
|
}
|
|
35727
36061
|
},
|
|
35728
36062
|
"createOnly": [
|
|
@@ -37495,6 +37829,11 @@
|
|
|
37495
37829
|
"tagUpdatable": true
|
|
37496
37830
|
}
|
|
37497
37831
|
},
|
|
37832
|
+
"DimensionValues": {
|
|
37833
|
+
"resourceType": "AWS::BCM::Dashboard.DimensionValues",
|
|
37834
|
+
"kind": "property",
|
|
37835
|
+
"lexicon": "aws"
|
|
37836
|
+
},
|
|
37498
37837
|
"Dimension_Tag": {
|
|
37499
37838
|
"resourceType": "AWS::IoT::Dimension.Tag",
|
|
37500
37839
|
"kind": "property",
|
|
@@ -38015,6 +38354,11 @@
|
|
|
38015
38354
|
"kind": "property",
|
|
38016
38355
|
"lexicon": "aws"
|
|
38017
38356
|
},
|
|
38357
|
+
"DisplayConfig": {
|
|
38358
|
+
"resourceType": "AWS::BCM::Dashboard.DisplayConfig",
|
|
38359
|
+
"kind": "property",
|
|
38360
|
+
"lexicon": "aws"
|
|
38361
|
+
},
|
|
38018
38362
|
"DisplayFormatOptions": {
|
|
38019
38363
|
"resourceType": "AWS::QuickSight::Topic.DisplayFormatOptions",
|
|
38020
38364
|
"kind": "property",
|
|
@@ -40437,6 +40781,11 @@
|
|
|
40437
40781
|
"kind": "property",
|
|
40438
40782
|
"lexicon": "aws"
|
|
40439
40783
|
},
|
|
40784
|
+
"EKSCluster_EtcdPlacement": {
|
|
40785
|
+
"resourceType": "AWS::EKS::Cluster.EtcdPlacement",
|
|
40786
|
+
"kind": "property",
|
|
40787
|
+
"lexicon": "aws"
|
|
40788
|
+
},
|
|
40440
40789
|
"EKSCluster_KubernetesNetworkConfig": {
|
|
40441
40790
|
"resourceType": "AWS::EKS::Cluster.KubernetesNetworkConfig",
|
|
40442
40791
|
"kind": "property",
|
|
@@ -43947,6 +44296,11 @@
|
|
|
43947
44296
|
"kind": "property",
|
|
43948
44297
|
"lexicon": "aws"
|
|
43949
44298
|
},
|
|
44299
|
+
"EtcdPlacement": {
|
|
44300
|
+
"resourceType": "AWS::EKS::Cluster.EtcdPlacement",
|
|
44301
|
+
"kind": "property",
|
|
44302
|
+
"lexicon": "aws"
|
|
44303
|
+
},
|
|
43950
44304
|
"EvaluateOnExit": {
|
|
43951
44305
|
"resourceType": "AWS::Batch::JobDefinition.EvaluateOnExit",
|
|
43952
44306
|
"kind": "property",
|
|
@@ -46304,11 +46658,6 @@
|
|
|
46304
46658
|
"kind": "property",
|
|
46305
46659
|
"lexicon": "aws"
|
|
46306
46660
|
},
|
|
46307
|
-
"Expression": {
|
|
46308
|
-
"resourceType": "AWS::Budgets::Budget.Expression",
|
|
46309
|
-
"kind": "property",
|
|
46310
|
-
"lexicon": "aws"
|
|
46311
|
-
},
|
|
46312
46661
|
"ExpressionDimensionValues": {
|
|
46313
46662
|
"resourceType": "AWS::Budgets::Budget.ExpressionDimensionValues",
|
|
46314
46663
|
"kind": "property",
|
|
@@ -52193,6 +52542,11 @@
|
|
|
52193
52542
|
"kind": "property",
|
|
52194
52543
|
"lexicon": "aws"
|
|
52195
52544
|
},
|
|
52545
|
+
"GraphDisplayConfig": {
|
|
52546
|
+
"resourceType": "AWS::BCM::Dashboard.GraphDisplayConfig",
|
|
52547
|
+
"kind": "property",
|
|
52548
|
+
"lexicon": "aws"
|
|
52549
|
+
},
|
|
52196
52550
|
"GraphQLSchema": {
|
|
52197
52551
|
"resourceType": "AWS::AppSync::GraphQLSchema",
|
|
52198
52552
|
"kind": "resource",
|
|
@@ -52430,6 +52784,11 @@
|
|
|
52430
52784
|
"kind": "property",
|
|
52431
52785
|
"lexicon": "aws"
|
|
52432
52786
|
},
|
|
52787
|
+
"GroupDefinition": {
|
|
52788
|
+
"resourceType": "AWS::BCM::Dashboard.GroupDefinition",
|
|
52789
|
+
"kind": "property",
|
|
52790
|
+
"lexicon": "aws"
|
|
52791
|
+
},
|
|
52433
52792
|
"GroupIdentifier": {
|
|
52434
52793
|
"resourceType": "AWS::EC2::SpotFleet.GroupIdentifier",
|
|
52435
52794
|
"kind": "property",
|
|
@@ -73343,6 +73702,87 @@
|
|
|
73343
73702
|
"kind": "property",
|
|
73344
73703
|
"lexicon": "aws"
|
|
73345
73704
|
},
|
|
73705
|
+
"MlflowApp": {
|
|
73706
|
+
"resourceType": "AWS::SageMaker::MlflowApp",
|
|
73707
|
+
"kind": "resource",
|
|
73708
|
+
"lexicon": "aws",
|
|
73709
|
+
"attrs": {
|
|
73710
|
+
"Arn": "Arn",
|
|
73711
|
+
"MlflowAppId": "MlflowAppId",
|
|
73712
|
+
"Status": "Status",
|
|
73713
|
+
"MlflowVersion": "MlflowVersion",
|
|
73714
|
+
"CreationTime": "CreationTime",
|
|
73715
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
73716
|
+
},
|
|
73717
|
+
"propertyConstraints": {
|
|
73718
|
+
"Arn": {
|
|
73719
|
+
"pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:mlflow-app/.*",
|
|
73720
|
+
"minLength": 1,
|
|
73721
|
+
"maxLength": 128
|
|
73722
|
+
},
|
|
73723
|
+
"Name": {
|
|
73724
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,255}$",
|
|
73725
|
+
"minLength": 1,
|
|
73726
|
+
"maxLength": 256
|
|
73727
|
+
},
|
|
73728
|
+
"ArtifactStoreUri": {
|
|
73729
|
+
"pattern": "(https|s3)://([^/]+)/?(.*)",
|
|
73730
|
+
"minLength": 0,
|
|
73731
|
+
"maxLength": 1024
|
|
73732
|
+
},
|
|
73733
|
+
"RoleArn": {
|
|
73734
|
+
"pattern": "arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+",
|
|
73735
|
+
"minLength": 20,
|
|
73736
|
+
"maxLength": 2048
|
|
73737
|
+
},
|
|
73738
|
+
"ModelRegistrationMode": {
|
|
73739
|
+
"enum": [
|
|
73740
|
+
"AutoModelRegistrationEnabled",
|
|
73741
|
+
"AutoModelRegistrationDisabled"
|
|
73742
|
+
]
|
|
73743
|
+
},
|
|
73744
|
+
"WeeklyMaintenanceWindowStart": {
|
|
73745
|
+
"pattern": "(Mon|Tue|Wed|Thu|Fri|Sat|Sun):([01]\\d|2[0-3]):([0-5]\\d)",
|
|
73746
|
+
"minLength": 0,
|
|
73747
|
+
"maxLength": 9
|
|
73748
|
+
},
|
|
73749
|
+
"Status": {
|
|
73750
|
+
"enum": [
|
|
73751
|
+
"Creating",
|
|
73752
|
+
"Created",
|
|
73753
|
+
"CreateFailed",
|
|
73754
|
+
"Updating",
|
|
73755
|
+
"Updated",
|
|
73756
|
+
"UpdateFailed",
|
|
73757
|
+
"Deleting",
|
|
73758
|
+
"DeleteFailed",
|
|
73759
|
+
"Deleted"
|
|
73760
|
+
]
|
|
73761
|
+
},
|
|
73762
|
+
"MlflowVersion": {
|
|
73763
|
+
"pattern": "[0-9]*.[0-9]*.[0-9]*",
|
|
73764
|
+
"minLength": 0,
|
|
73765
|
+
"maxLength": 16
|
|
73766
|
+
}
|
|
73767
|
+
},
|
|
73768
|
+
"createOnly": [
|
|
73769
|
+
"Name",
|
|
73770
|
+
"RoleArn"
|
|
73771
|
+
],
|
|
73772
|
+
"primaryIdentifier": [
|
|
73773
|
+
"Arn"
|
|
73774
|
+
],
|
|
73775
|
+
"tagging": {
|
|
73776
|
+
"taggable": true,
|
|
73777
|
+
"tagOnCreate": true,
|
|
73778
|
+
"tagUpdatable": true
|
|
73779
|
+
}
|
|
73780
|
+
},
|
|
73781
|
+
"MlflowApp_Tag": {
|
|
73782
|
+
"resourceType": "AWS::SageMaker::MlflowApp.Tag",
|
|
73783
|
+
"kind": "property",
|
|
73784
|
+
"lexicon": "aws"
|
|
73785
|
+
},
|
|
73346
73786
|
"MlflowPropertiesInput": {
|
|
73347
73787
|
"resourceType": "AWS::DataZone::Connection.MlflowPropertiesInput",
|
|
73348
73788
|
"kind": "property",
|
|
@@ -75440,17 +75880,29 @@
|
|
|
75440
75880
|
"minLength": 1,
|
|
75441
75881
|
"maxLength": 63
|
|
75442
75882
|
},
|
|
75883
|
+
"GlobalClusterIdentifier": {
|
|
75884
|
+
"pattern": "^[A-Za-z][0-9A-Za-z-:._]*$",
|
|
75885
|
+
"minLength": 1,
|
|
75886
|
+
"maxLength": 255
|
|
75887
|
+
},
|
|
75443
75888
|
"RestoreType": {
|
|
75444
75889
|
"default": "full-copy"
|
|
75445
75890
|
},
|
|
75446
75891
|
"VpcSecurityGroupIds": {
|
|
75447
75892
|
"format": "AWS::EC2::SecurityGroup.Ids"
|
|
75893
|
+
},
|
|
75894
|
+
"NetworkType": {
|
|
75895
|
+
"enum": [
|
|
75896
|
+
"IPV4",
|
|
75897
|
+
"DUAL"
|
|
75898
|
+
]
|
|
75448
75899
|
}
|
|
75449
75900
|
},
|
|
75450
75901
|
"createOnly": [
|
|
75451
75902
|
"AvailabilityZones",
|
|
75452
75903
|
"DBClusterIdentifier",
|
|
75453
75904
|
"DBSubnetGroupName",
|
|
75905
|
+
"GlobalClusterIdentifier",
|
|
75454
75906
|
"KmsKeyId",
|
|
75455
75907
|
"RestoreToTime",
|
|
75456
75908
|
"RestoreType",
|
|
@@ -78408,6 +78860,11 @@
|
|
|
78408
78860
|
"kind": "property",
|
|
78409
78861
|
"lexicon": "aws"
|
|
78410
78862
|
},
|
|
78863
|
+
"OnlineEvaluationConfig_ClusteringConfig": {
|
|
78864
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.ClusteringConfig",
|
|
78865
|
+
"kind": "property",
|
|
78866
|
+
"lexicon": "aws"
|
|
78867
|
+
},
|
|
78411
78868
|
"OnlineEvaluationConfig_DataSourceConfig": {
|
|
78412
78869
|
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.DataSourceConfig",
|
|
78413
78870
|
"kind": "property",
|
|
@@ -78428,6 +78885,11 @@
|
|
|
78428
78885
|
"kind": "property",
|
|
78429
78886
|
"lexicon": "aws"
|
|
78430
78887
|
},
|
|
78888
|
+
"OnlineEvaluationConfig_Insight": {
|
|
78889
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.Insight",
|
|
78890
|
+
"kind": "property",
|
|
78891
|
+
"lexicon": "aws"
|
|
78892
|
+
},
|
|
78431
78893
|
"OnlineEvaluationConfig_OutputConfig": {
|
|
78432
78894
|
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.OutputConfig",
|
|
78433
78895
|
"kind": "property",
|
|
@@ -87491,6 +87953,11 @@
|
|
|
87491
87953
|
"kind": "property",
|
|
87492
87954
|
"lexicon": "aws"
|
|
87493
87955
|
},
|
|
87956
|
+
"QueryParameters": {
|
|
87957
|
+
"resourceType": "AWS::BCM::Dashboard.QueryParameters",
|
|
87958
|
+
"kind": "property",
|
|
87959
|
+
"lexicon": "aws"
|
|
87960
|
+
},
|
|
87494
87961
|
"QueryStringConfig": {
|
|
87495
87962
|
"resourceType": "AWS::ElasticLoadBalancingV2::ListenerRule.QueryStringConfig",
|
|
87496
87963
|
"kind": "property",
|
|
@@ -97914,6 +98381,16 @@
|
|
|
97914
98381
|
"kind": "property",
|
|
97915
98382
|
"lexicon": "aws"
|
|
97916
98383
|
},
|
|
98384
|
+
"ReservationCoverageQuery": {
|
|
98385
|
+
"resourceType": "AWS::BCM::Dashboard.ReservationCoverageQuery",
|
|
98386
|
+
"kind": "property",
|
|
98387
|
+
"lexicon": "aws"
|
|
98388
|
+
},
|
|
98389
|
+
"ReservationUtilizationQuery": {
|
|
98390
|
+
"resourceType": "AWS::BCM::Dashboard.ReservationUtilizationQuery",
|
|
98391
|
+
"kind": "property",
|
|
98392
|
+
"lexicon": "aws"
|
|
98393
|
+
},
|
|
97917
98394
|
"ReservedCapacityOptionsRequest": {
|
|
97918
98395
|
"resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
|
|
97919
98396
|
"kind": "property",
|
|
@@ -105286,6 +105763,16 @@
|
|
|
105286
105763
|
"kind": "property",
|
|
105287
105764
|
"lexicon": "aws"
|
|
105288
105765
|
},
|
|
105766
|
+
"SavingsPlansCoverageQuery": {
|
|
105767
|
+
"resourceType": "AWS::BCM::Dashboard.SavingsPlansCoverageQuery",
|
|
105768
|
+
"kind": "property",
|
|
105769
|
+
"lexicon": "aws"
|
|
105770
|
+
},
|
|
105771
|
+
"SavingsPlansUtilizationQuery": {
|
|
105772
|
+
"resourceType": "AWS::BCM::Dashboard.SavingsPlansUtilizationQuery",
|
|
105773
|
+
"kind": "property",
|
|
105774
|
+
"lexicon": "aws"
|
|
105775
|
+
},
|
|
105289
105776
|
"Sbom": {
|
|
105290
105777
|
"resourceType": "AWS::IoT::SoftwarePackageVersion.Sbom",
|
|
105291
105778
|
"kind": "property",
|
|
@@ -111351,11 +111838,13 @@
|
|
|
111351
111838
|
"resourceType": "AWS::AppStream::StackFleetAssociation",
|
|
111352
111839
|
"kind": "resource",
|
|
111353
111840
|
"lexicon": "aws",
|
|
111354
|
-
"
|
|
111355
|
-
"
|
|
111356
|
-
|
|
111841
|
+
"createOnly": [
|
|
111842
|
+
"FleetName",
|
|
111843
|
+
"StackName"
|
|
111844
|
+
],
|
|
111357
111845
|
"primaryIdentifier": [
|
|
111358
|
-
"
|
|
111846
|
+
"FleetName",
|
|
111847
|
+
"StackName"
|
|
111359
111848
|
]
|
|
111360
111849
|
},
|
|
111361
111850
|
"StackInstances": {
|
|
@@ -114352,11 +114841,6 @@
|
|
|
114352
114841
|
"TaskArn"
|
|
114353
114842
|
]
|
|
114354
114843
|
},
|
|
114355
|
-
"TagValues": {
|
|
114356
|
-
"resourceType": "AWS::Budgets::Budget.TagValues",
|
|
114357
|
-
"kind": "property",
|
|
114358
|
-
"lexicon": "aws"
|
|
114359
|
-
},
|
|
114360
114844
|
"Taint": {
|
|
114361
114845
|
"resourceType": "AWS::EKS::Nodegroup.Taint",
|
|
114362
114846
|
"kind": "property",
|
|
@@ -119466,6 +119950,11 @@
|
|
|
119466
119950
|
"kind": "property",
|
|
119467
119951
|
"lexicon": "aws"
|
|
119468
119952
|
},
|
|
119953
|
+
"UrlRedirectionConfig": {
|
|
119954
|
+
"resourceType": "AWS::AppStream::Stack.UrlRedirectionConfig",
|
|
119955
|
+
"kind": "property",
|
|
119956
|
+
"lexicon": "aws"
|
|
119957
|
+
},
|
|
119469
119958
|
"Url_Cors": {
|
|
119470
119959
|
"resourceType": "AWS::Lambda::Url.Cors",
|
|
119471
119960
|
"kind": "property",
|
|
@@ -121895,6 +122384,16 @@
|
|
|
121895
122384
|
"FunctionArn"
|
|
121896
122385
|
]
|
|
121897
122386
|
},
|
|
122387
|
+
"VersionCreatedBySource": {
|
|
122388
|
+
"resourceType": "AWS::BedrockAgentCore::ConfigurationBundle.VersionCreatedBySource",
|
|
122389
|
+
"kind": "property",
|
|
122390
|
+
"lexicon": "aws"
|
|
122391
|
+
},
|
|
122392
|
+
"VersionLineageMetadata": {
|
|
122393
|
+
"resourceType": "AWS::BedrockAgentCore::ConfigurationBundle.VersionLineageMetadata",
|
|
122394
|
+
"kind": "property",
|
|
122395
|
+
"lexicon": "aws"
|
|
122396
|
+
},
|
|
121898
122397
|
"VersionWeight": {
|
|
121899
122398
|
"resourceType": "AWS::Lambda::Alias.VersionWeight",
|
|
121900
122399
|
"kind": "property",
|
|
@@ -125574,8 +126073,8 @@
|
|
|
125574
126073
|
"kind": "property",
|
|
125575
126074
|
"lexicon": "aws"
|
|
125576
126075
|
},
|
|
125577
|
-
"
|
|
125578
|
-
"resourceType": "AWS::
|
|
126076
|
+
"WidgetConfig": {
|
|
126077
|
+
"resourceType": "AWS::BCM::Dashboard.WidgetConfig",
|
|
125579
126078
|
"kind": "property",
|
|
125580
126079
|
"lexicon": "aws"
|
|
125581
126080
|
},
|