Skip to content

Commit

Permalink
Update CloudFormation specs to 137.0.0 (#2855)
Browse files Browse the repository at this point in the history
Co-authored-by: kddejong <[email protected]>
  • Loading branch information
github-actions[bot] and kddejong authored Aug 28, 2023
1 parent f5a5d6a commit cb8bef4
Show file tree
Hide file tree
Showing 77 changed files with 27,425 additions and 4,349 deletions.
58 changes: 51 additions & 7 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@
"batch:User"
]
},
"AWS Billing ": {
"AWS Billing": {
"Actions": [
"GetBillingData",
"GetBillingDetails",
Expand Down Expand Up @@ -1298,7 +1298,7 @@
]
},
"AWS Certificate Manager": {
"ARNFormat": "arn:aws:acm:${Region}:${AccountId}:${ArnType}/${ResourceId}",
"ARNFormat": "arn:aws:acm:${Region}:${Account}:${ArnType}/${ResourceId}",
"ARNRegex": "^arn:aws:acm:.+:[0-9]+:.+",
"Actions": [
"AddTagsToCertificate",
Expand All @@ -1320,6 +1320,11 @@
"HasResource": true,
"StringPrefix": "acm",
"conditionKeys": [
"acm:CertificateAuthority",
"acm:CertificateTransparencyLogging",
"acm:DomainNames",
"acm:KeyAlgorithm",
"acm:ValidationMethod",
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
Expand Down Expand Up @@ -7629,6 +7634,44 @@
"HasResource": false,
"StringPrefix": "pricing"
},
"AWS Private CA Connector for Active Directory": {
"ARNFormat": "arn:aws:pca-connector-ad:${Region}:${Account}:${ResourceType}",
"ARNRegex": "^arn:aws:pca-connector-ad:.+:.+:.+",
"Actions": [
"CreateConnector",
"CreateDirectoryRegistration",
"CreateServicePrincipalName",
"CreateTemplate",
"CreateTemplateGroupAccessControlEntry",
"DeleteConnector",
"DeleteDirectoryRegistration",
"DeleteServicePrincipalName",
"DeleteTemplate",
"DeleteTemplateGroupAccessControlEntry",
"GetConnector",
"GetDirectoryRegistration",
"GetServicePrincipalName",
"GetTemplate",
"GetTemplateGroupAccessControlEntry",
"ListConnectors",
"ListDirectoryRegistrations",
"ListServicePrincipalNames",
"ListTagsForResource",
"ListTemplateGroupAccessControlEntries",
"ListTemplates",
"TagResource",
"UntagResource",
"UpdateTemplate",
"UpdateTemplateGroupAccessControlEntry"
],
"HasResource": true,
"StringPrefix": "pca-connector-ad",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
]
},
"AWS Private Certificate Authority": {
"ARNFormat": "arn:aws:acm-pca:${Region}:${Account}:${ARNType}/${ResourceId}",
"ARNRegex": "^arn:aws:acm-pca:.+:[0-9]+:.+",
Expand Down Expand Up @@ -10525,14 +10568,12 @@
"CreateAgentDraftSnapshot",
"CreateModelCustomizationJob",
"DeleteCustomModel",
"DeletePrompt",
"GetAgent",
"GetAgentActionGroup",
"GetAgentAlias",
"GetAgentVersion",
"GetCustomModel",
"GetModelCustomizationJob",
"GetPrompt",
"InvokeAgent",
"InvokeModel",
"InvokeModelWithResponseStream",
Expand All @@ -10543,15 +10584,13 @@
"ListCustomModels",
"ListFoundationModels",
"ListModelCustomizationJobs",
"ListPrompts",
"ListTagsForResource",
"StopModelCustomizationJob",
"TagResource",
"UntagResource",
"UpdateAgent",
"UpdateAgentActionGroup",
"UpdateAgentAlias",
"UpdatePrompt"
"UpdateAgentAlias"
],
"HasResource": true,
"StringPrefix": "bedrock",
Expand Down Expand Up @@ -16895,6 +16934,7 @@
"CreateBatchInferenceJob",
"CreateBatchSegmentJob",
"CreateCampaign",
"CreateDataInsightsJob",
"CreateDataset",
"CreateDatasetExportJob",
"CreateDatasetGroup",
Expand All @@ -16919,6 +16959,7 @@
"DescribeBatchInferenceJob",
"DescribeBatchSegmentJob",
"DescribeCampaign",
"DescribeDataInsightsJob",
"DescribeDataset",
"DescribeDatasetExportJob",
"DescribeDatasetGroup",
Expand All @@ -16932,12 +16973,14 @@
"DescribeSchema",
"DescribeSolution",
"DescribeSolutionVersion",
"GetDataInsights",
"GetPersonalizedRanking",
"GetRecommendations",
"GetSolutionMetrics",
"ListBatchInferenceJobs",
"ListBatchSegmentJobs",
"ListCampaigns",
"ListDataInsightsJobs",
"ListDatasetExportJobs",
"ListDatasetGroups",
"ListDatasetImportJobs",
Expand Down Expand Up @@ -19160,6 +19203,7 @@
"ListPipelines",
"ListProcessingJobs",
"ListProjects",
"ListResourceCatalogs",
"ListSharedModelEvents",
"ListSharedModelVersions",
"ListSharedModels",
Expand Down
4 changes: 0 additions & 4 deletions src/cfnlint/data/AdditionalSpecs/RdsProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -17583,10 +17583,6 @@
"db.t3.xlarge"
],
"ap-southeast-4": [
"db.m5.2xlarge",
"db.m5.4xlarge",
"db.m5.large",
"db.m5.xlarge",
"db.r5.2xlarge",
"db.r5.4xlarge",
"db.r5.large",
Expand Down
Loading

0 comments on commit cb8bef4

Please sign in to comment.