Skip to content

Commit cb1e5a6

Browse files
Update CloudFormation specs to 173.0.0 (#3215)
Co-authored-by: kddejong <36457093+kddejong@users.noreply.github.com> Co-authored-by: Kevin DeJong <kddejong@amazon.com>
1 parent fa980eb commit cb1e5a6

File tree

67 files changed

+5686
-18745
lines changed

Some content is hidden

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

67 files changed

+5686
-18745
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,12 +1395,20 @@
13951395
"DescribeBudgetActionsForAccount",
13961396
"DescribeBudgetActionsForBudget",
13971397
"ExecuteBudgetAction",
1398+
"ListTagsForResource",
13981399
"ModifyBudget",
1400+
"TagResource",
1401+
"UntagResource",
13991402
"UpdateBudgetAction",
14001403
"ViewBudget"
14011404
],
14021405
"HasResource": true,
1403-
"StringPrefix": "budgets"
1406+
"StringPrefix": "budgets",
1407+
"conditionKeys": [
1408+
"aws:RequestTag/${TagKey}",
1409+
"aws:ResourceTag/${TagKey}",
1410+
"aws:TagKeys"
1411+
]
14041412
},
14051413
"AWS BugBust": {
14061414
"ARNFormat": "arn:aws:bugbust:${Region}:${Account}:${ResourceType}/${ResourceName}",
@@ -7447,6 +7455,7 @@
74477455
"ListApplications",
74487456
"ListBatchJobDefinitions",
74497457
"ListBatchJobExecutions",
7458+
"ListBatchJobRestartPoints",
74507459
"ListDataSetImportHistory",
74517460
"ListDataSets",
74527461
"ListDeployments",
@@ -8689,6 +8698,7 @@
86898698
"ImportResourcesToDraftAppVersion",
86908699
"ListAlarmRecommendations",
86918700
"ListAppAssessmentComplianceDrifts",
8701+
"ListAppAssessmentResourceDrifts",
86928702
"ListAppAssessments",
86938703
"ListAppComponentCompliances",
86948704
"ListAppComponentRecommendations",
@@ -10345,6 +10355,7 @@
1034510355
"ListUsers",
1034610356
"ListWorkflows",
1034710357
"SendWorkflowStepState",
10358+
"StartDirectoryListing",
1034810359
"StartFileTransfer",
1034910360
"StartServer",
1035010361
"StopServer",
@@ -10373,6 +10384,7 @@
1037310384
"ARNFormat": "arn:aws:trustedadvisor:${Region}:${Account}:checks/${Category}/${CheckId}",
1037410385
"ARNRegex": "^arn:aws:trustedadvisor:.*",
1037510386
"Actions": [
10387+
"BatchUpdateRecommendationResourceExclusion",
1037610388
"CreateEngagement",
1037710389
"CreateEngagementAttachment",
1037810390
"CreateEngagementCommunication",
@@ -13047,6 +13059,7 @@
1304713059
"ARNRegex": "^arn:aws:connect:.+:.+:instance/.+",
1304813060
"Actions": [
1304913061
"ActivateEvaluationForm",
13062+
"AdminGetEmergencyAccessToken",
1305013063
"AssociateApprovedOrigin",
1305113064
"AssociateBot",
1305213065
"AssociateCustomerProfilesDomain",
@@ -13156,7 +13169,6 @@
1315613169
"GetCurrentMetricData",
1315713170
"GetCurrentUserData",
1315813171
"GetFederationToken",
13159-
"GetFederationTokens",
1316013172
"GetFlowAssociation",
1316113173
"GetMetricData",
1316213174
"GetMetricDataV2",
@@ -17964,7 +17976,9 @@
1796417976
"conditionKeys": [
1796517977
"aws:RequestTag/${TagKey}",
1796617978
"aws:ResourceTag/${TagKey}",
17967-
"aws:TagKeys"
17979+
"aws:TagKeys",
17980+
"memorydb:TLSEnabled",
17981+
"memorydb:UserAuthenticationMode"
1796817982
]
1796917983
},
1797017984
"Amazon Message Delivery Service": {
@@ -18436,6 +18450,7 @@
1843618450
"CreateBatchInferenceJob",
1843718451
"CreateBatchSegmentJob",
1843818452
"CreateCampaign",
18453+
"CreateDataDeletionJob",
1843918454
"CreateDataInsightsJob",
1844018455
"CreateDataset",
1844118456
"CreateDatasetExportJob",
@@ -18461,6 +18476,7 @@
1846118476
"DescribeBatchInferenceJob",
1846218477
"DescribeBatchSegmentJob",
1846318478
"DescribeCampaign",
18479+
"DescribeDataDeletionJob",
1846418480
"DescribeDataInsightsJob",
1846518481
"DescribeDataset",
1846618482
"DescribeDatasetExportJob",
@@ -18483,6 +18499,7 @@
1848318499
"ListBatchInferenceJobs",
1848418500
"ListBatchSegmentJobs",
1848518501
"ListCampaigns",
18502+
"ListDataDeletionJobs",
1848618503
"ListDataInsightsJobs",
1848718504
"ListDatasetExportJobs",
1848818505
"ListDatasetGroups",
@@ -18842,6 +18859,8 @@
1884218859
},
1884318860
"Amazon Q": {
1884418861
"Actions": [
18862+
"CreateAssignment",
18863+
"DeleteAssignment",
1884518864
"GetConversation",
1884618865
"GetIdentityMetadata",
1884718866
"GetTroubleshootingResults",
@@ -21831,6 +21850,7 @@
2183121850
"ARNFormat": "arn:aws:vpc-lattice:${Region}:${Account}:${ResourceType}/${RelativeId}",
2183221851
"ARNRegex": "^arn:aws:vpc-lattice:.+",
2183321852
"Actions": [
21853+
"Connect",
2183421854
"Invoke"
2183521855
],
2183621856
"HasResource": true,

0 commit comments

Comments
 (0)