Skip to content

Commit

Permalink
chore(specs) - Update CloudFormation specs to 148.0.0 (#2947)
Browse files Browse the repository at this point in the history
* Update CloudFormation specs to 148.0.0
* update RDS instance for oracle-se2

---------

Co-authored-by: kddejong <[email protected]>
Co-authored-by: Kevin DeJong <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2023
1 parent 646a8de commit e03d375
Show file tree
Hide file tree
Showing 35 changed files with 1,782 additions and 495 deletions.
33 changes: 31 additions & 2 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,12 +1037,14 @@
"GetLegalHold",
"GetRecoveryPointRestoreMetadata",
"GetSupportedResourceTypes",
"ListBackupJobSummaries",
"ListBackupJobs",
"ListBackupPlanTemplates",
"ListBackupPlanVersions",
"ListBackupPlans",
"ListBackupSelections",
"ListBackupVaults",
"ListCopyJobSummaries",
"ListCopyJobs",
"ListFrameworks",
"ListLegalHolds",
Expand All @@ -1053,6 +1055,7 @@
"ListRecoveryPointsByResource",
"ListReportJobs",
"ListReportPlans",
"ListRestoreJobSummaries",
"ListRestoreJobs",
"ListTags",
"PutBackupVaultAccessPolicy",
Expand Down Expand Up @@ -2493,13 +2496,21 @@
"ListManagedAccountsForParent",
"ListManagedOrganizationalUnits",
"ListManagedOrganizationalUnitsForGuardrail",
"ListTagsForResource",
"ManageOrganizationalUnit",
"PerformPreLaunchChecks",
"SetupLandingZone",
"TagResource",
"UntagResource",
"UpdateAccountFactoryConfig"
],
"HasResource": true,
"StringPrefix": "controltower"
"StringPrefix": "controltower",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
]
},
"AWS Cost Explorer Service": {
"ARNFormat": "arn:aws:ce::${Account}:${ResourceType}/${ResourceName}",
Expand Down Expand Up @@ -6644,23 +6655,36 @@
"ARNRegex": "^arn:aws:launchwizard:.+:.+:.+",
"Actions": [
"CreateAdditionalNode",
"CreateDeployment",
"CreateSettingsSet",
"DeleteAdditionalNode",
"DeleteApp",
"DeleteDeployment",
"DeleteSettingsSet",
"DescribeAdditionalNode",
"DescribeProvisionedApp",
"DescribeProvisioningEvents",
"DescribeSettingsSet",
"GetDeployment",
"GetInfrastructureSuggestion",
"GetIpAddress",
"GetResourceCostEstimate",
"GetResourceRecommendation",
"GetSettingsSet",
"GetWorkload",
"GetWorkloadAsset",
"GetWorkloadAssets",
"ListAdditionalNodes",
"ListAllowedResources",
"ListDeploymentEvents",
"ListDeployments",
"ListProvisionedApps",
"ListResourceCostEstimates",
"ListSettingsSets",
"ListWorkloadDeploymentOptions",
"ListWorkloadDeploymentPatterns",
"ListWorkloads",
"PutSettingsSet",
"StartProvisioning",
"UpdateSettingsSet"
],
Expand Down Expand Up @@ -8083,10 +8107,12 @@
"DeleteIndex",
"DeleteView",
"DisassociateDefaultView",
"GetAccountLevelServiceConfiguration",
"GetDefaultView",
"GetIndex",
"GetView",
"ListIndexes",
"ListIndexesForMembers",
"ListSupportedResourceTypes",
"ListTagsForResource",
"ListViews",
Expand Down Expand Up @@ -8930,6 +8956,7 @@
"ListStateMachines",
"ListTagsForResource",
"PublishStateMachineVersion",
"RedriveExecution",
"SendTaskFailure",
"SendTaskHeartbeat",
"SendTaskSuccess",
Expand Down Expand Up @@ -11769,6 +11796,7 @@
"ARNFormat": "arn:aws:codewhisperer:${Region}:${Account}:${ResourceType}/${ResourceId}",
"ARNRegex": "^arn:aws:codewhisperer:.+:[0-9]+:.+",
"Actions": [
"AllowVendedLogDeliveryForResource",
"AssociateCustomizationPermission",
"CreateCustomization",
"CreateProfile",
Expand Down Expand Up @@ -14764,6 +14792,7 @@
"TagResource",
"UntagResource",
"UpdateEnvironment",
"UpdateKxClusterCodeConfiguration",
"UpdateKxClusterDatabases",
"UpdateKxDatabase",
"UpdateKxEnvironment",
Expand Down Expand Up @@ -18941,7 +18970,7 @@
]
},
"Amazon S3 Object Lambda": {
"ARNFormat": "arn:aws:s3-object-lambda:::accesspoint/<access point name>",
"ARNFormat": "arn:aws:s3-object-lambda:::accesspoint/${AccessPointName}",
"ARNRegex": "^arn:aws:s3-object-lambda:::.+",
"Actions": [
"AbortMultipartUpload",
Expand Down
Loading

0 comments on commit e03d375

Please sign in to comment.