Skip to content

Commit

Permalink
Update CloudFormation specs to 147.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Nov 9, 2023
1 parent 146ad4d commit a56a09d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 25 deletions.
10 changes: 10 additions & 0 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -17797,7 +17797,9 @@
"CreateDBSubnetGroup",
"CreateEventSubscription",
"CreateGlobalCluster",
"CreateIntegration",
"CreateOptionGroup",
"CreateTenantDatabase",
"CrossRegionCommunication",
"DeleteBlueGreenDeployment",
"DeleteCustomDBEngineVersion",
Expand All @@ -17816,7 +17818,9 @@
"DeleteDBSubnetGroup",
"DeleteEventSubscription",
"DeleteGlobalCluster",
"DeleteIntegration",
"DeleteOptionGroup",
"DeleteTenantDatabase",
"DeregisterDBProxyTargets",
"DescribeAccountAttributes",
"DescribeBlueGreenDeployments",
Expand All @@ -17843,13 +17847,15 @@
"DescribeDBSnapshotAttributes",
"DescribeDBSnapshots",
"DescribeDBSubnetGroups",
"DescribeDbSnapshotTenantDatabases",
"DescribeEngineDefaultClusterParameters",
"DescribeEngineDefaultParameters",
"DescribeEventCategories",
"DescribeEventSubscriptions",
"DescribeEvents",
"DescribeExportTasks",
"DescribeGlobalClusters",
"DescribeIntegrations",
"DescribeOptionGroupOptions",
"DescribeOptionGroups",
"DescribeOrderableDBInstanceOptions",
Expand All @@ -17859,6 +17865,7 @@
"DescribeReservedDBInstances",
"DescribeReservedDBInstancesOfferings",
"DescribeSourceRegions",
"DescribeTenantDatabases",
"DescribeValidDBInstanceModifications",
"DownloadCompleteDBLogFile",
"DownloadDBLogFilePortion",
Expand All @@ -17885,6 +17892,7 @@
"ModifyGlobalCluster",
"ModifyOptionGroup",
"ModifyRecommendation",
"ModifyTenantDatabase",
"PromoteReadReplica",
"PromoteReadReplicaDBCluster",
"PurchaseReservedDBInstancesOffering",
Expand Down Expand Up @@ -17932,9 +17940,11 @@
"rds:EndpointType",
"rds:ManageMasterUserPassword",
"rds:MultiAz",
"rds:MultiTenant",
"rds:Piops",
"rds:StorageEncrypted",
"rds:StorageSize",
"rds:TenantDatabaseName",
"rds:Vpc",
"rds:cluster-pg-tag/${TagKey}",
"rds:cluster-snapshot-tag/${TagKey}",
Expand Down
8 changes: 0 additions & 8 deletions src/cfnlint/data/CloudSpecs/ap-northeast-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13060,14 +13060,6 @@
"c6i.4xlarge",
"c6i.8xlarge",
"c6i.xlarge",
"c6in.12xlarge",
"c6in.16xlarge",
"c6in.24xlarge",
"c6in.2xlarge",
"c6in.32xlarge",
"c6in.4xlarge",
"c6in.8xlarge",
"c6in.xlarge",
"d2.2xlarge",
"d2.4xlarge",
"d2.8xlarge",
Expand Down
4 changes: 0 additions & 4 deletions src/cfnlint/data/CloudSpecs/eu-central-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9059,10 +9059,6 @@
"c6in.4xlarge",
"c6in.8xlarge",
"c6in.xlarge",
"d3.2xlarge",
"d3.4xlarge",
"d3.8xlarge",
"d3.xlarge",
"i3.16xlarge",
"i3.2xlarge",
"i3.4xlarge",
Expand Down
4 changes: 3 additions & 1 deletion src/cfnlint/data/CloudSpecs/us-east-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -243717,7 +243717,9 @@
"SQLSERVER",
"TERADATA",
"TWITTER",
"TIMESTREAM"
"TIMESTREAM",
"STARBURST",
"TRINO"
]
},
"AWS::QuickSight::RefreshSchedule.AwsAccountId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -810,14 +810,6 @@
"c6i.4xlarge",
"c6i.8xlarge",
"c6i.xlarge",
"c6in.12xlarge",
"c6in.16xlarge",
"c6in.24xlarge",
"c6in.2xlarge",
"c6in.32xlarge",
"c6in.4xlarge",
"c6in.8xlarge",
"c6in.xlarge",
"d2.2xlarge",
"d2.4xlarge",
"d2.8xlarge",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,6 @@
"c6in.4xlarge",
"c6in.8xlarge",
"c6in.xlarge",
"d3.2xlarge",
"d3.4xlarge",
"d3.8xlarge",
"d3.xlarge",
"i3.16xlarge",
"i3.2xlarge",
"i3.4xlarge",
Expand Down
1 change: 1 addition & 0 deletions src/cfnlint/data/Serverless/ManagedPolicies.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@
"CloudWatchAgentServerPolicy": "arn:aws:iam::aws:policy/CloudWatchAgentServerPolicy",
"CloudWatchApplicationInsightsFullAccess": "arn:aws:iam::aws:policy/CloudWatchApplicationInsightsFullAccess",
"CloudWatchApplicationInsightsReadOnlyAccess": "arn:aws:iam::aws:policy/CloudWatchApplicationInsightsReadOnlyAccess",
"CloudWatchApplicationSignalsServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/CloudWatchApplicationSignalsServiceRolePolicy",
"CloudWatchAutomaticDashboardsAccess": "arn:aws:iam::aws:policy/CloudWatchAutomaticDashboardsAccess",
"CloudWatchCrossAccountSharingConfiguration": "arn:aws:iam::aws:policy/CloudWatchCrossAccountSharingConfiguration",
"CloudWatchEventsBuiltInTargetExecutionAccess": "arn:aws:iam::aws:policy/service-role/CloudWatchEventsBuiltInTargetExecutionAccess",
Expand Down

0 comments on commit a56a09d

Please sign in to comment.