Skip to content

Commit 8454bc9

Browse files
Update CloudFormation schemas to 2024-12-12 (#3868)
Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent 83c3910 commit 8454bc9

File tree

451 files changed

+70579
-18498
lines changed

Some content is hidden

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

451 files changed

+70579
-18498
lines changed

docs/rules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ To include these rules, use the `-e/include-experimental` argument when running
4646
## Rules
4747
(_This documentation is generated by running `cfn-lint --update-documentation`, do not alter this manually_)
4848

49-
The following **238** rules are applied by this linter:
49+
The following **239** rules are applied by this linter:
5050

5151
| Rule ID | Title | Description | Config<br />(Name:Type:Default) | Source | Tags |
5252
| -------- | ----- | ----------- | ---------- | ------ | ---- |
5353
| [E0000<a name="E0000"></a>](../src/cfnlint/rules/errors/parse.py) | Parsing error found when parsing the template | Checks for JSON/YAML formatting errors in your template | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `base` |
5454
| [E0001<a name="E0001"></a>](../src/cfnlint/rules/errors/transform.py) | Error found when transforming the template | Errors found when performing transformation on the template | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `base`,`transform` |
5555
| [E0002<a name="E0002"></a>](../src/cfnlint/rules/errors/rule.py) | Error processing rule on the template | Errors found when processing a rule on the template | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `base`,`rule` |
56+
| [E0003<a name="E0003"></a>](../src/cfnlint/rules/errors/config.py) | Error with cfn-lint configuration | Error as a result of the cfn-lint configuration | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `base`,`rule` |
5657
| [E1001<a name="E1001"></a>](../src/cfnlint/rules/jsonschema/JsonSchema.py) | Basic CloudFormation Template Configuration | Making sure the basic CloudFormation template components are properly configured | sections:string: | [Source](https://github.com/aws-cloudformation/cfn-lint) | `base` |
5758
| [E1002<a name="E1002"></a>](../src/cfnlint/rules/templates/LimitSize.py) | Validate if a template size is too large | Check the size of the template is less than the upper limit | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html) | `limits` |
5859
| [E1003<a name="E1003"></a>](../src/cfnlint/rules/templates/LimitDescription.py) | Validate the max size of a description | Check if the size of the template description is less than the upper limit | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html) | `description`,`limits` |

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 62 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -810,13 +810,15 @@
810810
"CreateApplication",
811811
"CreateConnector",
812812
"CreateLaunchConfigurationTemplate",
813+
"CreateNetworkMigrationDefinition",
813814
"CreateReplicationConfigurationTemplate",
814815
"CreateVcenterClientForMgn",
815816
"CreateWave",
816817
"DeleteApplication",
817818
"DeleteConnector",
818819
"DeleteJob",
819820
"DeleteLaunchConfigurationTemplate",
821+
"DeleteNetworkMigrationDefinition",
820822
"DeleteReplicationConfigurationTemplate",
821823
"DeleteSourceServer",
822824
"DeleteVcenterClient",
@@ -841,6 +843,8 @@
841843
"GetAgentSnapshotCreditsForMgn",
842844
"GetChannelCommandsForMgn",
843845
"GetLaunchConfiguration",
846+
"GetNetworkMigrationDefinition",
847+
"GetNetworkMigrationMapperSegmentConstruct",
844848
"GetReplicationConfiguration",
845849
"GetVcenterClientCommandsForMgn",
846850
"InitializeService",
@@ -852,6 +856,18 @@
852856
"ListImportErrors",
853857
"ListImports",
854858
"ListManagedAccounts",
859+
"ListNetworkMigrationAnalyses",
860+
"ListNetworkMigrationAnalysisResults",
861+
"ListNetworkMigrationCodeGenerationSegments",
862+
"ListNetworkMigrationCodeGenerations",
863+
"ListNetworkMigrationDefinitions",
864+
"ListNetworkMigrationDeployedStacks",
865+
"ListNetworkMigrationDeployedStacksDeletions",
866+
"ListNetworkMigrationDeployments",
867+
"ListNetworkMigrationExecutions",
868+
"ListNetworkMigrationMapperSegmentConstructs",
869+
"ListNetworkMigrationMapperSegments",
870+
"ListNetworkMigrationMappings",
855871
"ListSourceServerActions",
856872
"ListTagsForResource",
857873
"ListTemplateActions",
@@ -881,6 +897,11 @@
881897
"StartCutover",
882898
"StartExport",
883899
"StartImport",
900+
"StartNetworkMigrationAnalysis",
901+
"StartNetworkMigrationCodeGeneration",
902+
"StartNetworkMigrationDeployedStacksDeletion",
903+
"StartNetworkMigrationDeployment",
904+
"StartNetworkMigrationMapping",
884905
"StartReplication",
885906
"StartTest",
886907
"StopReplication",
@@ -898,6 +919,9 @@
898919
"UpdateConnector",
899920
"UpdateLaunchConfiguration",
900921
"UpdateLaunchConfigurationTemplate",
922+
"UpdateNetworkMigrationDefinition",
923+
"UpdateNetworkMigrationMapperSegment",
924+
"UpdateNetworkMigrationMapperSegmentConstruct",
901925
"UpdateReplicationConfiguration",
902926
"UpdateReplicationConfigurationTemplate",
903927
"UpdateSourceServer",
@@ -1414,10 +1438,7 @@
14141438
"conditionKeys": [
14151439
"aws:RequestTag/${TagKey}",
14161440
"aws:ResourceTag/${TagKey}",
1417-
"aws:TagKeys",
1418-
"bcm-pricing-calculator:bill-estimateBillEstimateId",
1419-
"bcm-pricing-calculator:bill-scenarioBillScenarioId",
1420-
"bcm-pricing-calculator:workload-estimateWorkloadEstimateId"
1441+
"aws:TagKeys"
14211442
]
14221443
},
14231444
"AWS Billing Conductor": {
@@ -8277,30 +8298,63 @@
82778298
"ARNFormat": "arn:aws:mgh:${Region}:${Account}:${ResourceType}/${ResourceName}",
82788299
"ARNRegex": "^arn:aws:mgh:.+",
82798300
"Actions": [
8301+
"AcceptConnection",
8302+
"AssociateAutomationUnitRole",
82808303
"AssociateCreatedArtifact",
82818304
"AssociateDiscoveredResource",
8305+
"AssociateSourceResource",
8306+
"BatchAssociateIamRoleWithConnection",
8307+
"BatchDisassociateIamRoleFromConnection",
8308+
"CreateAutomationRun",
8309+
"CreateAutomationUnit",
82828310
"CreateHomeRegionControl",
82838311
"CreateProgressUpdateStream",
8312+
"DeleteAutomationRun",
8313+
"DeleteAutomationUnit",
8314+
"DeleteConnection",
82848315
"DeleteHomeRegionControl",
82858316
"DeleteProgressUpdateStream",
82868317
"DescribeApplicationState",
8318+
"DescribeAutomationRun",
8319+
"DescribeAutomationUnit",
82878320
"DescribeHomeRegionControls",
82888321
"DescribeMigrationTask",
8322+
"DisassociateAutomationUnitRole",
82898323
"DisassociateCreatedArtifact",
82908324
"DisassociateDiscoveredResource",
8325+
"DisassociateSourceResource",
8326+
"GetConnection",
82918327
"GetHomeRegion",
82928328
"ImportMigrationTask",
82938329
"ListApplicationStates",
8330+
"ListAutomationRuns",
8331+
"ListAutomationUnits",
8332+
"ListConnectionRoles",
8333+
"ListConnections",
82948334
"ListCreatedArtifacts",
82958335
"ListDiscoveredResources",
8336+
"ListMigrationTaskUpdates",
82968337
"ListMigrationTasks",
82978338
"ListProgressUpdateStreams",
8339+
"ListSourceResources",
8340+
"ListTagsForResource",
82988341
"NotifyApplicationState",
82998342
"NotifyMigrationTaskState",
8300-
"PutResourceAttributes"
8343+
"PutResourceAttributes",
8344+
"RejectConnection",
8345+
"TagResource",
8346+
"UntagResource"
83018347
],
83028348
"HasResource": true,
8303-
"StringPrefix": "mgh"
8349+
"StringPrefix": "mgh",
8350+
"conditionKeys": [
8351+
"aws:RequestTag/${TagKey}",
8352+
"aws:ResourceTag/${TagKey}",
8353+
"aws:TagKeys",
8354+
"mgh:AutomationRunResourceRunID",
8355+
"mgh:AutomationUnitResourceAutomationUnitArn",
8356+
"mgh:ConnectionResourceConnectionArn"
8357+
]
83048358
},
83058359
"AWS Migration Hub Orchestrator": {
83068360
"ARNFormat": "arn:aws:migrationhub-orchestrator:${Region}:${Account}:${ResourceType}/${ResourceName}",
@@ -14240,6 +14294,7 @@
1424014294
"CreatePersistentContactAssociation",
1424114295
"CreatePredefinedAttribute",
1424214296
"CreatePrompt",
14297+
"CreatePushNotificationRegistration",
1424314298
"CreateQueue",
1424414299
"CreateQuickConnect",
1424514300
"CreateRoutingProfile",
@@ -14265,6 +14320,7 @@
1426514320
"DeleteIntegrationAssociation",
1426614321
"DeletePredefinedAttribute",
1426714322
"DeletePrompt",
14323+
"DeletePushNotificationRegistration",
1426814324
"DeleteQueue",
1426914325
"DeleteQuickConnect",
1427014326
"DeleteRoutingProfile",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9085601f1a660dd9538ef5b8f1c6e6ef\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"05763c28ee46000a9da29ad4843efa41\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f3c2fe589c4d49787430bbfe1d252c64\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"e67daf3e4be8b333c75c5d3a516541f2\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"de893aca6cd8454910f83e8962d83963\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"97758efb3d7ce21c1a3e28e26b6d5fcf\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"452eb51d4abf5a0bdf77aa3fea5b1eb7\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"cda53dbcd19cf7f308641736a953a46e\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"4acd05c11e1bcf89f0056a60e7a43c38\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7f85adcfba0098ccf06088b6a1644c9a\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"29e09bfce31fd26711db703b6c1bf27c\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"9213f85b346d5abfd3521fdaa447e50a\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"599b2a5ef40605ab715f2e8f76a4e065\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"189d15deef38171681446f8e4c4a205e\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9826b57fc2768733758f060314625ec0\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"4b7f3940e605ac30a309a8db22503cba\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"fd1fa3847a79253ee01c9d6899bb4c56\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ba0a9dce68b68dbc532a0c34ec4c85d1\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7a313cec78a2381746bfb728683c5da4\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5b48441a2269a58b7a22d3829026fbb5\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e7b4ee60cb88a97b2de3511340feda2c\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2b48d1b0ce895941df8f70f50d0268dd\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c25993db7f3d65447c664c7ab27e87eb\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c0fd8b98831eb81adf5b8e0cf9753fcc\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7950cae17fc0b1bd3ab7d59c00db0e0d\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7269bf08497e407427ecf3fc2f97de89\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0ef92390d233d204880272e06d4de39c\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"24f5c21aebcb4ae7f8a578c7e1fcae2e\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f7918c0ba302ba592e52690089fa0261\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a929a2acad904be291fd7f1c44688157\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a10d484d403c435b47ec49c1dfe7faf3\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a31a92c090e7718b305e95693fb3dcf2\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"df979588f286c4ddf7b5efac62e1a94b\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4e6219a4e5e5a44c8cc67ed6e7232013\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d8a8eff0eae2b438d86a9fea4a8c1588\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2dd52c9ee0963e32313f41947a4587db\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"56c642fde054da2b167762a4f3b8a64e\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"3b004fbbf3d9516922e0e5269c3187b0\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"21210d76833abc4d31020218587bc076\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"113ae30b6f70bad87abf594d5877dad7\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"22fafe69d885cac65cd21b4f85581609\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f7b45025deee29fd18d970ce47076b04\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7e05b57954d9b67a9c3877a760fa06d5\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b338798119d2d57e49c20c6f230bf534\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f70dbb9f861c192d55d145c0c2fb7e9b\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"35de6881b240ca6931cf585a6cfd935f\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"3be27310a086f96a225e56ec790c7836\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"163abbabb60503ed4420f47c35c487f3\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a4be958e1eca56d8f45ca98b4f22cc7b\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e3c108864370b21883da31f3a8a0ae5e\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e3e08af0aa120714696c8dbd2da177c8\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"892d4a9e32b90171f0cdc348d4b7d815\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"86fffbe45c2435474777c7b25c7cdac8\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"aac6ae41fb57b576e55cb5a687e0718f\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"fa2b02b74014f932d18e9d6a21402eb5\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ff6824dd98858d3f1c91ee6eade1d722\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0abdf22892c2025b74f1078846f87e1b\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"bad442ac081140998a76ca2233e208e3\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"b3898a2fc9106fe645814ee60189512f\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"15f24eb7af3ea0f18e08e2e0c9b49a33\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"20fbf3d915556eb220673af636108374\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"41bf2278634380057d36ad5dc2126bd0\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"91969886b2e240c28450a2ec8cf9efb1\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"07593d5f862c3c00302add8583e4f4d9\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"317aa6b2d588535c32476155f4124f09\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e67c665285152a26a0d89515b227a732\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f99e469f3878bc5f5f7f330c8c34b484\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"27d0364b6d120eb6214448fa9ec2cac7\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}

src/cfnlint/data/Serverless/ManagedPolicies.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@
447447
"AWSPartnerCentralFullAccess": "arn:aws:iam::aws:policy/AWSPartnerCentralFullAccess",
448448
"AWSPartnerCentralOpportunityManagement": "arn:aws:iam::aws:policy/AWSPartnerCentralOpportunityManagement",
449449
"AWSPartnerCentralSandboxFullAccess": "arn:aws:iam::aws:policy/AWSPartnerCentralSandboxFullAccess",
450+
"AWSPartnerCentralSellingResourceSnapshotJobExecutionRolePolicy": "arn:aws:iam::aws:policy/AWSPartnerCentralSellingResourceSnapshotJobExecutionRolePolicy",
450451
"AWSPartnerLedSupportReadOnlyAccess": "arn:aws:iam::aws:policy/AWSPartnerLedSupportReadOnlyAccess",
451452
"AWSPriceListServiceFullAccess": "arn:aws:iam::aws:policy/AWSPriceListServiceFullAccess",
452453
"AWSPrivateCAAuditor": "arn:aws:iam::aws:policy/AWSPrivateCAAuditor",

0 commit comments

Comments
 (0)