Skip to content

Commit 186a63d

Browse files
Update CloudFormation schemas to 2024-06-12 (#3284)
Co-authored-by: kddejong <[email protected]>
1 parent b5debea commit 186a63d

File tree

337 files changed

+42739
-33251
lines changed

Some content is hidden

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

337 files changed

+42739
-33251
lines changed

docs/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The following **207** rules are applied by this linter:
136136
| [E3035<a name="E3035"></a>](../src/cfnlint/rules/resources/DeletionPolicy.py) | Check DeletionPolicy values for Resources | Check that the DeletionPolicy values are valid | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) | `resources`,`deletionpolicy` |
137137
| [E3036<a name="E3036"></a>](../src/cfnlint/rules/resources/UpdateReplacePolicy.py) | Check UpdateReplacePolicy values for Resources | Check that the UpdateReplacePolicy values are valid | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html) | `resources`,`updatereplacepolicy` |
138138
| [E3037<a name="E3037"></a>](../src/cfnlint/rules/resources/properties/UniqueItems.py) | Check if a list has duplicate values | Certain lists don't support duplicate items. Check when duplicates are provided but not supported. | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/cfn-schema-specification.md#uniqueitems) | `resources`,`property`,`list` |
139-
| [E3038<a name="E3038"></a>](../src/cfnlint/rules/resources/ServerlessTransform.py) | Check if Serverless Resources have Serverless Transform | Check that a template with Serverless Resources also includes the Serverless Transform | | [Source](https://github.com/aws-cloudformation/cfn-python-lint) | `resources`,`transform` |
139+
| [E3038<a name="E3038"></a>](../src/cfnlint/rules/resources/ServerlessTransform.py) | Check if Serverless Resources have Serverless Transform | Check that a template with Serverless Resources also includes the Serverless Transform | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) | `resources`,`transform` |
140140
| [E3039<a name="E3039"></a>](../src/cfnlint/rules/resources/dynamodb/AttributeMismatch.py) | AttributeDefinitions / KeySchemas mismatch | Verify the set of Attributes in AttributeDefinitions and KeySchemas match | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html) | `resources`,`dynamodb` |
141141
| [E3040<a name="E3040"></a>](../src/cfnlint/rules/resources/properties/ReadOnly.py) | Validate we aren't configuring read only properties | Read only properties can be configured in a CloudFormation template but they aren't sent to the resource provider code and can cause drift. | | [Source](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-readonlyproperties) | `resources`,`properties` |
142142
| [E3041<a name="E3041"></a>](../src/cfnlint/rules/resources/route53/RecordSetName.py) | RecordSet HostedZoneName is a superdomain of Name | In a RecordSet, the HostedZoneName must be a superdomain of the Name being validated | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name) | `resource`,`properties`,`route53` |

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,7 @@
19291929
"DescribeTrails",
19301930
"DisableFederation",
19311931
"EnableFederation",
1932+
"GenerateQuery",
19321933
"GetChannel",
19331934
"GetEventDataStore",
19341935
"GetEventDataStoreData",
@@ -4563,6 +4564,7 @@
45634564
"ARNRegex": "^arn:aws:entityresolution:.+:.+:.+",
45644565
"Actions": [
45654566
"AddPolicyStatement",
4567+
"BatchDeleteUniqueId",
45664568
"CreateIdMappingWorkflow",
45674569
"CreateIdNamespace",
45684570
"CreateMatchingWorkflow",
@@ -5368,16 +5370,19 @@
53685370
"CancelPolicyGeneration",
53695371
"CheckAccessNotGranted",
53705372
"CheckNoNewAccess",
5373+
"CheckNoPublicAccess",
53715374
"CreateAccessPreview",
53725375
"CreateAnalyzer",
53735376
"CreateArchiveRule",
53745377
"DeleteAnalyzer",
53755378
"DeleteArchiveRule",
5379+
"GenerateFindingRecommendation",
53765380
"GetAccessPreview",
53775381
"GetAnalyzedResource",
53785382
"GetAnalyzer",
53795383
"GetArchiveRule",
53805384
"GetFinding",
5385+
"GetFindingRecommendation",
53815386
"GetFindingsStatistics",
53825387
"GetGeneratedPolicy",
53835388
"ListAccessPreviewFindings",
@@ -8497,6 +8502,31 @@
84978502
"aws:TagKeys"
84988503
]
84998504
},
8505+
"AWS Private CA Connector for SCEP": {
8506+
"ARNFormat": "arn:aws:pca-connector-scep:${Region}:${Account}:${ResourceType}",
8507+
"ARNRegex": "^arn:aws:pca-connector-scep:.+:.+:.+",
8508+
"Actions": [
8509+
"CreateChallenge",
8510+
"CreateConnector",
8511+
"DeleteChallenge",
8512+
"DeleteConnector",
8513+
"GetChallengeMetadata",
8514+
"GetChallengePassword",
8515+
"GetConnector",
8516+
"ListChallengeMetadata",
8517+
"ListConnectors",
8518+
"ListTagsForResource",
8519+
"TagResource",
8520+
"UntagResource"
8521+
],
8522+
"HasResource": true,
8523+
"StringPrefix": "pca-connector-scep",
8524+
"conditionKeys": [
8525+
"aws:RequestTag/${TagKey}",
8526+
"aws:ResourceTag/${TagKey}",
8527+
"aws:TagKeys"
8528+
]
8529+
},
85008530
"AWS Private Certificate Authority": {
85018531
"ARNFormat": "arn:aws:acm-pca:${Region}:${Account}:${ARNType}/${ResourceId}",
85028532
"ARNRegex": "^arn:aws:acm-pca:.+:[0-9]+:.+",
@@ -15351,6 +15381,7 @@
1535115381
"ecs:enable-ebs-volumes",
1535215382
"ecs:enable-execute-command",
1535315383
"ecs:enable-service-connect",
15384+
"ecs:fargate-ephemeral-storage-kms-key",
1535415385
"ecs:namespace",
1535515386
"ecs:service",
1535615387
"ecs:task",
@@ -16314,6 +16345,7 @@
1631416345
"CreateDetector",
1631516346
"CreateFilter",
1631616347
"CreateIPSet",
16348+
"CreateMalwareProtectionPlan",
1631716349
"CreateMembers",
1631816350
"CreatePublishingDestination",
1631916351
"CreateSampleFindings",
@@ -16323,6 +16355,7 @@
1632316355
"DeleteFilter",
1632416356
"DeleteIPSet",
1632516357
"DeleteInvitations",
16358+
"DeleteMalwareProtectionPlan",
1632616359
"DeleteMembers",
1632716360
"DeletePublishingDestination",
1632816361
"DeleteThreatIntelSet",
@@ -16342,6 +16375,7 @@
1634216375
"GetFindingsStatistics",
1634316376
"GetIPSet",
1634416377
"GetInvitationsCount",
16378+
"GetMalwareProtectionPlan",
1634516379
"GetMalwareScanSettings",
1634616380
"GetMasterAccount",
1634716381
"GetMemberDetectors",
@@ -16357,6 +16391,7 @@
1635716391
"ListFindings",
1635816392
"ListIPSets",
1635916393
"ListInvitations",
16394+
"ListMalwareProtectionPlans",
1636016395
"ListMembers",
1636116396
"ListOrganizationAdminAccounts",
1636216397
"ListPublishingDestinations",
@@ -16373,6 +16408,7 @@
1637316408
"UpdateFilter",
1637416409
"UpdateFindingsFeedback",
1637516410
"UpdateIPSet",
16411+
"UpdateMalwareProtectionPlan",
1637616412
"UpdateMalwareScanSettings",
1637716413
"UpdateMemberDetectors",
1637816414
"UpdateOrganizationConfiguration",
@@ -20513,6 +20549,7 @@
2051320549
"ListStorageLensGroups",
2051420550
"ListTagsForResource",
2051520551
"ObjectOwnerOverrideToBucketOwner",
20552+
"PauseReplication",
2051620553
"PutAccelerateConfiguration",
2051720554
"PutAccessGrantsInstanceResourcePolicy",
2051820555
"PutAccessPointConfigurationForObjectLambda",
@@ -20585,6 +20622,8 @@
2058520622
"s3:TlsVersion",
2058620623
"s3:authType",
2058720624
"s3:delimiter",
20625+
"s3:destinationRegion",
20626+
"s3:isReplicationPauseRequest",
2058820627
"s3:locationconstraint",
2058920628
"s3:max-keys",
2059020629
"s3:object-lock-legal-hold",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"33dd64687f7cdfad968c4eb46d2dcf95\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d0827f5391a01752db21fee73f3bb56f\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ae16c6e9262d213bff953020e2d20a3a\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"cfe3e842de22c2f66f656545f8ab271f\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c149777f98807eefd9e5fdd29cd71477\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2c3fe9abad68e57f03edaa326b343db6\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0fca0d7ad75514f5b2bbbcc1aea12563\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"edbad4a5419cb79a91b306b985b73155\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2691feff1b9de4f922a3d9d693579e77\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"721feac4151695b971f278d8036d377c\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ae4e88dbdc384f1be646e480d50f738e\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b1def23a3f79fa2a029ccfbb10446a45\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e6e9c2601e21fbdb73758213c97eed87\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"3ed4f5619dadc27801d4a7a38863f8be\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"32f81a635651525d0ca54fa5b04116c8\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"be94f38716efb8148cffca7d32b4b5fc\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"da681e2d0e040c667e045ad79ca82816\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c89014c462ab96b20b6cd5b719c331f4\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"544204889ebb6c9c4259ded917111f86\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4678f072d4101c242220c89a8dbf3939\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1d437d9b414d51baba50758cda625822\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"6b48036379a0751d366f95bcbc4b3192\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d8823b23a252554f5b37bab9b76e9cfa\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d23dce937982dc37fa7044b43fffd977\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"cbf5b59cb9965532f4574bb27ec5ff5c\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f376b05bbeeefd37c12e7245754d6c48\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9717d26f7b82f51e2bc5aa3589bb1970\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"598ef6013e6125ca185b72e6f942afca\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"fa697ad3148722d919b816aef2c282fa\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8930df3c87aaf45508bdc05f0e8a0eba\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"3e384f416e501417cacd0885e27b34b7\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2e2def035877586c429f950f7d8b5e65\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"42eb04cc49885ed132e05c476fd7213f\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"397de2415e3b51b7aa0284bf8a2a2e70\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"877d7b01d8eaf445d2b6772fb734c974\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8c39a53d13779450ebf7d03191cf6bc9\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"6aa27ef826156efcb9a23639aa557693\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"bf0cc975ad2ddb6a5b1b15b1b3b262d7\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"80eacf88e89e34e41a8aa0be745555c5\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"644e4e47b1e4aad9af5a6936855db14d\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7e156c84dcc7c33c0b3ac7f47d255020\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"709be88da2e091792f0123cb2574e962\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"83b5d6a23d0feccf4ce45740f852ebc2\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"1bab187bb389ee733aac163e25414e21\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"96d824dc90372374ae60932ec4658194\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b4cfe9d40d2399256ed406cd41c4eb59\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5f830ba7d76d9654be002f139f4ca7e8\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4d3a350d93c07575dbe1e6a53f0bf334\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"79cd2b8a7f7af1d0928317ee4aa461e8\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e30e1b7061ecf6c46d1b495c9d658e42\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"675e5c36e97d275a6d0a407bf9a48bd7\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"240e8979bb194a0e76adde5a119be6fa\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c08370c4b85b6eee53aadeb4c2e14e84\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7fe1519ba3544adef2fed648f7cdcda5\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"33980b28e84f938fa5365c13f1641d0e\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f8c5b158b24eed5770d4f5a9de04cb1f\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"55058da40fd8f0dfb83cf41dd9014d00\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d9bc56584ee4ec888eab4dc0d1e7c0cf\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5e2f295d6ed91c569d4352a273a1807c\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"187b7949251051e2debb57afc128bfe9\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"58d9563a40be223088f9c31df7b0cec0\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7e7e5a070b1128c8756143f7a5906ab9\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2a8ce97c1568acbf4fa58f31bf466453\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"751a5f39158897603b1a80a1f38de264\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"84bb3ed5d28d56ed67d6e787f16d40e6\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"013c70fbc5816a1ff09667ee596ce5d5\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}

src/cfnlint/data/Serverless/ManagedPolicies.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"AWSAuditManagerAdministratorAccess": "arn:aws:iam::aws:policy/AWSAuditManagerAdministratorAccess",
5959
"AWSAuditManagerServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSAuditManagerServiceRolePolicy",
6060
"AWSAutoScalingPlansEC2AutoScalingPolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSAutoScalingPlansEC2AutoScalingPolicy",
61+
"AWSBCMDataExportsServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSBCMDataExportsServiceRolePolicy",
6162
"AWSBackupAuditAccess": "arn:aws:iam::aws:policy/AWSBackupAuditAccess",
6263
"AWSBackupDataTransferAccess": "arn:aws:iam::aws:policy/AWSBackupDataTransferAccess",
6364
"AWSBackupFullAccess": "arn:aws:iam::aws:policy/AWSBackupFullAccess",
@@ -1149,6 +1150,7 @@
11491150
"NetworkAdministrator": "arn:aws:iam::aws:policy/job-function/NetworkAdministrator",
11501151
"OAMFullAccess": "arn:aws:iam::aws:policy/OAMFullAccess",
11511152
"OAMReadOnlyAccess": "arn:aws:iam::aws:policy/OAMReadOnlyAccess",
1153+
"OpensearchIngestionSelfManagedVpcePolicy": "arn:aws:iam::aws:policy/aws-service-role/OpensearchIngestionSelfManagedVpcePolicy",
11521154
"PartnerCentralAccountManagementUserRoleAssociation": "arn:aws:iam::aws:policy/PartnerCentralAccountManagementUserRoleAssociation",
11531155
"PowerUserAccess": "arn:aws:iam::aws:policy/PowerUserAccess",
11541156
"QBusinessServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/QBusinessServiceRolePolicy",

src/cfnlint/data/schemas/extensions/aws_amazonmq_broker/instancetype_enum.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@
120120
"mq.t3.micro"
121121
]
122122
},
123+
"ca-west-1": {
124+
"enum": [
125+
"mq.m5.2xlarge",
126+
"mq.m5.4xlarge",
127+
"mq.m5.large",
128+
"mq.m5.xlarge",
129+
"mq.t3.micro"
130+
]
131+
},
123132
"cn-north-1": {
124133
"enum": [
125134
"mq.m4.large",
@@ -223,11 +232,8 @@
223232
},
224233
"il-central-1": {
225234
"enum": [
226-
"mq.m5.16xl",
227-
"mq.m5.24xl",
228235
"mq.m5.2xlarge",
229236
"mq.m5.4xlarge",
230-
"mq.m5.8xl",
231237
"mq.m5.large",
232238
"mq.m5.xlarge",
233239
"mq.t3.micro"

src/cfnlint/data/schemas/extensions/aws_rds_dbcluster/engine_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"8.0.mysql_aurora.3.04.2",
6868
"8.0.mysql_aurora.3.05.2",
6969
"8.0.mysql_aurora.3.06.0",
70-
"8.0.mysql_aurora.3.06.1",
7170
"8.0.mysql_aurora.3.07.0"
7271
]
7372
}
@@ -195,6 +194,7 @@
195194
"enum": [
196195
"11.22",
197196
"11.22-rds.20240418",
197+
"11.22-rds.20240509",
198198
"12.15",
199199
"12.16",
200200
"12.17",

src/cfnlint/data/schemas/extensions/aws_rds_dbinstance/dbinstanceclass_enum.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95487,11 +95487,24 @@
9548795487
"db.r6i.16xlarge",
9548895488
"db.r6i.24xlarge",
9548995489
"db.r6i.2xlarge",
95490+
"db.r6i.2xlarge.tpc1.mem2x",
95491+
"db.r6i.2xlarge.tpc2.mem4x",
95492+
"db.r6i.2xlarge.tpc2.mem8x",
9549095493
"db.r6i.32xlarge",
9549195494
"db.r6i.4xlarge",
95495+
"db.r6i.4xlarge.tpc2.mem2x",
95496+
"db.r6i.4xlarge.tpc2.mem3x",
95497+
"db.r6i.4xlarge.tpc2.mem4x",
95498+
"db.r6i.4xlarge.tpc2.mem8x",
95499+
"db.r6i.6xlarge.tpc2.mem4x",
9549295500
"db.r6i.8xlarge",
95501+
"db.r6i.8xlarge.tpc2.mem3x",
95502+
"db.r6i.8xlarge.tpc2.mem4x",
9549395503
"db.r6i.large",
95504+
"db.r6i.large.tpc1.mem2x",
9549495505
"db.r6i.xlarge",
95506+
"db.r6i.xlarge.tpc2.mem2x",
95507+
"db.r6i.xlarge.tpc2.mem4x",
9549595508
"db.t2.2xlarge",
9549695509
"db.t2.large",
9549795510
"db.t2.medium",
@@ -96057,11 +96070,24 @@
9605796070
"db.r6i.16xlarge",
9605896071
"db.r6i.24xlarge",
9605996072
"db.r6i.2xlarge",
96073+
"db.r6i.2xlarge.tpc1.mem2x",
96074+
"db.r6i.2xlarge.tpc2.mem4x",
96075+
"db.r6i.2xlarge.tpc2.mem8x",
9606096076
"db.r6i.32xlarge",
9606196077
"db.r6i.4xlarge",
96078+
"db.r6i.4xlarge.tpc2.mem2x",
96079+
"db.r6i.4xlarge.tpc2.mem3x",
96080+
"db.r6i.4xlarge.tpc2.mem4x",
96081+
"db.r6i.4xlarge.tpc2.mem8x",
96082+
"db.r6i.6xlarge.tpc2.mem4x",
9606296083
"db.r6i.8xlarge",
96084+
"db.r6i.8xlarge.tpc2.mem3x",
96085+
"db.r6i.8xlarge.tpc2.mem4x",
9606396086
"db.r6i.large",
96087+
"db.r6i.large.tpc1.mem2x",
9606496088
"db.r6i.xlarge",
96089+
"db.r6i.xlarge.tpc2.mem2x",
96090+
"db.r6i.xlarge.tpc2.mem4x",
9606596091
"db.t2.2xlarge",
9606696092
"db.t2.large",
9606796093
"db.t2.medium",

0 commit comments

Comments
 (0)