Skip to content

Commit c94f5f7

Browse files
Update CloudFormation schemas to 2024-10-10 (#3736)
Co-authored-by: kddejong <[email protected]>
1 parent ee77420 commit c94f5f7

File tree

355 files changed

+7623
-54976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+7623
-54976
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3340,6 +3340,7 @@
33403340
"GetFarm",
33413341
"GetFleet",
33423342
"GetJob",
3343+
"GetJobTemplate",
33433344
"GetLicenseEndpoint",
33443345
"GetMonitor",
33453346
"GetQueue",
@@ -3360,6 +3361,7 @@
33603361
"ListFleetMembers",
33613362
"ListFleets",
33623363
"ListJobMembers",
3364+
"ListJobParameterDefinitions",
33633365
"ListJobs",
33643366
"ListLicenseEndpoints",
33653367
"ListMeteredProducts",
@@ -7816,6 +7818,15 @@
78167818
"HasResource": false,
78177819
"StringPrefix": "aws-marketplace"
78187820
},
7821+
"AWS Marketplace Reporting": {
7822+
"ARNFormat": "arn:aws:aws-marketplace::${Account}:${Catalog}/ReportingData/${FactTable}/${VizualizationType}/${DashboardName}",
7823+
"ARNRegex": "^arn:aws:aws-marketplace::.+",
7824+
"Actions": [
7825+
"GetBuyerDashboard"
7826+
],
7827+
"HasResource": true,
7828+
"StringPrefix": "aws-marketplace"
7829+
},
78197830
"AWS Marketplace Seller Reporting": {
78207831
"ARNFormat": "arn:aws:aws-marketplace::${Account}:${Catalog}/${ResourceType}/${ResourcePath}",
78217832
"ARNRegex": "^arn:aws:aws-marketplace:.+",
@@ -10382,6 +10393,7 @@
1038210393
"Actions": [
1038310394
"CancelConnection",
1038410395
"GetConnection",
10396+
"ListConnections",
1038510397
"StartConnection"
1038610398
],
1038710399
"HasResource": false,
@@ -13108,7 +13120,7 @@
1310813120
},
1310913121
"Amazon CodeWhisperer": {
1311013122
"ARNFormat": "arn:aws:codewhisperer:${Region}:${Account}:${ResourceType}/${ResourceId}",
13111-
"ARNRegex": "^arn:aws:codewhisperer:.+:[0-9]+:.+",
13123+
"ARNRegex": "^arn:aws:codewhisperer:.+",
1311213124
"Actions": [
1311313125
"AllowVendedLogDeliveryForResource",
1311413126
"AssociateCustomizationPermission",
@@ -19561,6 +19573,10 @@
1956119573
"ARNRegex": "^arn:aws:wisdom:.+:.+:.+",
1956219574
"Actions": [
1956319575
"ActivateMessageTemplate",
19576+
"CreateAIAgent",
19577+
"CreateAIAgentVersion",
19578+
"CreateAIPrompt",
19579+
"CreateAIPromptVersion",
1956419580
"CreateAssistant",
1956519581
"CreateAssistantAssociation",
1956619582
"CreateContent",
@@ -19572,6 +19588,10 @@
1957219588
"CreateQuickResponse",
1957319589
"CreateSession",
1957419590
"DeactivateMessageTemplate",
19591+
"DeleteAIAgent",
19592+
"DeleteAIAgentVersion",
19593+
"DeleteAIPrompt",
19594+
"DeleteAIPromptVersion",
1957519595
"DeleteAssistant",
1957619596
"DeleteAssistantAssociation",
1957719597
"DeleteContent",
@@ -19581,6 +19601,8 @@
1958119601
"DeleteMessageTemplate",
1958219602
"DeleteMessageTemplateAttachment",
1958319603
"DeleteQuickResponse",
19604+
"GetAIAgent",
19605+
"GetAIPrompt",
1958419606
"GetAssistant",
1958519607
"GetAssistantAssociation",
1958619608
"GetContent",
@@ -19592,6 +19614,10 @@
1959219614
"GetQuickResponse",
1959319615
"GetRecommendations",
1959419616
"GetSession",
19617+
"ListAIAgentVersions",
19618+
"ListAIAgents",
19619+
"ListAIPromptVersions",
19620+
"ListAIPrompts",
1959519621
"ListAssistantAssociations",
1959619622
"ListAssistants",
1959719623
"ListContentAssociations",
@@ -19605,6 +19631,7 @@
1960519631
"NotifyRecommendationsReceived",
1960619632
"PutFeedback",
1960719633
"QueryAssistant",
19634+
"RemoveAssistantAIAgent",
1960819635
"RemoveKnowledgeBaseTemplateUri",
1960919636
"RenderMessageTemplate",
1961019637
"SearchContent",
@@ -19615,12 +19642,16 @@
1961519642
"StartImportJob",
1961619643
"TagResource",
1961719644
"UntagResource",
19645+
"UpdateAIAgent",
19646+
"UpdateAIPrompt",
19647+
"UpdateAssistantAIAgent",
1961819648
"UpdateContent",
1961919649
"UpdateKnowledgeBaseTemplateUri",
1962019650
"UpdateMessageTemplate",
1962119651
"UpdateMessageTemplateMetadata",
1962219652
"UpdateQuickResponse",
19623-
"UpdateSession"
19653+
"UpdateSession",
19654+
"UpdateSessionData"
1962419655
],
1962519656
"HasResource": true,
1962619657
"StringPrefix": "wisdom",
@@ -19773,6 +19804,7 @@
1977319804
"DescribeIpRestriction",
1977419805
"DescribeKeyRegistration",
1977519806
"DescribeNamespace",
19807+
"DescribeQPersonalizationConfiguration",
1977619808
"DescribeRefreshSchedule",
1977719809
"DescribeRoleCustomPermission",
1977819810
"DescribeTemplate",
@@ -19875,6 +19907,7 @@
1987519907
"UpdateIpRestriction",
1987619908
"UpdateKeyRegistration",
1987719909
"UpdatePublicSharingSettings",
19910+
"UpdateQPersonalizationConfiguration",
1987819911
"UpdateRefreshSchedule",
1987919912
"UpdateResourcePermissions",
1988019913
"UpdateRoleCustomPermission",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"731fc6ac647a831551f8d1ea6dd44963\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b577498f255ee4b66aecffbab2190e21\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d5946bd3f4c16a9fb8068ec60e58a976\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"88b31efd15169716b9161d47fc7d101d\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9964734f75efdd46969736868513b8a7\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"0e8c43d597d228c1db8bb9178e8b8f37\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7d68d8f3a870d8b8fa39c20bd8e41464\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4f087289a61ed305e32017e7ff323e34\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"b0f4f0919e22fde9f19ccaa38499bed2\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"582340e29e3bfe3a8d51b4b683aaaf69\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5855981c33d34bee3b97b3099767d6f3\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"78746b74b820ee23ca1d6a91da60731c\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"23c0e9d242774ba3d7b3158a42b7361f\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"efc2d0aabd4d4b8673fa5e49fc477f96\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"dfb293a3f33912c6444d93a1c8c03ee9\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"dc2ca21b2e7a67de151ace3ba490376c\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"34b302a5477b5129bd1913e4c791fe27\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"16c4d9c9042da148d7d9cd90c06c796c\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"fb8e9f489d03edf456b6b85c5e929f6a\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c36690a2f5897235f191b750656a5ff7\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0efada59551b92b6ffa4ab8c8a55f07f\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d36e2dbdf974f8c3251e2289b371aabf\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ed2431d99ceed754faa4ec99b56b868f\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5d2e65b0fbf8d81118d7078424180671\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a39b1e43bcf584e04ddcb8b54742099b\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"78a02660ca7b8cec013abb5e6e48b204\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"eeae7a545cc1c1bb0fe7c23acac08798\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"bc7f4b6b06ba62b79b946d6c109e8d8e\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1fba39d8afbc940f18218c697bc9ffd8\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4c75ad8009803a0d162476afc69d38d1\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"22f16f3429171966efd1363ffd9c7fb3\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"bd4551e08025b416d7747d9a74e447b5\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1be090dc28f97ef94a3fb77a18507e38\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ce40cd061dc0eeb64ee739c563229073\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f3b3297a5218ac1184782d82bb249922\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ffb5bd2d6e45dcda0665347144e60324\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2b4021fe01373e18396cdc476bcd77a9\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5ef8b889070af2824e94997af16a8951\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5cc60e4a06bc61d72475ae66f42cc0d6\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8de98a04b7e80d5a52d5bfee9c3bba66\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c8190ea82311f940813f13d21b1a1101\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e3b02ac9e0c7eb55da386785a319918a\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"4906f35c01532eb6c33acd06083a273a\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c77b44f369e022992a8561dedd2e182d\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"656535cf9864eaed065114bf60729496\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b6bab1881e1729e50ca99bcb9b838a2c\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8bf6307bb37af21982ad848cd31581a4\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ff5d2c12d060f95121f476490595058d\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"6dd13bf1d7bc301dafc8b2036fbbc729\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5fef8788909211392393eb88e14fbfff\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"61326c6d5c81c64a50f8f5c2a2a12609\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e178c8c26a1d0c9bbe225025e0efddc8\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"57c7798e6c50708cc6693dfac187be3c\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"9f3f49fa5edac419d42b8ff398042357\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"56a7dc1926c6f586275f0daa7159a1fe\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7fcc416c6601bea463b4e1e641f93d02\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ff354df98bacb141fda0986b37999947\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2516dd8659b69bae478ec25a64778cdb\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"4a14dadd0312e1365f1efac836eb4684\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d4ebfc950dc4c6f95377b86a34a1af7a\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"4d95032cb470c836d5a302b6f02b9362\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5d424d4ce01f84e770b4e0367e32b98b\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"bb823daf233768aaae7b9e4b3285c80f\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"020c49ca994a2f3c1f2183b890ebfa75\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0fcb1875ba34c616da3187d11f95a20f\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"be78f70aa2f9fcf03ab6fbb1ae2ab565\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1a66e7aaf3bb6df57f22c35b2e76622f\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"126060e994baed7d4a156ad777cc3287\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}

src/cfnlint/data/Serverless/ManagedPolicies.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
"AWSDataSyncDiscoveryServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSDataSyncDiscoveryServiceRolePolicy",
170170
"AWSDataSyncFullAccess": "arn:aws:iam::aws:policy/AWSDataSyncFullAccess",
171171
"AWSDataSyncReadOnlyAccess": "arn:aws:iam::aws:policy/AWSDataSyncReadOnlyAccess",
172+
"AWSDataSyncServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSDataSyncServiceRolePolicy",
172173
"AWSDeadlineCloud-FleetWorker": "arn:aws:iam::aws:policy/AWSDeadlineCloud-FleetWorker",
173174
"AWSDeadlineCloud-UserAccessFarms": "arn:aws:iam::aws:policy/AWSDeadlineCloud-UserAccessFarms",
174175
"AWSDeadlineCloud-UserAccessFleets": "arn:aws:iam::aws:policy/AWSDeadlineCloud-UserAccessFleets",
@@ -691,6 +692,7 @@
691692
"AmazonEBSCSIDriverPolicy": "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy",
692693
"AmazonEC2ContainerRegistryFullAccess": "arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryFullAccess",
693694
"AmazonEC2ContainerRegistryPowerUser": "arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryPowerUser",
695+
"AmazonEC2ContainerRegistryPullOnly": "arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryPullOnly",
694696
"AmazonEC2ContainerRegistryReadOnly": "arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly",
695697
"AmazonEC2ContainerServiceAutoscaleRole": "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceAutoscaleRole",
696698
"AmazonEC2ContainerServiceEventsRole": "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceEventsRole",

src/cfnlint/data/schemas/extensions/aws_rds_dbcluster/dbclusterinstanceclass_enum.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,44 +1351,6 @@
13511351
}
13521352
}
13531353
},
1354-
{
1355-
"if": {
1356-
"properties": {
1357-
"DBClusterInstanceClass": {
1358-
"type": "string"
1359-
},
1360-
"Engine": {
1361-
"const": "mariadb"
1362-
}
1363-
},
1364-
"required": [
1365-
"Engine",
1366-
"DBClusterInstanceClass"
1367-
]
1368-
},
1369-
"then": {
1370-
"properties": {
1371-
"DBClusterInstanceClass": {
1372-
"enum": [
1373-
"db.m6gd.12xlarge",
1374-
"db.m6gd.16xlarge",
1375-
"db.m6gd.2xlarge",
1376-
"db.m6gd.4xlarge",
1377-
"db.m6gd.8xlarge",
1378-
"db.m6gd.large",
1379-
"db.m6gd.xlarge",
1380-
"db.r6gd.12xlarge",
1381-
"db.r6gd.16xlarge",
1382-
"db.r6gd.2xlarge",
1383-
"db.r6gd.4xlarge",
1384-
"db.r6gd.8xlarge",
1385-
"db.r6gd.large",
1386-
"db.r6gd.xlarge"
1387-
]
1388-
}
1389-
}
1390-
}
1391-
},
13921354
{
13931355
"if": {
13941356
"properties": {

0 commit comments

Comments
 (0)