Skip to content

Commit 1193c36

Browse files
kddejonggithub-actions[bot]
authored andcommitted
Update CloudFormation schemas to 2025-08-28
1 parent d52fa16 commit 1193c36

File tree

313 files changed

+44564
-18232
lines changed

Some content is hidden

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

313 files changed

+44564
-18232
lines changed

docs/rules.md

Lines changed: 1 addition & 2 deletions

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28312,6 +28312,7 @@
2831228312
"associateroutetable": {
2831328313
"Resources": [
2831428314
"internet-gateway",
28315+
"ipv4pool-ec2",
2831528316
"route-table",
2831628317
"subnet",
2831728318
"vpn-gateway"
@@ -28585,6 +28586,12 @@
2858528586
"snapshot"
2858628587
]
2858728588
},
28589+
"createimageusagereport": {
28590+
"Resources": [
28591+
"image",
28592+
"image-usage-report"
28593+
]
28594+
},
2858828595
"createinstanceconnectendpoint": {
2858928596
"Resources": [
2859028597
"instance-connect-endpoint",
@@ -28868,6 +28875,7 @@
2886828875
"fpga-image",
2886928876
"host-reservation",
2887028877
"image",
28878+
"image-usage-report",
2887128879
"import-image-task",
2887228880
"import-snapshot-task",
2887328881
"instance",
@@ -29187,6 +29195,11 @@
2918729195
"fpga-image"
2918829196
]
2918929197
},
29198+
"deleteimageusagereport": {
29199+
"Resources": [
29200+
"image-usage-report"
29201+
]
29202+
},
2919029203
"deleteinstanceconnectendpoint": {
2919129204
"Resources": [
2919229205
"instance-connect-endpoint"
@@ -29413,6 +29426,7 @@
2941329426
"fpga-image",
2941429427
"host-reservation",
2941529428
"image",
29429+
"image-usage-report",
2941629430
"import-image-task",
2941729431
"import-snapshot-task",
2941829432
"instance",
@@ -29753,7 +29767,10 @@
2975329767
"image"
2975429768
]
2975529769
},
29770+
"describeimagereferences": {},
2975629771
"describeimages": {},
29772+
"describeimageusagereportentries": {},
29773+
"describeimageusagereports": {},
2975729774
"describeimportimagetasks": {},
2975829775
"describeimportsnapshottasks": {},
2975929776
"describeinstanceattribute": {
@@ -30542,6 +30559,12 @@
3054230559
"instance"
3054330560
]
3054430561
},
30562+
"modifyinstanceconnectendpoint": {
30563+
"Resources": [
30564+
"instance-connect-endpoint",
30565+
"security-group"
30566+
]
30567+
},
3054530568
"modifyinstancecpuoptions": {
3054630569
"Resources": [
3054730570
"instance"
@@ -31546,6 +31569,18 @@
3154631569
"ec2:RootDeviceType"
3154731570
]
3154831571
},
31572+
"image-usage-report": {
31573+
"ARNFormats": [
31574+
"arn:${Partition}:ec2:${Region}:${Account}:image-usage-report/.*"
31575+
],
31576+
"ConditionKeys": [
31577+
"aws:RequestTag/${TagKey}",
31578+
"aws:ResourceTag/${TagKey}",
31579+
"aws:TagKeys",
31580+
"ec2:Region",
31581+
"ec2:ResourceTag/${TagKey}"
31582+
]
31583+
},
3154931584
"import-image-task": {
3155031585
"ARNFormats": [
3155131586
"arn:${Partition}:ec2:${Region}:${Account}:import-image-task/.*"
@@ -31581,6 +31616,7 @@
3158131616
"ec2:Attribute",
3158231617
"ec2:Attribute/${AttributeName}",
3158331618
"ec2:AvailabilityZone",
31619+
"ec2:AvailabilityZoneId",
3158431620
"ec2:CpuOptionsAmdSevSnp",
3158531621
"ec2:EbsOptimized",
3158631622
"ec2:InstanceAutoRecovery",
@@ -32204,6 +32240,7 @@
3220432240
"ec2:Attribute",
3220532241
"ec2:Attribute/${AttributeName}",
3220632242
"ec2:AvailabilityZone",
32243+
"ec2:AvailabilityZoneId",
3220732244
"ec2:Ipv4IpamPoolId",
3220832245
"ec2:Ipv6IpamPoolId",
3220932246
"ec2:IsLaunchTemplateResource",
@@ -32467,6 +32504,7 @@
3246732504
"ec2:Attribute",
3246832505
"ec2:Attribute/${AttributeName}",
3246932506
"ec2:AvailabilityZone",
32507+
"ec2:AvailabilityZoneId",
3247032508
"ec2:Encrypted",
3247132509
"ec2:IsLaunchTemplateResource",
3247232510
"ec2:KmsKeyId",
@@ -33533,6 +33571,11 @@
3353333571
"cluster"
3353433572
]
3353533573
},
33574+
"describeinsightsrefresh": {
33575+
"Resources": [
33576+
"cluster"
33577+
]
33578+
},
3353633579
"describenodegroup": {
3353733580
"Resources": [
3353833581
"nodegroup"
@@ -33632,6 +33675,11 @@
3363233675
]
3363333676
},
3363433677
"registercluster": {},
33678+
"startinsightsrefresh": {
33679+
"Resources": [
33680+
"cluster"
33681+
]
33682+
},
3363533683
"tagresource": {
3363633684
"Resources": [
3363733685
"access-entry",
@@ -62259,12 +62307,22 @@
6225962307
"graph"
6226062308
]
6226162309
},
62310+
"startgraph": {
62311+
"Resources": [
62312+
"graph"
62313+
]
62314+
},
6226262315
"startimporttask": {
6226362316
"Resources": [
6226462317
"graph",
6226562318
"import-task"
6226662319
]
6226762320
},
62321+
"stopgraph": {
62322+
"Resources": [
62323+
"graph"
62324+
]
62325+
},
6226862326
"tagresource": {
6226962327
"Resources": [
6227062328
"graph",
@@ -87308,6 +87366,7 @@
8730887366
"component"
8730987367
]
8731087368
},
87369+
"getconfigurationcheckoperation": {},
8731187370
"getdatabase": {},
8731287371
"getoperation": {},
8731387372
"getresourcepermission": {},
@@ -87317,9 +87376,13 @@
8731787376
"application"
8731887377
]
8731987378
},
87379+
"listconfigurationcheckdefinitions": {},
87380+
"listconfigurationcheckoperations": {},
8732087381
"listdatabases": {},
8732187382
"listoperationevents": {},
8732287383
"listoperations": {},
87384+
"listsubcheckresults": {},
87385+
"listsubcheckruleresults": {},
8732387386
"listtagsforresource": {},
8732487387
"putresourcepermission": {},
8732587388
"registerapplication": {},
@@ -87334,6 +87397,7 @@
8733487397
"application"
8733587398
]
8733687399
},
87400+
"startconfigurationchecks": {},
8733787401
"stopapplication": {
8733887402
"Resources": [
8733987403
"application"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"3b9f93ab6453ddb4219ad23b34fbc9ab\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c8f655b786f5aa4f0ebb2894e3ea74d7\"", "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": "\"e66aff2bff4925f684af73ab6d764771\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"f036e597565f4e2815c3a41306fe60ae\"", "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": "\"38dbf791f62f8c4cf07461b4049f3fa5\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"1e972474c2faf6a58c93727d3c9356bf\"", "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": "\"f4934804ab4ce6872483e9bf26e0907c\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f11d23054aefd5d64666ddbb3657f117\"", "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": "\"0e98e0a5218e1b21035cedd01b94adf4\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"790d434efbd819a657115df8a254f3c1\"", "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": "\"24ae3f33274dd07c01453a710952b62e\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c4ee2b786163a43dabb6dc25e08c2e65\"", "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": "\"8a02f9793bb1a1c01f5c91400fe48a64\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"839988704d211afd7ee6ba69bf7c9938\"", "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": "\"2b25c91566a18224b954e6c820ce101c\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"6f8761f46c0f55469514b81892f9b3d4\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)