Skip to content

Commit 44fbb07

Browse files
kddejonggithub-actions[bot]
authored andcommitted
Update CloudFormation schemas to 2025-12-17
1 parent fc774ad commit 44fbb07

File tree

145 files changed

+8414
-5644
lines changed

Some content is hidden

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

145 files changed

+8414
-5644
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 56 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73840,6 +73840,11 @@
7384073840
]
7384173841
},
7384273842
"getgroupmapping": {},
73843+
"getidentitycontext": {
73844+
"Resources": [
73845+
"user"
73846+
]
73847+
},
7384373848
"getsessionembedurl": {},
7384473849
"listactionconnectors": {},
7384573850
"listagents": {
@@ -87488,6 +87493,7 @@
8748887493
"getassociationforservicequotatemplate": {},
8748987494
"getautomanagementconfiguration": {},
8749087495
"getawsdefaultservicequota": {},
87496+
"getquotautilizationreport": {},
8749187497
"getrequestedservicequotachange": {},
8749287498
"getservicequota": {},
8749387499
"getservicequotaincreaserequestfromtemplate": {},
@@ -87509,6 +87515,7 @@
8750987515
]
8751087516
},
8751187517
"startautomanagement": {},
87518+
"startquotautilizationreport": {},
8751287519
"stopautomanagement": {},
8751387520
"tagresource": {},
8751487521
"untagresource": {},
@@ -90559,12 +90566,14 @@
9055990566
"startautomationexecution": {
9056090567
"Resources": [
9056190568
"automation-definition",
90569+
"automation-execution",
9056290570
"document"
9056390571
]
9056490572
},
9056590573
"startchangerequestexecution": {
9056690574
"Resources": [
9056790575
"automation-definition",
90576+
"automation-execution",
9056890577
"document"
9056990578
]
9057090579
},
@@ -90696,6 +90705,9 @@
9069690705
"automation-definition": {
9069790706
"ARNFormats": [
9069890707
"arn:${Partition}:ssm:${Region}:${Account}:.*"
90708+
],
90709+
"ConditionKeys": [
90710+
"ssm:DocumentType"
9069990711
]
9070090712
},
9070190713
"automation-execution": {
@@ -93808,6 +93820,17 @@
9380893820
"db-parameter-group"
9380993821
]
9381093822
},
93823+
"rebootdbcluster": {
93824+
"Resources": [
93825+
"db-cluster",
93826+
"db-instance"
93827+
]
93828+
},
93829+
"rebootdbinstance": {
93830+
"Resources": [
93831+
"db-instance"
93832+
]
93833+
},
9381193834
"tagresource": {
9381293835
"Resources": [
9381393836
"db-cluster",
@@ -94831,13 +94854,29 @@
9483194854
"package"
9483294855
]
9483394856
},
94834-
"listcampaignrepositories": {},
94857+
"listcampaignrepositories": {
94858+
"Resources": [
94859+
"campaign"
94860+
]
94861+
},
9483594862
"listcampaigns": {},
9483694863
"listknowledgeitems": {},
9483794864
"listtagsforresource": {},
9483894865
"listtransformationpackagemetadata": {},
94839-
"tagresource": {},
94840-
"untagresource": {},
94866+
"tagresource": {
94867+
"Resources": [
94868+
"campaign",
94869+
"knowledge-item",
94870+
"package"
94871+
]
94872+
},
94873+
"untagresource": {
94874+
"Resources": [
94875+
"campaign",
94876+
"knowledge-item",
94877+
"package"
94878+
]
94879+
},
9484194880
"updatecampaign": {
9484294881
"Resources": [
9484394882
"campaign"
@@ -94848,7 +94887,11 @@
9484894887
"campaign"
9484994888
]
9485094889
},
94851-
"updateknowledgeitemconfiguration": {},
94890+
"updateknowledgeitemconfiguration": {
94891+
"Resources": [
94892+
"package"
94893+
]
94894+
},
9485294895
"updateknowledgeitemstatus": {
9485394896
"Resources": [
9485494897
"knowledge-item"
@@ -94859,21 +94902,25 @@
9485994902
"campaign": {
9486094903
"ARNFormats": [
9486194904
"arn:${Partition}:transform-custom:${Region}:${Account}:campaign/.*"
94862-
]
94863-
},
94864-
"conversation": {
94865-
"ARNFormats": [
94866-
"arn:${Partition}:transform-custom:${Region}:${Account}:conversation/.*"
94905+
],
94906+
"ConditionKeys": [
94907+
"aws:ResourceTag/${TagKey}"
9486794908
]
9486894909
},
9486994910
"knowledge-item": {
9487094911
"ARNFormats": [
9487194912
"arn:${Partition}:transform-custom:${Region}:${Account}:package/.*"
94913+
],
94914+
"ConditionKeys": [
94915+
"aws:ResourceTag/${TagKey}"
9487294916
]
9487394917
},
9487494918
"package": {
9487594919
"ARNFormats": [
9487694920
"arn:${Partition}:transform-custom:${Region}:${Account}:package/.*"
94921+
],
94922+
"ConditionKeys": [
94923+
"aws:ResourceTag/${TagKey}"
9487794924
]
9487894925
}
9487994926
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"80a88d3df7945ccf5011eed00d2ec883\"", "url": "https://schema.cloudformation.ap-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"9818c562a0a4130357995ee02ed7df80\"", "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": "\"4178b1e6fcd1d435f37ec9dfc04c5a74\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"647432f9e43f9eb4b04a796b2570c48e\"", "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": "\"24858010d930241f80916f0551a0ce2f\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"b6bcf80b14047cd407fc770603ebfabc\"", "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": "\"3d164e4ec7267549790fbcfd58801635\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"05c38fa43b633ca4ab880bb5ebbfdfc3\"", "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": "\"2eb36db6dc793d74d1f90fe08d507d8d\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2eef139caa12d62f44b47d5adac9636f\"", "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": "\"24e0214d25efba4f625950b21b1879bb\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"705e3611d9d68ac64779179b6eb12ba8\"", "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": "\"b07b3a6d9af714bb20000073f45c03a5\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4f2a01d4f47e5321c0b662e20969258b\"", "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": "\"5c8fc6ca662885840b52cc739b0bccbc\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"740a8e946377afeedab763a58094b7c9\"", "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": "\"77328f85ed67d6541815e0198539940e\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"f86a9ed6660506bc0152449155e92457\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)