Skip to content

Commit 10fddb3

Browse files
Update CloudFormation schemas to 2025-12-11 (aws-cloudformation#4317)
Co-authored-by: kddejong <36457093+kddejong@users.noreply.github.com>
1 parent bab7d1b commit 10fddb3

File tree

97 files changed

+407
-3234
lines changed

Some content is hidden

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

97 files changed

+407
-3234
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 156 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,12 @@
637637
"accountInOrganization"
638638
]
639639
},
640+
"getgovcloudaccountinformation": {
641+
"Resources": [
642+
"account",
643+
"accountInOrganization"
644+
]
645+
},
640646
"getprimaryemail": {
641647
"Resources": [
642648
"accountInOrganization"
@@ -6359,6 +6365,7 @@
63596365
"listagreements": {},
63606366
"listcustomeragreements": {},
63616367
"listreports": {},
6368+
"listreportversions": {},
63626369
"putaccountsettings": {},
63636370
"terminateagreement": {
63646371
"Resources": [
@@ -8723,6 +8730,7 @@
87238730
"Actions": {
87248731
"createexport": {
87258732
"Resources": [
8733+
"billingview",
87268734
"table"
87278735
]
87288736
},
@@ -8770,12 +8778,21 @@
87708778
},
87718779
"updateexport": {
87728780
"Resources": [
8781+
"billingview",
87738782
"export",
87748783
"table"
87758784
]
87768785
}
87778786
},
87788787
"Resources": {
8788+
"billingview": {
8789+
"ARNFormats": [
8790+
"arn:${Partition}:billing::${Account}:billingview/.*"
8791+
],
8792+
"ConditionKeys": [
8793+
"aws:ResourceTag/${TagKey}"
8794+
]
8795+
},
87798796
"export": {
87808797
"ARNFormats": [
87818798
"arn:${Partition}:bcm-data-exports:${Region}:${Account}:export/.*"
@@ -9200,6 +9217,7 @@
92009217
"knowledge-base"
92019218
]
92029219
},
9220+
"deleteenforcedguardrailconfiguration": {},
92039221
"deleteflow": {
92049222
"Resources": [
92059223
"flow"
@@ -9266,7 +9284,9 @@
92669284
},
92679285
"deleteresourcepolicy": {
92689286
"Resources": [
9269-
"custom-model"
9287+
"custom-model",
9288+
"guardrail",
9289+
"guardrail-profile"
92709290
]
92719291
},
92729292
"deletesession": {
@@ -9541,7 +9561,9 @@
95419561
},
95429562
"getresourcepolicy": {
95439563
"Resources": [
9544-
"custom-model"
9564+
"custom-model",
9565+
"guardrail",
9566+
"guardrail-profile"
95459567
]
95469568
},
95479569
"getsession": {
@@ -9688,6 +9710,7 @@
96889710
"knowledge-base"
96899711
]
96909712
},
9713+
"listenforcedguardrailsconfiguration": {},
96919714
"listevaluationjobs": {},
96929715
"listflowaliases": {
96939716
"Resources": [
@@ -9799,6 +9822,7 @@
97999822
"flow"
98009823
]
98019824
},
9825+
"putenforcedguardrailconfiguration": {},
98029826
"putfoundationmodelentitlement": {},
98039827
"putinvocationstep": {
98049828
"Resources": [
@@ -9808,7 +9832,9 @@
98089832
"putmodelinvocationloggingconfiguration": {},
98099833
"putresourcepolicy": {
98109834
"Resources": [
9811-
"custom-model"
9835+
"custom-model",
9836+
"guardrail",
9837+
"guardrail-profile"
98129838
]
98139839
},
98149840
"putusecaseformodelaccess": {},
@@ -12220,6 +12246,7 @@
1222012246
"listcostallocationtagbackfillhistory": {},
1222112247
"listcostallocationtags": {},
1222212248
"listcostcategorydefinitions": {},
12249+
"listcostcategoryresourceassociations": {},
1222312250
"listsavingsplanspurchaserecommendationgeneration": {},
1222412251
"listtagsforresource": {
1222512252
"Resources": [
@@ -66289,6 +66316,102 @@
6628966316
}
6629066317
}
6629166318
},
66319+
"nova-act": {
66320+
"Actions": {
66321+
"createact": {
66322+
"Resources": [
66323+
"workflow-definition",
66324+
"workflow-run"
66325+
]
66326+
},
66327+
"createsession": {
66328+
"Resources": [
66329+
"workflow-definition",
66330+
"workflow-run"
66331+
]
66332+
},
66333+
"createworkflowdefinition": {
66334+
"Resources": [
66335+
"workflow-definition"
66336+
]
66337+
},
66338+
"createworkflowrun": {
66339+
"Resources": [
66340+
"workflow-definition"
66341+
]
66342+
},
66343+
"deleteworkflowdefinition": {
66344+
"Resources": [
66345+
"workflow-definition"
66346+
]
66347+
},
66348+
"deleteworkflowrun": {
66349+
"Resources": [
66350+
"workflow-definition",
66351+
"workflow-run"
66352+
]
66353+
},
66354+
"getworkflowdefinition": {
66355+
"Resources": [
66356+
"workflow-definition"
66357+
]
66358+
},
66359+
"getworkflowrun": {
66360+
"Resources": [
66361+
"workflow-definition",
66362+
"workflow-run"
66363+
]
66364+
},
66365+
"invokeactstep": {
66366+
"Resources": [
66367+
"workflow-definition",
66368+
"workflow-run"
66369+
]
66370+
},
66371+
"listacts": {
66372+
"Resources": [
66373+
"workflow-definition"
66374+
]
66375+
},
66376+
"listmodels": {},
66377+
"listsessions": {
66378+
"Resources": [
66379+
"workflow-definition",
66380+
"workflow-run"
66381+
]
66382+
},
66383+
"listworkflowdefinitions": {},
66384+
"listworkflowruns": {
66385+
"Resources": [
66386+
"workflow-definition"
66387+
]
66388+
},
66389+
"updateact": {
66390+
"Resources": [
66391+
"workflow-definition",
66392+
"workflow-run"
66393+
]
66394+
},
66395+
"updateworkflowrun": {
66396+
"Resources": [
66397+
"workflow-definition",
66398+
"workflow-run"
66399+
]
66400+
}
66401+
},
66402+
"Resources": {
66403+
"workflow-definition": {
66404+
"ARNFormats": [
66405+
"arn:${Partition}:nova-act:${Region}:${Account}:workflow-definition/.*"
66406+
]
66407+
},
66408+
"workflow-run": {
66409+
"ARNFormats": [
66410+
"arn:${Partition}:nova-act:${Region}:${Account}:workflow-definition/.*"
66411+
]
66412+
}
66413+
}
66414+
},
6629266415
"oam": {
6629366416
"Actions": {
6629466417
"createlink": {
@@ -74663,8 +74786,10 @@
7466374786
},
7466474787
"addtagstoresource": {
7466574788
"Resources": [
74789+
"auto-backup",
7466674790
"cev",
7466774791
"cluster",
74792+
"cluster-auto-backup",
7466874793
"cluster-endpoint",
7466974794
"cluster-pg",
7467074795
"cluster-snapshot",
@@ -75198,8 +75323,10 @@
7519875323
},
7519975324
"listtagsforresource": {
7520075325
"Resources": [
75326+
"auto-backup",
7520175327
"cev",
7520275328
"cluster",
75329+
"cluster-auto-backup",
7520375330
"cluster-endpoint",
7520475331
"cluster-pg",
7520575332
"cluster-snapshot",
@@ -75396,8 +75523,10 @@
7539675523
},
7539775524
"removetagsfromresource": {
7539875525
"Resources": [
75526+
"auto-backup",
7539975527
"cev",
7540075528
"cluster",
75529+
"cluster-auto-backup",
7540175530
"cluster-endpoint",
7540275531
"cluster-pg",
7540375532
"cluster-snapshot",
@@ -75562,6 +75691,9 @@
7556275691
"auto-backup": {
7556375692
"ARNFormats": [
7556475693
"arn:${Partition}:rds:${Region}:${Account}:auto-backup:.*"
75694+
],
75695+
"ConditionKeys": [
75696+
"aws:ResourceTag/${TagKey}"
7556575697
]
7556675698
},
7556775699
"cev": {
@@ -75584,6 +75716,9 @@
7558475716
"cluster-auto-backup": {
7558575717
"ARNFormats": [
7558675718
"arn:${Partition}:rds:${Region}:${Account}:cluster-auto-backup:.*"
75719+
],
75720+
"ConditionKeys": [
75721+
"aws:ResourceTag/${TagKey}"
7558775722
]
7558875723
},
7558975724
"cluster-endpoint": {
@@ -95963,9 +96098,25 @@
9596396098
},
9596496099
"vpce": {
9596596100
"Actions": {
95966-
"allowmultiregion": {}
96101+
"allowmultiregion": {
96102+
"Resources": [
96103+
"vpc-endpoint",
96104+
"vpc-endpoint-service"
96105+
]
96106+
}
9596796107
},
95968-
"Resources": {}
96108+
"Resources": {
96109+
"vpc-endpoint": {
96110+
"ARNFormats": [
96111+
"arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint/.*"
96112+
]
96113+
},
96114+
"vpc-endpoint-service": {
96115+
"ARNFormats": [
96116+
"arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-service/.*"
96117+
]
96118+
}
96119+
}
9596996120
},
9597096121
"waf": {
9597196122
"Actions": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"89f5c1e7a5533488cdb57b78d87cfc16\"", "url": "https://schema.cloudformation.ap-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ed6b44cc8514d8739e164d85179a7607\"", "url": "https://schema.cloudformation.ap-east-2.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ff5bee4fa2f32b3164618b3485c7c93b\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"fb56ba8665063533350f8dd274f63442\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c687f608469030f09d95b92bc897cd31\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"93524820303bee88b62f947046504af3\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ea4a8dc857ea8c15bbd147fe3747ba69\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f5beaf2f4d594b9d36a2f61cc3670b10\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a2d25cd0d184937b4b51824ca5931d60\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a0b246d234e123fdf85bb016a8880c07\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"687f0c3ad5ee412c61cadb70eca00b64\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"dce181711918d76add61544f8dd197e7\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"b39bf3a8197f549ed3ecac668f571437\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"093fe202507157863569358bb3ca0d1e\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8b483cebdf5da863afef2f2968ee0997\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"879a34d543957911473b7be48a645c48\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"521228e7d77582c12b37325df059b8e4\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"9b0701ecaff41ee11afb6ad98b5681cb\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)