Skip to content

Commit

Permalink
Update CloudFormation specs to 148.0.0 (#2943)
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 Nov 13, 2023
1 parent 6f5c89f commit 54b7878
Show file tree
Hide file tree
Showing 39 changed files with 607 additions and 743 deletions.
45 changes: 42 additions & 3 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -3506,8 +3506,13 @@
"aws:ResourceTag/${TagKey}",
"aws:TagKeys",
"elasticloadbalancing:CreateAction",
"elasticloadbalancing:ListenerProtocol",
"elasticloadbalancing:ResourceTag/",
"elasticloadbalancing:ResourceTag/${TagKey}"
"elasticloadbalancing:ResourceTag/${TagKey}",
"elasticloadbalancing:Scheme",
"elasticloadbalancing:SecurityGroup",
"elasticloadbalancing:SecurityPolicy",
"elasticloadbalancing:Subnet"
]
},
"AWS Elastic Load Balancing V2": {
Expand Down Expand Up @@ -3557,7 +3562,12 @@
"aws:ResourceTag/${TagKey}",
"aws:TagKeys",
"elasticloadbalancing:CreateAction",
"elasticloadbalancing:ResourceTag/${TagKey}"
"elasticloadbalancing:ListenerProtocol",
"elasticloadbalancing:ResourceTag/${TagKey}",
"elasticloadbalancing:Scheme",
"elasticloadbalancing:SecurityGroup",
"elasticloadbalancing:SecurityPolicy",
"elasticloadbalancing:Subnet"
]
},
"AWS Elemental Appliances and Software": {
Expand Down Expand Up @@ -7574,6 +7584,15 @@
"aws:TagKeys"
]
},
"AWS Partner central account management": {
"Actions": [
"AssociatePartnerAccount",
"AssociatePartnerUser",
"DisassociatePartnerUser"
],
"HasResource": false,
"StringPrefix": "partnercentral-account-management"
},
"AWS Payment Cryptography": {
"ARNFormat": "arn:aws:payment-cryptography:${Region}:${Account}:${ResourceType}/${Id}",
"ARNRegex": "^arn:aws:payment-cryptography:.+",
Expand Down Expand Up @@ -8089,8 +8108,10 @@
"ARNFormat": "arn:aws:resource-groups:${Region}:${Account}:${ResourceType}/${ResourceName}",
"ARNRegex": "^arn:aws:resource-groups:.+",
"Actions": [
"AssociateResource",
"CreateGroup",
"DeleteGroup",
"DisassociateResource",
"GetAccountSettings",
"GetGroup",
"GetGroupConfiguration",
Expand Down Expand Up @@ -11466,12 +11487,17 @@
"Actions": [
"AssociateKmsKey",
"CancelExportTask",
"CreateDelivery",
"CreateExportTask",
"CreateLogDelivery",
"CreateLogGroup",
"CreateLogStream",
"DeleteAccountPolicy",
"DeleteDataProtectionPolicy",
"DeleteDelivery",
"DeleteDeliveryDestination",
"DeleteDeliveryDestinationPolicy",
"DeleteDeliverySource",
"DeleteDestination",
"DeleteLogDelivery",
"DeleteLogGroup",
Expand All @@ -11482,6 +11508,9 @@
"DeleteRetentionPolicy",
"DeleteSubscriptionFilter",
"DescribeAccountPolicies",
"DescribeDeliveries",
"DescribeDeliveryDestinations",
"DescribeDeliverySources",
"DescribeDestinations",
"DescribeExportTasks",
"DescribeLogGroups",
Expand All @@ -11494,6 +11523,10 @@
"DisassociateKmsKey",
"FilterLogEvents",
"GetDataProtectionPolicy",
"GetDelivery",
"GetDeliveryDestination",
"GetDeliveryDestinationPolicy",
"GetDeliverySource",
"GetLogDelivery",
"GetLogEvents",
"GetLogGroupFields",
Expand All @@ -11505,6 +11538,9 @@
"ListTagsLogGroup",
"PutAccountPolicy",
"PutDataProtectionPolicy",
"PutDeliveryDestination",
"PutDeliveryDestinationPolicy",
"PutDeliverySource",
"PutDestination",
"PutDestinationPolicy",
"PutLogEvents",
Expand All @@ -11530,7 +11566,9 @@
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
"aws:TagKeys",
"logs:DeliveryDestinationResourceArn",
"logs:LogGeneratingResourceArns"
]
},
"Amazon CloudWatch Observability Access Manager": {
Expand Down Expand Up @@ -11987,6 +12025,7 @@
"DetectSentiment",
"DetectSyntax",
"DetectTargetedSentiment",
"DetectToxicContent",
"ImportModel",
"ListDatasets",
"ListDocumentClassificationJobs",
Expand Down
Loading

0 comments on commit 54b7878

Please sign in to comment.