Skip to content

Commit

Permalink
Update CloudFormation specs to 173.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored and github-actions[bot] committed May 9, 2024
1 parent 01a5424 commit 9835d46
Show file tree
Hide file tree
Showing 67 changed files with 5,686 additions and 18,745 deletions.
26 changes: 23 additions & 3 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1395,12 +1395,20 @@
"DescribeBudgetActionsForAccount",
"DescribeBudgetActionsForBudget",
"ExecuteBudgetAction",
"ListTagsForResource",
"ModifyBudget",
"TagResource",
"UntagResource",
"UpdateBudgetAction",
"ViewBudget"
],
"HasResource": true,
"StringPrefix": "budgets"
"StringPrefix": "budgets",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
]
},
"AWS BugBust": {
"ARNFormat": "arn:aws:bugbust:${Region}:${Account}:${ResourceType}/${ResourceName}",
Expand Down Expand Up @@ -7447,6 +7455,7 @@
"ListApplications",
"ListBatchJobDefinitions",
"ListBatchJobExecutions",
"ListBatchJobRestartPoints",
"ListDataSetImportHistory",
"ListDataSets",
"ListDeployments",
Expand Down Expand Up @@ -8689,6 +8698,7 @@
"ImportResourcesToDraftAppVersion",
"ListAlarmRecommendations",
"ListAppAssessmentComplianceDrifts",
"ListAppAssessmentResourceDrifts",
"ListAppAssessments",
"ListAppComponentCompliances",
"ListAppComponentRecommendations",
Expand Down Expand Up @@ -10345,6 +10355,7 @@
"ListUsers",
"ListWorkflows",
"SendWorkflowStepState",
"StartDirectoryListing",
"StartFileTransfer",
"StartServer",
"StopServer",
Expand Down Expand Up @@ -10373,6 +10384,7 @@
"ARNFormat": "arn:aws:trustedadvisor:${Region}:${Account}:checks/${Category}/${CheckId}",
"ARNRegex": "^arn:aws:trustedadvisor:.*",
"Actions": [
"BatchUpdateRecommendationResourceExclusion",
"CreateEngagement",
"CreateEngagementAttachment",
"CreateEngagementCommunication",
Expand Down Expand Up @@ -13047,6 +13059,7 @@
"ARNRegex": "^arn:aws:connect:.+:.+:instance/.+",
"Actions": [
"ActivateEvaluationForm",
"AdminGetEmergencyAccessToken",
"AssociateApprovedOrigin",
"AssociateBot",
"AssociateCustomerProfilesDomain",
Expand Down Expand Up @@ -13156,7 +13169,6 @@
"GetCurrentMetricData",
"GetCurrentUserData",
"GetFederationToken",
"GetFederationTokens",
"GetFlowAssociation",
"GetMetricData",
"GetMetricDataV2",
Expand Down Expand Up @@ -17964,7 +17976,9 @@
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
"aws:TagKeys",
"memorydb:TLSEnabled",
"memorydb:UserAuthenticationMode"
]
},
"Amazon Message Delivery Service": {
Expand Down Expand Up @@ -18436,6 +18450,7 @@
"CreateBatchInferenceJob",
"CreateBatchSegmentJob",
"CreateCampaign",
"CreateDataDeletionJob",
"CreateDataInsightsJob",
"CreateDataset",
"CreateDatasetExportJob",
Expand All @@ -18461,6 +18476,7 @@
"DescribeBatchInferenceJob",
"DescribeBatchSegmentJob",
"DescribeCampaign",
"DescribeDataDeletionJob",
"DescribeDataInsightsJob",
"DescribeDataset",
"DescribeDatasetExportJob",
Expand All @@ -18483,6 +18499,7 @@
"ListBatchInferenceJobs",
"ListBatchSegmentJobs",
"ListCampaigns",
"ListDataDeletionJobs",
"ListDataInsightsJobs",
"ListDatasetExportJobs",
"ListDatasetGroups",
Expand Down Expand Up @@ -18842,6 +18859,8 @@
},
"Amazon Q": {
"Actions": [
"CreateAssignment",
"DeleteAssignment",
"GetConversation",
"GetIdentityMetadata",
"GetTroubleshootingResults",
Expand Down Expand Up @@ -21831,6 +21850,7 @@
"ARNFormat": "arn:aws:vpc-lattice:${Region}:${Account}:${ResourceType}/${RelativeId}",
"ARNRegex": "^arn:aws:vpc-lattice:.+",
"Actions": [
"Connect",
"Invoke"
],
"HasResource": true,
Expand Down
Loading

0 comments on commit 9835d46

Please sign in to comment.