Skip to content

Commit aa52f0d

Browse files
Update CloudFormation schemas to 2026-07-28 (#4589)
Co-authored-by: kddejong <36457093+kddejong@users.noreply.github.com> Co-authored-by: Kevin DeJong <kddejong@amazon.com>
1 parent 5b3ab9b commit aa52f0d

6 files changed

Lines changed: 1663 additions & 2588 deletions

File tree

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 142 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7140,6 +7140,11 @@
71407140
]
71417141
},
71427142
"putaccountsettings": {},
7143+
"putcomplianceinquiryfeedback": {
7144+
"Resources": [
7145+
"compliance-inquiry"
7146+
]
7147+
},
71437148
"tagresource": {
71447149
"Resources": [
71457150
"compliance-inquiry"
@@ -11898,6 +11903,11 @@
1189811903
},
1189911904
"bedrock-agentcore": {
1190011905
"Actions": {
11906+
"adddatasetexamples": {
11907+
"Resources": [
11908+
"dataset"
11909+
]
11910+
},
1190111911
"allowvendedlogdeliveryforresource": {
1190211912
"Resources": [
1190311913
"memory",
@@ -11952,6 +11962,12 @@
1195211962
"createbrowserprofile": {},
1195311963
"createcodeinterpreter": {},
1195411964
"createconfigurationbundle": {},
11965+
"createdataset": {},
11966+
"createdatasetversion": {
11967+
"Resources": [
11968+
"dataset"
11969+
]
11970+
},
1195511971
"createevaluator": {},
1195611972
"createevent": {
1195711973
"Resources": [
@@ -12070,6 +12086,16 @@
1207012086
"configuration-bundle"
1207112087
]
1207212088
},
12089+
"deletedataset": {
12090+
"Resources": [
12091+
"dataset"
12092+
]
12093+
},
12094+
"deletedatasetexamples": {
12095+
"Resources": [
12096+
"dataset"
12097+
]
12098+
},
1207312099
"deleteevaluator": {
1207412100
"Resources": [
1207512101
"evaluator"
@@ -12283,6 +12309,11 @@
1228312309
"configuration-bundle"
1228412310
]
1228512311
},
12312+
"getdataset": {
12313+
"Resources": [
12314+
"dataset"
12315+
]
12316+
},
1228612317
"getevaluator": {
1228712318
"Resources": [
1228812319
"evaluator"
@@ -12575,6 +12606,17 @@
1257512606
"configuration-bundle"
1257612607
]
1257712608
},
12609+
"listdatasetexamples": {
12610+
"Resources": [
12611+
"dataset"
12612+
]
12613+
},
12614+
"listdatasets": {},
12615+
"listdatasetversions": {
12616+
"Resources": [
12617+
"dataset"
12618+
]
12619+
},
1257812620
"listevaluators": {},
1257912621
"listevents": {
1258012622
"Resources": [
@@ -12883,6 +12925,16 @@
1288312925
"configuration-bundle"
1288412926
]
1288512927
},
12928+
"updatedataset": {
12929+
"Resources": [
12930+
"dataset"
12931+
]
12932+
},
12933+
"updatedatasetexamples": {
12934+
"Resources": [
12935+
"dataset"
12936+
]
12937+
},
1288612938
"updateevaluator": {
1288712939
"Resources": [
1288812940
"evaluator"
@@ -13046,6 +13098,14 @@
1304613098
"aws:ResourceTag/${TagKey}"
1304713099
]
1304813100
},
13101+
"dataset": {
13102+
"ARNFormats": [
13103+
"arn:${Partition}:bedrock-agentcore:${Region}:${Account}:dataset/.*"
13104+
],
13105+
"ConditionKeys": [
13106+
"aws:ResourceTag/${TagKey}"
13107+
]
13108+
},
1304913109
"evaluator": {
1305013110
"ARNFormats": [
1305113111
"arn:${Partition}:bedrock-agentcore:${Region}:${Account}:evaluator/.*"
@@ -24421,6 +24481,11 @@
2442124481
"agent-status"
2442224482
]
2442324483
},
24484+
"describeattachedfilesconfiguration": {
24485+
"Resources": [
24486+
"instance"
24487+
]
24488+
},
2442424489
"describeauthenticationprofile": {
2442524490
"Resources": [
2442624491
"authentication-profile"
@@ -24806,6 +24871,11 @@
2480624871
"contact"
2480724872
]
2480824873
},
24874+
"listattachedfilesconfigurations": {
24875+
"Resources": [
24876+
"instance"
24877+
]
24878+
},
2480924879
"listauthenticationprofiles": {
2481024880
"Resources": [
2481124881
"instance"
@@ -25519,6 +25589,11 @@
2551925589
"agent-status"
2552025590
]
2552125591
},
25592+
"updateattachedfilesconfiguration": {
25593+
"Resources": [
25594+
"instance"
25595+
]
25596+
},
2552225597
"updateauthenticationprofile": {
2552325598
"Resources": [
2552425599
"authentication-profile"
@@ -25865,6 +25940,9 @@
2586525940
"authentication-profile": {
2586625941
"ARNFormats": [
2586725942
"arn:${Partition}:connect:${Region}:${Account}:instance/.*"
25943+
],
25944+
"ConditionKeys": [
25945+
"aws:ResourceTag/${TagKey}"
2586825946
]
2586925947
},
2587025948
"aws-managed-view": {
@@ -25875,6 +25953,9 @@
2587525953
"contact": {
2587625954
"ARNFormats": [
2587725955
"arn:${Partition}:connect:${Region}:${Account}:instance/.*"
25956+
],
25957+
"ConditionKeys": [
25958+
"aws:ResourceTag/${TagKey}"
2587825959
]
2587925960
},
2588025961
"contact-evaluation": {
@@ -27685,6 +27766,7 @@
2768527766
"getnotebook": {},
2768627767
"getnotebookcompute": {},
2768727768
"getnotebookexport": {},
27769+
"getnotebookrun": {},
2768827770
"getproject": {},
2768927771
"getprojectprofile": {},
2769027772
"getrule": {},
@@ -27728,6 +27810,7 @@
2772827810
]
2772927811
},
2773027812
"listmetadatagenerationruns": {},
27813+
"listnotebookruns": {},
2773127814
"listnotebooks": {},
2773227815
"listnotifications": {},
2773327816
"listpolicygrants": {},
@@ -27781,10 +27864,12 @@
2778127864
"startnotebookcompute": {},
2778227865
"startnotebookexport": {},
2778327866
"startnotebookimport": {},
27867+
"startnotebookrun": {},
2778427868
"startnotebooksync": {},
2778527869
"stopcompute": {},
2778627870
"stopmetadatagenerationrun": {},
2778727871
"stopnotebookcompute": {},
27872+
"stopnotebookrun": {},
2778827873
"tagresource": {
2778927874
"Resources": [
2779027875
"domain"
@@ -74168,6 +74253,11 @@
7416874253
]
7416974254
},
7417074255
"putsellingsystemsettings": {},
74256+
"querydataset": {
74257+
"Resources": [
74258+
"Dataset"
74259+
]
74260+
},
7417174261
"recallbenefitapplication": {
7417274262
"Resources": [
7417374263
"BenefitApplication"
@@ -74255,6 +74345,7 @@
7425574345
"Resources": [
7425674346
"BenefitApplication",
7425774347
"ChannelHandshake",
74348+
"Dataset",
7425874349
"MarketplaceRevenueShare",
7425974350
"Opportunity",
7426074351
"Partner",
@@ -74268,6 +74359,7 @@
7426874359
"Resources": [
7426974360
"BenefitApplication",
7427074361
"ChannelHandshake",
74362+
"Dataset",
7427174363
"MarketplaceRevenueShare",
7427274364
"Opportunity",
7427374365
"Partner",
@@ -74362,6 +74454,14 @@
7436274454
"arn:${Partition}:partnercentral::${Account}:catalog/.*"
7436374455
]
7436474456
},
74457+
"dataset": {
74458+
"ARNFormats": [
74459+
"arn:${Partition}:partnercentral::${Account}:catalog/AWS/ReportingData/.*"
74460+
],
74461+
"ConditionKeys": [
74462+
"aws:ResourceTag/${TagKey}"
74463+
]
74464+
},
7436574465
"engagement": {
7436674466
"ARNFormats": [
7436774467
"arn:${Partition}:partnercentral:${Region}::catalog/.*"
@@ -78917,6 +79017,11 @@
7891779017
"analysis"
7891879018
]
7891979019
},
79020+
"deleteapp": {
79021+
"Resources": [
79022+
"app"
79023+
]
79024+
},
7892079025
"deletebrand": {
7892179026
"Resources": [
7892279027
"brand"
@@ -79113,6 +79218,16 @@
7911379218
"analysis"
7911479219
]
7911579220
},
79221+
"describeapp": {
79222+
"Resources": [
79223+
"app"
79224+
]
79225+
},
79226+
"describeapppermissions": {
79227+
"Resources": [
79228+
"app"
79229+
]
79230+
},
7911679231
"describeassetbundleexportjob": {
7911779232
"Resources": [
7911879233
"assetBundleExportJob"
@@ -79413,6 +79528,11 @@
7941379528
"analysis"
7941479529
]
7941579530
},
79531+
"listapps": {
79532+
"Resources": [
79533+
"app"
79534+
]
79535+
},
7941679536
"listassetbundleexportjobs": {
7941779537
"Resources": [
7941879538
"assetBundleExportJob"
@@ -79518,6 +79638,7 @@
7951879638
"Resources": [
7951979639
"actionconnector",
7952079640
"analysis",
79641+
"app",
7952179642
"brand",
7952279643
"customization",
7952379644
"custompermissions",
@@ -79631,6 +79752,11 @@
7963179752
"analysis"
7963279753
]
7963379754
},
79755+
"searchapps": {
79756+
"Resources": [
79757+
"app"
79758+
]
79759+
},
7963479760
"searchautomationgroups": {},
7963579761
"searchdashboards": {
7963679762
"Resources": [
@@ -79702,6 +79828,7 @@
7970279828
"Resources": [
7970379829
"actionconnector",
7970479830
"analysis",
79831+
"app",
7970579832
"brand",
7970679833
"customization",
7970779834
"custompermissions",
@@ -79731,6 +79858,7 @@
7973179858
"Resources": [
7973279859
"actionconnector",
7973379860
"analysis",
79861+
"app",
7973479862
"brand",
7973579863
"customization",
7973679864
"custompermissions",
@@ -79788,6 +79916,11 @@
7978879916
]
7978979917
},
7979079918
"updateapplicationwithtokenexchangegrant": {},
79919+
"updateapppermissions": {
79920+
"Resources": [
79921+
"app"
79922+
]
79923+
},
7979179924
"updateautomationgrouppermissions": {
7979279925
"Resources": [
7979379926
"automationGroup"
@@ -80038,6 +80171,14 @@
8003880171
"aws:ResourceTag/${TagKey}"
8003980172
]
8004080173
},
80174+
"app": {
80175+
"ARNFormats": [
80176+
"arn:${Partition}:quicksight:${Region}:${Account}:app/.*"
80177+
],
80178+
"ConditionKeys": [
80179+
"aws:ResourceTag/${TagKey}"
80180+
]
80181+
},
8004180182
"approvalpolicy": {
8004280183
"ARNFormats": [
8004380184
"arn:${Partition}:quicksight:${Region}:${Account}:approval-policy/.*"
@@ -80182,9 +80323,6 @@
8018280323
"limitsprofile": {
8018380324
"ARNFormats": [
8018480325
"arn:${Partition}:quicksight:${Region}:${Account}:limits-profile/.*"
80185-
],
80186-
"ConditionKeys": [
80187-
"aws:ResourceTag/${TagKey}"
8018880326
]
8018980327
},
8019080328
"namespace": {
@@ -82536,6 +82674,7 @@
8253682674
"workgroup"
8253782675
]
8253882676
},
82677+
"listsessions": {},
8253982678
"liststatements": {},
8254082679
"listtables": {
8254182680
"Resources": [

src/cfnlint/data/Serverless/ManagedPolicies.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@
598598
"AWSRolesAnywhereReadOnly": "arn:aws:iam::aws:policy/AWSRolesAnywhereReadOnly",
599599
"AWSRolesAnywhereServicePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSRolesAnywhereServicePolicy",
600600
"AWSS3OnOutpostsServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSS3OnOutpostsServiceRolePolicy",
601+
"AWSSDMPServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSSDMPServiceRolePolicy",
601602
"AWSSSMForSAPServiceLinkedRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSSSMForSAPServiceLinkedRolePolicy",
602603
"AWSSSMOpsInsightsServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSSSMOpsInsightsServiceRolePolicy",
603604
"AWSSSODirectoryAdministrator": "arn:aws:iam::aws:policy/AWSSSODirectoryAdministrator",
@@ -1061,6 +1062,7 @@
10611062
"AmazonNimbleStudio-LaunchProfileWorker": "arn:aws:iam::aws:policy/AmazonNimbleStudio-LaunchProfileWorker",
10621063
"AmazonNimbleStudio-StudioAdmin": "arn:aws:iam::aws:policy/AmazonNimbleStudio-StudioAdmin",
10631064
"AmazonNimbleStudio-StudioUser": "arn:aws:iam::aws:policy/AmazonNimbleStudio-StudioUser",
1065+
"AmazonODBFullAccess": "arn:aws:iam::aws:policy/AmazonODBFullAccess",
10641066
"AmazonODBServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AmazonODBServiceRolePolicy",
10651067
"AmazonOmicsFullAccess": "arn:aws:iam::aws:policy/AmazonOmicsFullAccess",
10661068
"AmazonOmicsReadOnlyAccess": "arn:aws:iam::aws:policy/AmazonOmicsReadOnlyAccess",
@@ -1457,6 +1459,7 @@
14571459
"ROSAIngressOperatorPolicy": "arn:aws:iam::aws:policy/service-role/ROSAIngressOperatorPolicy",
14581460
"ROSAInstallerPolicy": "arn:aws:iam::aws:policy/service-role/ROSAInstallerPolicy",
14591461
"ROSAKMSProviderPolicy": "arn:aws:iam::aws:policy/service-role/ROSAKMSProviderPolicy",
1462+
"ROSAKarpenterControllerPolicy": "arn:aws:iam::aws:policy/service-role/ROSAKarpenterControllerPolicy",
14601463
"ROSAKubeControllerPolicy": "arn:aws:iam::aws:policy/service-role/ROSAKubeControllerPolicy",
14611464
"ROSAManageSubscription": "arn:aws:iam::aws:policy/ROSAManageSubscription",
14621465
"ROSANodePoolManagementPolicy": "arn:aws:iam::aws:policy/service-role/ROSANodePoolManagementPolicy",

0 commit comments

Comments
 (0)