Skip to content

Commit 8a45525

Browse files
Update CloudFormation specs to 169.0.0 (#3135)
Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent 13f2352 commit 8a45525

File tree

107 files changed

+7031
-10029
lines changed

Some content is hidden

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

107 files changed

+7031
-10029
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_version(filename):
4444
zip_safe=False,
4545
install_requires=[
4646
'pyyaml>5.4',
47-
'aws-sam-translator>=1.86.0',
47+
'aws-sam-translator>=1.87.0',
4848
'jsonpatch',
4949
'jsonschema>=3.0,<5',
5050
'networkx>=2.4,<4',

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"aws:TokenIssueTime",
4949
"aws:UserAgent",
5050
"aws:ViaAWSService",
51+
"aws:VpcSourceIp",
5152
"aws:userid",
5253
"aws:username"
5354
],
@@ -2715,6 +2716,17 @@
27152716
"HasResource": false,
27162717
"StringPrefix": "consolidatedbilling"
27172718
},
2719+
"AWS Control Catalog": {
2720+
"ARNFormat": "arn:aws:controlcatalog:::${ResourceType}/${ResourcePath}",
2721+
"ARNRegex": "^arn:aws:controlcatalog:::.+",
2722+
"Actions": [
2723+
"ListCommonControls",
2724+
"ListDomains",
2725+
"ListObjectives"
2726+
],
2727+
"HasResource": true,
2728+
"StringPrefix": "controlcatalog"
2729+
},
27182730
"AWS Control Tower": {
27192731
"ARNFormat": "arn:aws:controltower:${Region}:${Account}:${ResourceType}/${ResourceName}",
27202732
"ARNRegex": "^arn:aws:controltower:.+:.+:.+",
@@ -4210,19 +4222,29 @@
42104222
"CancelInputDeviceTransfer",
42114223
"ClaimDevice",
42124224
"CreateChannel",
4225+
"CreateCloudWatchAlarmTemplate",
4226+
"CreateCloudWatchAlarmTemplateGroup",
4227+
"CreateEventBridgeRuleTemplate",
4228+
"CreateEventBridgeRuleTemplateGroup",
42134229
"CreateInput",
42144230
"CreateInputSecurityGroup",
42154231
"CreateMultiplex",
42164232
"CreateMultiplexProgram",
42174233
"CreatePartnerInput",
4234+
"CreateSignalMap",
42184235
"CreateTags",
42194236
"DeleteChannel",
4237+
"DeleteCloudWatchAlarmTemplate",
4238+
"DeleteCloudWatchAlarmTemplateGroup",
4239+
"DeleteEventBridgeRuleTemplate",
4240+
"DeleteEventBridgeRuleTemplateGroup",
42204241
"DeleteInput",
42214242
"DeleteInputSecurityGroup",
42224243
"DeleteMultiplex",
42234244
"DeleteMultiplexProgram",
42244245
"DeleteReservation",
42254246
"DeleteSchedule",
4247+
"DeleteSignalMap",
42264248
"DeleteTags",
42274249
"DescribeAccountConfiguration",
42284250
"DescribeChannel",
@@ -4236,7 +4258,16 @@
42364258
"DescribeReservation",
42374259
"DescribeSchedule",
42384260
"DescribeThumbnails",
4261+
"GetCloudWatchAlarmTemplate",
4262+
"GetCloudWatchAlarmTemplateGroup",
4263+
"GetEventBridgeRuleTemplate",
4264+
"GetEventBridgeRuleTemplateGroup",
4265+
"GetSignalMap",
42394266
"ListChannels",
4267+
"ListCloudWatchAlarmTemplateGroups",
4268+
"ListCloudWatchAlarmTemplates",
4269+
"ListEventBridgeRuleTemplateGroups",
4270+
"ListEventBridgeRuleTemplates",
42404271
"ListInputDeviceTransfers",
42414272
"ListInputDevices",
42424273
"ListInputSecurityGroups",
@@ -4245,22 +4276,30 @@
42454276
"ListMultiplexes",
42464277
"ListOfferings",
42474278
"ListReservations",
4279+
"ListSignalMaps",
42484280
"ListTagsForResource",
42494281
"PurchaseOffering",
42504282
"RebootInputDevice",
42514283
"RejectInputDeviceTransfer",
42524284
"RestartChannelPipelines",
42534285
"StartChannel",
4286+
"StartDeleteMonitorDeployment",
42544287
"StartInputDevice",
42554288
"StartInputDeviceMaintenanceWindow",
4289+
"StartMonitorDeployment",
42564290
"StartMultiplex",
4291+
"StartUpdateSignalMap",
42574292
"StopChannel",
42584293
"StopInputDevice",
42594294
"StopMultiplex",
42604295
"TransferInputDevice",
42614296
"UpdateAccountConfiguration",
42624297
"UpdateChannel",
42634298
"UpdateChannelClass",
4299+
"UpdateCloudWatchAlarmTemplate",
4300+
"UpdateCloudWatchAlarmTemplateGroup",
4301+
"UpdateEventBridgeRuleTemplate",
4302+
"UpdateEventBridgeRuleTemplateGroup",
42644303
"UpdateInput",
42654304
"UpdateInputDevice",
42664305
"UpdateInputSecurityGroup",
@@ -4738,6 +4777,7 @@
47384777
"BatchGetDevEndpoints",
47394778
"BatchGetJobs",
47404779
"BatchGetPartition",
4780+
"BatchGetStageFiles",
47414781
"BatchGetTableOptimizer",
47424782
"BatchGetTriggers",
47434783
"BatchGetWorkflows",
@@ -4825,11 +4865,15 @@
48254865
"GetDataflowGraph",
48264866
"GetDevEndpoint",
48274867
"GetDevEndpoints",
4868+
"GetEnvironment",
4869+
"GetExecutors",
4870+
"GetExecutorsThreads",
48284871
"GetJob",
48294872
"GetJobBookmark",
48304873
"GetJobRun",
48314874
"GetJobRuns",
48324875
"GetJobs",
4876+
"GetLogParsingStatus",
48334877
"GetMLTaskRun",
48344878
"GetMLTaskRuns",
48354879
"GetMLTransform",
@@ -4840,6 +4884,8 @@
48404884
"GetPartitionIndexes",
48414885
"GetPartitions",
48424886
"GetPlan",
4887+
"GetQueries",
4888+
"GetQuery",
48434889
"GetRegistry",
48444890
"GetResourcePolicies",
48454891
"GetResourcePolicy",
@@ -4850,7 +4896,15 @@
48504896
"GetSecurityConfiguration",
48514897
"GetSecurityConfigurations",
48524898
"GetSession",
4899+
"GetStage",
4900+
"GetStageAttempt",
4901+
"GetStageAttemptTaskList",
4902+
"GetStageAttemptTaskSummary",
4903+
"GetStageFiles",
4904+
"GetStages",
48534905
"GetStatement",
4906+
"GetStorage",
4907+
"GetStorageUnit",
48544908
"GetTable",
48554909
"GetTableOptimizer",
48564910
"GetTableVersion",
@@ -4898,6 +4952,7 @@
48984952
"QuerySchemaVersionMetadata",
48994953
"RegisterSchemaVersion",
49004954
"RemoveSchemaVersionMetadata",
4955+
"RequestLogParsing",
49014956
"ResetJobBookmark",
49024957
"ResumeWorkflowRun",
49034958
"RunDataPreviewStatement",
@@ -7011,6 +7066,7 @@
70117066
"ListAliases",
70127067
"ListGrants",
70137068
"ListKeyPolicies",
7069+
"ListKeyRotations",
70147070
"ListKeys",
70157071
"ListResourceTags",
70167072
"ListRetirableGrants",
@@ -7020,6 +7076,7 @@
70207076
"ReplicateKey",
70217077
"RetireGrant",
70227078
"RevokeGrant",
7079+
"RotateKeyOnDemand",
70237080
"ScheduleKeyDeletion",
70247081
"Sign",
70257082
"SynchronizeMultiRegionKey",
@@ -7066,6 +7123,7 @@
70667123
"kms:RequestAlias",
70677124
"kms:ResourceAliases",
70687125
"kms:RetiringPrincipal",
7126+
"kms:RotationPeriodInDays",
70697127
"kms:ScheduleKeyDeletionPendingWindowInDays",
70707128
"kms:SigningAlgorithm",
70717129
"kms:ValidTo",
@@ -9739,6 +9797,7 @@
97399797
"ListInstances",
97409798
"ListTagsForResource",
97419799
"RemoveAdminPermissionsForUser",
9800+
"SendDataIntegrationEvent",
97429801
"TagResource",
97439802
"UntagResource",
97449803
"UpdateInstance"
@@ -13395,6 +13454,7 @@
1339513454
"Actions": [
1339613455
"AcceptPredictions",
1339713456
"AcceptSubscriptionRequest",
13457+
"AddPolicyGrant",
1339813458
"CancelMetadataGenerationRun",
1339913459
"CancelSubscription",
1340013460
"CreateAsset",
@@ -13476,6 +13536,7 @@
1347613536
"ListGroupsForUser",
1347713537
"ListMetadataGenerationRuns",
1347813538
"ListNotifications",
13539+
"ListPolicyGrants",
1347913540
"ListProjectMemberships",
1348013541
"ListProjects",
1348113542
"ListSubscriptionGrants",
@@ -13492,6 +13553,7 @@
1349213553
"RefreshToken",
1349313554
"RejectPredictions",
1349413555
"RejectSubscriptionRequest",
13556+
"RemovePolicyGrant",
1349513557
"RevokeSubscription",
1349613558
"Search",
1349713559
"SearchGroupProfiles",
@@ -13506,6 +13568,7 @@
1350613568
"TagResource",
1350713569
"UntagResource",
1350813570
"UpdateDataSource",
13571+
"UpdateDataSourceRunActivities",
1350913572
"UpdateDomain",
1351013573
"UpdateEnvironment",
1351113574
"UpdateEnvironmentBlueprint",
@@ -17997,6 +18060,7 @@
1799718060
"ReadDataViaQuery",
1799818061
"ResetGraph",
1799918062
"RestoreGraphFromSnapshot",
18063+
"StartImportTask",
1800018064
"TagResource",
1800118065
"UntagResource",
1800218066
"UpdateGraph",
@@ -18842,7 +18906,8 @@
1884218906
"UntagResource",
1884318907
"UpdateContent",
1884418908
"UpdateKnowledgeBaseTemplateUri",
18845-
"UpdateQuickResponse"
18909+
"UpdateQuickResponse",
18910+
"UpdateSession"
1884618911
],
1884718912
"HasResource": true,
1884818913
"StringPrefix": "wisdom",
@@ -19252,6 +19317,7 @@
1925219317
"ModifyDBSubnetGroup",
1925319318
"ModifyEventSubscription",
1925419319
"ModifyGlobalCluster",
19320+
"ModifyIntegration",
1925519321
"ModifyOptionGroup",
1925619322
"ModifyRecommendation",
1925719323
"ModifyTenantDatabase",

0 commit comments

Comments
 (0)