Skip to content

Commit f17aa12

Browse files
Update CloudFormation schemas to 2024-10-28 (#3778)
Co-authored-by: kddejong <[email protected]>
1 parent 8164ed9 commit f17aa12

File tree

832 files changed

+120101
-34729
lines changed

Some content is hidden

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

832 files changed

+120101
-34729
lines changed

docs/rules.md

Lines changed: 2 additions & 1 deletion
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 **236** rules are applied by this linter:
49+
The following **237** rules are applied by this linter:
5050

5151
| Rule ID | Title | Description | Config<br />(Name:Type:Default) | Source | Tags |
5252
| -------- | ----- | ----------- | ---------- | ------ | ---- |
@@ -85,6 +85,7 @@ The following **236** rules are applied by this linter:
8585
| [E1151<a name="E1151"></a>](../src/cfnlint/rules/formats/VpcId.py) | Validate VPC id format | Check that a VPC id matches a pattern | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/format_keyword.md#AWS::EC2::VPC.Id) | |
8686
| [E1152<a name="E1152"></a>](../src/cfnlint/rules/formats/ImageId.py) | Validate AMI id format | Check that a AMI id matches a pattern | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/format_keyword.md#AWS::EC2::Image.Id) | |
8787
| [E1153<a name="E1153"></a>](../src/cfnlint/rules/formats/SecurityGroupName.py) | Validate security group name | Security group names have to valid pattern | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/format_keyword.md#AWS::EC2::SecurityGroup.GroupName) | |
88+
| [E1154<a name="E1154"></a>](../src/cfnlint/rules/formats/SubnetId.py) | Validate VPC subnet id format | Check that a VPC subnet id matches a pattern | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/format_keyword.md#AWS::EC2::Subnet.Id) | |
8889
| [E1700<a name="E1700"></a>](../src/cfnlint/rules/rules/Configuration.py) | Rules have the appropriate configuration | Making sure the Rules section is properly configured | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/rules-section-structure.html) | `rules` |
8990
| [E1701<a name="E1701"></a>](../src/cfnlint/rules/rules/Assert.py) | Validate the configuration of Assertions | Make sure the Assert value in a Rule is properly configured | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/rules-section-structure.html) | `rules` |
9091
| [E1702<a name="E1702"></a>](../src/cfnlint/rules/rules/RuleCondition.py) | Validate the configuration of Rules RuleCondition | Make sure the RuleCondition in a Rule is properly configured | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/rules-section-structure.html) | `rules` |

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7606,7 +7606,7 @@
76067606
"HasResource": false,
76077607
"StringPrefix": "license-manager-user-subscriptions"
76087608
},
7609-
"AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects.": {
7609+
"AWS Mainframe Modernization Application Testing": {
76107610
"ARNFormat": "arn:aws:apptest:${Region}:${Account}:${ResourceType}/${ResourceId}",
76117611
"ARNRegex": "^arn:aws:apptest:${Region}:${Account}:.+",
76127612
"Actions": [
@@ -10709,6 +10709,7 @@
1070910709
"ListCertificates",
1071010710
"ListConnectors",
1071110711
"ListExecutions",
10712+
"ListFileTransferResults",
1071210713
"ListHostKeys",
1071310714
"ListProfiles",
1071410715
"ListSecurityPolicies",
@@ -18452,6 +18453,7 @@
1845218453
"CreateWebLoginToken",
1845318454
"DeleteEnvironment",
1845418455
"GetEnvironment",
18456+
"InvokeRestApi",
1845518457
"ListEnvironments",
1845618458
"ListTagsForResource",
1845718459
"PublishMetrics",
@@ -19476,6 +19478,7 @@
1947619478
"ARNRegex": "^arn:aws:qbusiness:.+:.+:.+",
1947719479
"Actions": [
1947819480
"AddUserLicenses",
19481+
"AllowVendedLogDeliveryForResource",
1947919482
"BatchDeleteDocument",
1948019483
"BatchPutDocument",
1948119484
"CancelSubscription",
@@ -19607,6 +19610,7 @@
1960719610
"ARNRegex": "^arn:aws:wisdom:.+:.+:.+",
1960819611
"Actions": [
1960919612
"ActivateMessageTemplate",
19613+
"AllowVendedLogDeliveryForResource",
1961019614
"CreateAIAgent",
1961119615
"CreateAIAgentVersion",
1961219616
"CreateAIPrompt",
@@ -23122,12 +23126,14 @@
2312223126
"DisassociateTrustStore",
2312323127
"DisassociateUserAccessLoggingSettings",
2312423128
"DisassociateUserSettings",
23129+
"ExpireSession",
2312523130
"GetBrowserSettings",
2312623131
"GetIdentityProvider",
2312723132
"GetIpAccessSettings",
2312823133
"GetNetworkSettings",
2312923134
"GetPortal",
2313023135
"GetPortalServiceProviderMetadata",
23136+
"GetSession",
2313123137
"GetTrustStore",
2313223138
"GetTrustStoreCertificate",
2313323139
"GetUserAccessLoggingSettings",
@@ -23137,6 +23143,7 @@
2313723143
"ListIpAccessSettings",
2313823144
"ListNetworkSettings",
2313923145
"ListPortals",
23146+
"ListSessions",
2314023147
"ListTagsForResource",
2314123148
"ListTrustStoreCertificates",
2314223149
"ListTrustStores",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1275177aed996a851bdce4a4abeedd0a\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"6050eb7da9eb8a87a4925ab8ad7e9a81\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"783c29b216cf424be48a7a4e9a042b9b\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"df9336b53fdf0908b8a315204e5945c7\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"cc1fe243d8037b7fa1970bf9edb4ab67\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"893b05f9f014c6ef1571871782b74a7b\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"6b272784ab5ee64380e1afbeff2dc2b7\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"87daf3c1dabf638356cccbb61609f9e3\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f81509de348a0967be7f3e7522c853f8\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"230e30eac792bda600a544ed737f330b\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ec6886f703876cc995c20fcc1a63ceb8\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"88f32eb6e180b85ac7494723cb54204c\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0404d5faea598554d96a2f1a7faf9ea2\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e219be0fa7262af594a41f85923a9ea6\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"36c6612c5dbf12cfceb6fcaac094abe6\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"c90db9d7e0929aae845a59e0596c9e34\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)