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