Skip to content

Commit f2b11fa

Browse files
Update CloudFormation schemas to 2024-09-19 (#3698)
Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent bf07614 commit f2b11fa

File tree

215 files changed

+22194
-26517
lines changed

Some content is hidden

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

215 files changed

+22194
-26517
lines changed

Diff for: docs/rules.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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 **233** rules are applied by this linter:
49+
The following **234** rules are applied by this linter:
5050

5151
| Rule ID | Title | Description | Config<br />(Name:Type:Default) | Source | Tags |
5252
| -------- | ----- | ----------- | ---------- | ------ | ---- |
@@ -274,6 +274,7 @@ The following **233** rules are applied by this linter:
274274
| [W3687<a name="W3687"></a>](../src/cfnlint/rules/resources/ectwo/SecurityGroupProtocolsAndPortsExclusive.py) | Validate that ports aren't specified for certain protocols | When using a protocol other than icmp, icmpv6, tcp, or udp the port ranges properties are ignored | | [Source]() | `resources` |
275275
| [W3688<a name="W3688"></a>](../src/cfnlint/rules/resources/rds/DbClusterSnapshotIdentifier.py) | When restoring DBCluster certain properties are ignored | When creating a DBCluster extra properties are ignored and could result in drift | | [Source]() | `resources`,`rds` |
276276
| [W3689<a name="W3689"></a>](../src/cfnlint/rules/resources/rds/DbClusterSourceDBClusterIdentifier.py) | When using a source DB certain properties are ignored | When creating a DBCluster from a source certain properties are ignored and could result in drift | | [Source]() | `resources`,`rds` |
277+
| [W3693<a name="W3693"></a>](../src/cfnlint/rules/resources/rds/DbClusterAuroraWarning.py) | Validate Aurora DB cluster configuration for ignored properties | When creating an Aurora DB Cluster there are fields that will allow for successful deployment but are ignored | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion) | `resources` |
277278
| [W4001<a name="W4001"></a>](../src/cfnlint/rules/metadata/InterfaceParameterExists.py) | Metadata Interface parameters exist | Metadata Interface parameters actually exist | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-interface.html) | `metadata` |
278279
| [W4005<a name="W4005"></a>](../src/cfnlint/rules/metadata/CfnLint.py) | Validate cfnlint configuration in the Metadata | Metadata cfn-lint configuration has many values and we want to validate that | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-interface.html) | `metadata` |
279280
| [W6001<a name="W6001"></a>](../src/cfnlint/rules/outputs/ImportValue.py) | Check Outputs using ImportValue | Check if the Output value is set using ImportValue, so creating an Output of an Output | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `outputs`,`importvalue` |

Diff for: src/cfnlint/data/AdditionalSpecs/Policies.json

+53-2
Original file line numberDiff line numberDiff line change
@@ -3766,6 +3766,7 @@
37663766
"DescribeClientAuthenticationSettings",
37673767
"DescribeConditionalForwarders",
37683768
"DescribeDirectories",
3769+
"DescribeDirectoryDataAccess",
37693770
"DescribeDomainControllers",
37703771
"DescribeEventTopics",
37713772
"DescribeLDAPSSettings",
@@ -3776,11 +3777,13 @@
37763777
"DescribeTrusts",
37773778
"DescribeUpdateDirectory",
37783779
"DisableClientAuthentication",
3780+
"DisableDirectoryDataAccess",
37793781
"DisableLDAPS",
37803782
"DisableRadius",
37813783
"DisableRoleAccess",
37823784
"DisableSso",
37833785
"EnableClientAuthentication",
3786+
"EnableDirectoryDataAccess",
37843787
"EnableLDAPS",
37853788
"EnableRadius",
37863789
"EnableRoleAccess",
@@ -3824,6 +3827,39 @@
38243827
"aws:TagKeys"
38253828
]
38263829
},
3830+
"AWS Directory Service Data": {
3831+
"ARNFormat": "arn:aws:ds:${Region}:${Account}:${RelativeId}",
3832+
"ARNRegex": "^arn:aws:ds:.+",
3833+
"Actions": [
3834+
"AddGroupMember",
3835+
"CreateGroup",
3836+
"CreateUser",
3837+
"DeleteGroup",
3838+
"DeleteUser",
3839+
"DescribeGroup",
3840+
"DescribeUser",
3841+
"DisableUser",
3842+
"ListGroupMembers",
3843+
"ListGroups",
3844+
"ListGroupsForMember",
3845+
"ListUsers",
3846+
"RemoveGroupMember",
3847+
"SearchGroups",
3848+
"SearchUsers",
3849+
"UpdateGroup",
3850+
"UpdateUser"
3851+
],
3852+
"HasResource": true,
3853+
"StringPrefix": "ds-data",
3854+
"conditionKeys": [
3855+
"aws:ResourceTag/${TagKey}",
3856+
"ds-data:Identifier",
3857+
"ds-data:MemberName",
3858+
"ds-data:MemberRealm",
3859+
"ds-data:Realm",
3860+
"ds-data:SAMAccountName"
3861+
]
3862+
},
38273863
"AWS Elastic Beanstalk": {
38283864
"ARNFormat": "arn:aws:elasticbeanstalk:${Region}:${Account}:${ResourceType}/${PathToResource}",
38293865
"ARNRegex": "^arn:aws:elasticbeanstalk:.+:.*:.+/.+",
@@ -6081,6 +6117,7 @@
60816117
"AcceptCertificateTransfer",
60826118
"AddThingToBillingGroup",
60836119
"AddThingToThingGroup",
6120+
"AssociateSbomWithPackageVersion",
60846121
"AssociateTargetsWithJob",
60856122
"AttachPolicy",
60866123
"AttachPrincipalPolicy",
@@ -6203,6 +6240,7 @@
62036240
"DetachSecurityProfile",
62046241
"DetachThingPrincipal",
62056242
"DisableTopicRule",
6243+
"DisassociateSbomFromPackageVersion",
62066244
"EnableTopicRule",
62076245
"GetBehaviorModelTrainingSummaries",
62086246
"GetBucketsAggregation",
@@ -6267,6 +6305,7 @@
62676305
"ListRelatedResourcesForAuditFinding",
62686306
"ListRetainedMessages",
62696307
"ListRoleAliases",
6308+
"ListSbomValidationResults",
62706309
"ListScheduledAudits",
62716310
"ListSecurityProfiles",
62726311
"ListSecurityProfilesForTarget",
@@ -13406,6 +13445,7 @@
1340613445
"CreateContactFlowModule",
1340713446
"CreateEvaluationForm",
1340813447
"CreateHoursOfOperation",
13448+
"CreateHoursOfOperationOverride",
1340913449
"CreateInstance",
1341013450
"CreateIntegrationAssociation",
1341113451
"CreateParticipant",
@@ -13432,6 +13472,7 @@
1343213472
"DeleteContactFlowModule",
1343313473
"DeleteEvaluationForm",
1343413474
"DeleteHoursOfOperation",
13475+
"DeleteHoursOfOperationOverride",
1343513476
"DeleteInstance",
1343613477
"DeleteIntegrationAssociation",
1343713478
"DeletePredefinedAttribute",
@@ -13458,6 +13499,7 @@
1345813499
"DescribeEvaluationForm",
1345913500
"DescribeForecastingPlanningSchedulingIntegration",
1346013501
"DescribeHoursOfOperation",
13502+
"DescribeHoursOfOperationOverride",
1346113503
"DescribeInstance",
1346213504
"DescribeInstanceAttribute",
1346313505
"DescribeInstanceStorageConfig",
@@ -13493,6 +13535,7 @@
1349313535
"GetContactAttributes",
1349413536
"GetCurrentMetricData",
1349513537
"GetCurrentUserData",
13538+
"GetEffectiveHoursOfOperations",
1349613539
"GetFederationToken",
1349713540
"GetFlowAssociation",
1349813541
"GetMetricData",
@@ -13513,6 +13556,7 @@
1351313556
"ListEvaluationFormVersions",
1351413557
"ListEvaluationForms",
1351513558
"ListFlowAssociations",
13559+
"ListHoursOfOperationOverrides",
1351613560
"ListHoursOfOperations",
1351713561
"ListInstanceAttributes",
1351813562
"ListInstanceStorageConfigs",
@@ -13558,6 +13602,7 @@
1355813602
"SearchContactFlowModules",
1355913603
"SearchContactFlows",
1356013604
"SearchContacts",
13605+
"SearchHoursOfOperationOverrides",
1356113606
"SearchHoursOfOperations",
1356213607
"SearchPredefinedAttributes",
1356313608
"SearchPrompts",
@@ -13570,6 +13615,7 @@
1357013615
"SearchUsers",
1357113616
"SearchVocabularies",
1357213617
"SendChatIntegrationEvent",
13618+
"SendOutboundEmail",
1357313619
"StartAttachedFileUpload",
1357413620
"StartChatContact",
1357513621
"StartContactEvaluation",
@@ -13604,6 +13650,7 @@
1360413650
"UpdateContactSchedule",
1360513651
"UpdateEvaluationForm",
1360613652
"UpdateHoursOfOperation",
13653+
"UpdateHoursOfOperationOverride",
1360713654
"UpdateInstanceAttribute",
1360813655
"UpdateInstanceStorageConfig",
1360913656
"UpdateParticipantRoleConfig",
@@ -20993,8 +21040,10 @@
2099321040
"DeleteBucket",
2099421041
"DeleteBucketPolicy",
2099521042
"GetBucketPolicy",
21043+
"GetEncryptionConfiguration",
2099621044
"ListAllMyDirectoryBuckets",
20997-
"PutBucketPolicy"
21045+
"PutBucketPolicy",
21046+
"PutEncryptionConfiguration"
2099821047
],
2099921048
"HasResource": true,
2100021049
"StringPrefix": "s3express",
@@ -21006,7 +21055,9 @@
2100621055
"s3express:authType",
2100721056
"s3express:signatureAge",
2100821057
"s3express:signatureversion",
21009-
"s3express:x-amz-content-sha256"
21058+
"s3express:x-amz-content-sha256",
21059+
"s3express:x-amz-server-side-encryption",
21060+
"s3express:x-amz-server-side-encryption-aws-kms-key-id"
2101021061
]
2101121062
},
2101221063
"Amazon S3 Glacier": {
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a90b69678bf175ef86fc57b535a85eed\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"3511b118ab3f6467c79d58a0ea6808d1\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7c428bb6b8a693cc6612074f825cfd9e\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"1408f921922302d495a67e27eb88f78e\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5ee0a697f907436422b95d29aa14f563\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"88e58b2400962eeac5f37fdf7c54dc5b\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c886dd070a0bb4bc6475060d06845b8f\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e7277cd3eb35c16018cdeebda196bbef\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d8420b192a5368620693af9b84506679\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"bb2e0b2c1ab78028cd0769e670ef1a14\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"024011050c47f883e0a622b2d14586f7\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2714f969aaca8844a7bdca474c7b0dba\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d594d775bcd53898f584bd49ea6c7314\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"cec05d3598c215a8180cd2a3db10e12e\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0e33624654a015f4af11314e806e2c0c\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"15b24098e19473b71ad005103a72b521\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"dd304f1c743383a62d14fbd5f7ae8411\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a474d8f5b1bf74a28809fbfeae995548\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"cba20ce381302fb6be48cba202006432\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f987c5a4e6512c69a8f2c61fbe96e78b\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"867c324251d587fa9ace93b5d60a9826\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e951304c62a130b63225f76393875c3b\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"703614cf3562c31003ea0c359b9d8c45\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7f3346b00f0ab8cce0776975e00ae07c\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ef6b43f009331ffb58d087c6bad1964a\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"6fa98524641abbd700f268022a8c992b\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8272c23ce894378d87647c989c5d647e\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2be83eac85d4b358e9c2e8fb57602dca\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"133b36b800e5d916938e15d6739541d2\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"91345d0694164c420b6511cbcf5b9eee\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"58d43e94395ee916cceeaa3c3d46885d\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"3236a20db8537c91ce15e5a761f67b32\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f691c26a75fd7a7adead6e69114e3520\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"9db24343e129b546d1dcda099656b7be\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"db8d5a2962aa06d5318ab7d7e10b590a\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"3d5ce7f539a2be5cfc4b9cca43feb0f6\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"b74ad4f9d548eabc2a255ec850745d15\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b8543fef06e141b250dbdc3b7aac7cab\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d5cf692db86a77845d17c960393a0572\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"aed9adffa56de02f02221ba233112811\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d3d3904c0906bc6ab68b9268544e52e0\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8005dda3eee8dafc35e702c98167c7e0\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"31f514aa2b226024280cd2e197fa1fc5\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"9d05e16a80c5fe43dbd8903b93c95589\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"47ab0e772817ae8550c14c2e6199e332\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a7edca8bb5124caa84d541f37c1d875b\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c54798620ab2c82cb3e2a7573f0527b8\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"0383fb352ff0f3e07eaa9fed35aa2d94\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c0c45d9d71a676073d54603c448ecc79\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"93f8934c4615435a6827b97917e0d689\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8c5a5e35243e61d256502d160f946644\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8150ff7c477fde6e3d6c6ae94157499f\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"4496fe051e117d6a32139af7f169a4da\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a84effe78e55a10e40315cb2c15e292f\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"6a243a8bb463bccda84a2c4e618c54dd\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b681c3d62218d48b5f7046348e36338d\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8626f81de8c210b8f794a0d8830bca94\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"29e0432f0f80030c5581d1d4183fa9b5\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"710f06fbf24357e400b3ebecc0d26f45\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"dd927c12cc5b8052a612c627997b65f1\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"df331d6ea919b2a1870bd507adcfb06f\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d8e6a592423184730b67447b1fb84b6e\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"78eee4a7d16dbe1d4ba41e3dcb00a118\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"51d557ea2c5989dd8f044ed43678a430\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"4a004bf616562497888d121d810b317a\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"613da61cb89e20d1e98ad66c7d67cd0a\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"b10087571521fccbf316a7bf010c5900\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"71ab2c5f8bc3e72838fa5b2af6d8ce16\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}

Diff for: src/cfnlint/data/Serverless/ManagedPolicies.json

+2
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@
190190
"AWSDirectConnectFullAccess": "arn:aws:iam::aws:policy/AWSDirectConnectFullAccess",
191191
"AWSDirectConnectReadOnlyAccess": "arn:aws:iam::aws:policy/AWSDirectConnectReadOnlyAccess",
192192
"AWSDirectConnectServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSDirectConnectServiceRolePolicy",
193+
"AWSDirectoryServiceDataFullAccess": "arn:aws:iam::aws:policy/AWSDirectoryServiceDataFullAccess",
194+
"AWSDirectoryServiceDataReadOnlyAccess": "arn:aws:iam::aws:policy/AWSDirectoryServiceDataReadOnlyAccess",
193195
"AWSDirectoryServiceFullAccess": "arn:aws:iam::aws:policy/AWSDirectoryServiceFullAccess",
194196
"AWSDirectoryServiceReadOnlyAccess": "arn:aws:iam::aws:policy/AWSDirectoryServiceReadOnlyAccess",
195197
"AWSDiscoveryContinuousExportFirehosePolicy": "arn:aws:iam::aws:policy/AWSDiscoveryContinuousExportFirehosePolicy",

Diff for: src/cfnlint/data/schemas/extensions/aws_docdb_dbinstance/dbinstanceclass_enum.json

+54
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
{
22
"_description": "Automatically updated using update_specs_from_pricing",
3+
"af-south-1": {
4+
"enum": [
5+
"db.r4.16xlarge",
6+
"db.r4.2xlarge",
7+
"db.r4.4xlarge",
8+
"db.r4.8xlarge",
9+
"db.r4.large",
10+
"db.r4.xlarge",
11+
"db.r5.12xlarge",
12+
"db.r5.16xlarge",
13+
"db.r5.24xlarge",
14+
"db.r5.2xlarge",
15+
"db.r5.4xlarge",
16+
"db.r5.8xlarge",
17+
"db.r5.large",
18+
"db.r5.xlarge",
19+
"db.r6g.12xlarge",
20+
"db.r6g.16xlarge",
21+
"db.r6g.2xlarge",
22+
"db.r6g.4xlarge",
23+
"db.r6g.8xlarge",
24+
"db.r6g.large",
25+
"db.r6g.xlarge",
26+
"db.t3.medium",
27+
"db.t4g.medium"
28+
]
29+
},
330
"ap-east-1": {
431
"enum": [
532
"db.r4.16xlarge",
@@ -324,6 +351,33 @@
324351
"db.t4g.medium"
325352
]
326353
},
354+
"eu-south-2": {
355+
"enum": [
356+
"db.r4.16xlarge",
357+
"db.r4.2xlarge",
358+
"db.r4.4xlarge",
359+
"db.r4.8xlarge",
360+
"db.r4.large",
361+
"db.r4.xlarge",
362+
"db.r5.12xlarge",
363+
"db.r5.16xlarge",
364+
"db.r5.24xlarge",
365+
"db.r5.2xlarge",
366+
"db.r5.4xlarge",
367+
"db.r5.8xlarge",
368+
"db.r5.large",
369+
"db.r5.xlarge",
370+
"db.r6g.12xlarge",
371+
"db.r6g.16xlarge",
372+
"db.r6g.2xlarge",
373+
"db.r6g.4xlarge",
374+
"db.r6g.8xlarge",
375+
"db.r6g.large",
376+
"db.r6g.xlarge",
377+
"db.t3.medium",
378+
"db.t4g.medium"
379+
]
380+
},
327381
"eu-west-1": {
328382
"enum": [
329383
"db.r4.16xlarge",

0 commit comments

Comments
 (0)