Skip to content

Commit ae09aed

Browse files
Update CloudFormation specs to 144.0.0 (#2898)
Co-authored-by: kddejong <[email protected]>
1 parent e8cc9e5 commit ae09aed

File tree

85 files changed

+27530
-20199
lines changed

Some content is hidden

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

85 files changed

+27530
-20199
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,8 +2430,8 @@
24302430
"StringPrefix": "consolidatedbilling"
24312431
},
24322432
"AWS Control Tower": {
2433-
"ARNFormat": "arn:${Partition}:controltower:${Region}:${Account}:${ResourceType}/${ResourceName}",
2434-
"ARNRegex": "^arn:${Partition}:controltower:.+:.+:.+",
2433+
"ARNFormat": "arn:aws:controltower:${Region}:${Account}:${ResourceType}/${ResourceName}",
2434+
"ARNRegex": "^arn:aws:controltower:.+:.+:.+",
24352435
"Actions": [
24362436
"CreateManagedAccount",
24372437
"DeleteLandingZone",
@@ -2453,6 +2453,7 @@
24532453
"GetAccountInfo",
24542454
"GetAvailableUpdates",
24552455
"GetControlOperation",
2456+
"GetEnabledControl",
24562457
"GetGuardrailComplianceStatus",
24572458
"GetHomeRegion",
24582459
"GetLandingZoneDriftStatus",
@@ -2476,7 +2477,7 @@
24762477
"SetupLandingZone",
24772478
"UpdateAccountFactoryConfig"
24782479
],
2479-
"HasResource": false,
2480+
"HasResource": true,
24802481
"StringPrefix": "controltower"
24812482
},
24822483
"AWS Cost Explorer Service": {
@@ -3746,9 +3747,11 @@
37463747
"RebootInputDevice",
37473748
"RejectInputDeviceTransfer",
37483749
"StartChannel",
3750+
"StartInputDevice",
37493751
"StartInputDeviceMaintenanceWindow",
37503752
"StartMultiplex",
37513753
"StopChannel",
3754+
"StopInputDevice",
37523755
"StopMultiplex",
37533756
"TransferInputDevice",
37543757
"UpdateAccountConfiguration",
@@ -3993,22 +3996,33 @@
39933996
"ARNFormat": "arn:aws:entityresolution:${Region}:${Account}:${ResourceType}/${ResourceName}",
39943997
"ARNRegex": "^arn:aws:entityresolution:.+:.+:.+",
39953998
"Actions": [
3999+
"CreateIdMappingWorkflow",
39964000
"CreateMatchingWorkflow",
39974001
"CreateSchemaMapping",
4002+
"DeleteIdMappingWorkflow",
39984003
"DeleteMatchingWorkflow",
39994004
"DeleteSchemaMapping",
4005+
"GetIdMappingJob",
4006+
"GetIdMappingWorkflow",
40004007
"GetMatchId",
40014008
"GetMatchingJob",
40024009
"GetMatchingWorkflow",
4010+
"GetProviderService",
40034011
"GetSchemaMapping",
4012+
"ListIdMappingJobs",
4013+
"ListIdMappingWorkflows",
40044014
"ListMatchingJobs",
40054015
"ListMatchingWorkflows",
4016+
"ListProviderServices",
40064017
"ListSchemaMappings",
40074018
"ListTagsForResource",
4019+
"StartIdMappingJob",
40084020
"StartMatchingJob",
40094021
"TagResource",
40104022
"UntagResource",
4011-
"UpdateMatchingWorkflow"
4023+
"UpdateIdMappingWorkflow",
4024+
"UpdateMatchingWorkflow",
4025+
"UpdateSchemaMapping"
40124026
],
40134027
"HasResource": true,
40144028
"StringPrefix": "entityresolution",
@@ -5830,6 +5844,7 @@
58305844
"DisassociateVehicleFleet",
58315845
"GetCampaign",
58325846
"GetDecoderManifest",
5847+
"GetEncryptionConfiguration",
58335848
"GetFleet",
58345849
"GetLoggingOptions",
58355850
"GetModelManifest",
@@ -5852,6 +5867,7 @@
58525867
"ListTagsForResource",
58535868
"ListVehicles",
58545869
"ListVehiclesInFleet",
5870+
"PutEncryptionConfiguration",
58555871
"PutLoggingOptions",
58565872
"RegisterAccount",
58575873
"TagResource",
@@ -9017,6 +9033,7 @@
90179033
"DescribeAttachment",
90189034
"DescribeCaseAttributes",
90199035
"DescribeCases",
9036+
"DescribeCommunication",
90209037
"DescribeCommunications",
90219038
"DescribeCreateCaseOptions",
90229039
"DescribeIssueTypes",
@@ -14560,6 +14577,7 @@
1456014577
"ManageBackupPrincipalAssociations",
1456114578
"ReleaseFileSystemNfsV3Locks",
1456214579
"RestoreVolumeFromSnapshot",
14580+
"StartMisconfiguredStateRecovery",
1456314581
"TagResource",
1456414582
"UntagResource",
1456514583
"UpdateDataRepositoryAssociation",
@@ -16441,8 +16459,10 @@
1644116459
"ARNRegex": "^arn:${Partition}:managedblockchain-query:.*:[0-9]*:.+",
1644216460
"Actions": [
1644316461
"BatchGetTokenBalance",
16462+
"GetAssetContract",
1644416463
"GetTokenBalance",
1644516464
"GetTransaction",
16465+
"ListAssetContracts",
1644616466
"ListTokenBalances",
1644716467
"ListTransactionEvents",
1644816468
"ListTransactions"
@@ -19803,25 +19823,42 @@
1980319823
"StringPrefix": "sdb"
1980419824
},
1980519825
"Amazon Textract": {
19806-
"ARNFormat": "arn:${Partition}:textract:${Region}:${Account}:${RelativeId}",
19807-
"ARNRegex": "^arn:${Partition}:textract:.+",
19826+
"ARNFormat": "arn:aws:textract:${Region}:${Account}:${RelativeId}",
19827+
"ARNRegex": "^arn:aws:textract:.+",
1980819828
"Actions": [
1980919829
"AnalyzeDocument",
1981019830
"AnalyzeExpense",
1981119831
"AnalyzeID",
19832+
"CreateAdapter",
19833+
"CreateAdapterVersion",
19834+
"DeleteAdapter",
19835+
"DeleteAdapterVersion",
1981219836
"DetectDocumentText",
19837+
"GetAdapter",
19838+
"GetAdapterVersion",
1981319839
"GetDocumentAnalysis",
1981419840
"GetDocumentTextDetection",
1981519841
"GetExpenseAnalysis",
1981619842
"GetLendingAnalysis",
1981719843
"GetLendingAnalysisSummary",
19844+
"ListAdapterVersions",
19845+
"ListAdapters",
19846+
"ListTagsForResource",
1981819847
"StartDocumentAnalysis",
1981919848
"StartDocumentTextDetection",
1982019849
"StartExpenseAnalysis",
19821-
"StartLendingAnalysis"
19850+
"StartLendingAnalysis",
19851+
"TagResource",
19852+
"UntagResource",
19853+
"UpdateAdapter"
1982219854
],
19823-
"HasResource": false,
19824-
"StringPrefix": "textract"
19855+
"HasResource": true,
19856+
"StringPrefix": "textract",
19857+
"conditionKeys": [
19858+
"aws:RequestTag/${TagKey}",
19859+
"aws:ResourceTag/${TagKey}",
19860+
"aws:TagKeys"
19861+
]
1982519862
},
1982619863
"Amazon Timestream": {
1982719864
"ARNFormat": "arn:aws:timestream:${Region}:${Account}:database/${DatabaseName}/table/${TableName}",

0 commit comments

Comments
 (0)