Skip to content

Commit 9af574e

Browse files
chore: update AWS IAM actions [automated]
1 parent f69b6ab commit 9af574e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

aws-iam-actions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11525,6 +11525,7 @@
1152511525
"lightsail:UpdateRelationalDatabaseParameters",
1152611526
"logs:AssociateKmsKey",
1152711527
"logs:AssociateSourceToS3TableIntegration",
11528+
"logs:CallWithBearerToken",
1152811529
"logs:CancelExportTask",
1152911530
"logs:CancelImportTask",
1153011531
"logs:CreateDelivery",
@@ -11610,6 +11611,7 @@
1161011611
"logs:ListTagsLogGroup",
1161111612
"logs:ProcessWithPipeline",
1161211613
"logs:PutAccountPolicy",
11614+
"logs:PutBearerTokenAuthentication",
1161311615
"logs:PutDataProtectionPolicy",
1161411616
"logs:PutDeliveryDestination",
1161511617
"logs:PutDeliveryDestinationPolicy",

outputs.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12248,6 +12248,7 @@ output "actions" {
1224812248
AllActions = "logs:*"
1224912249
AssociateKmsKey = "logs:AssociateKmsKey"
1225012250
AssociateSourceToS3TableIntegration = "logs:AssociateSourceToS3TableIntegration"
12251+
CallWithBearerToken = "logs:CallWithBearerToken"
1225112252
CancelExportTask = "logs:CancelExportTask"
1225212253
CancelImportTask = "logs:CancelImportTask"
1225312254
CreateDelivery = "logs:CreateDelivery"
@@ -12333,6 +12334,7 @@ output "actions" {
1233312334
ListTagsLogGroup = "logs:ListTagsLogGroup"
1233412335
ProcessWithPipeline = "logs:ProcessWithPipeline"
1233512336
PutAccountPolicy = "logs:PutAccountPolicy"
12337+
PutBearerTokenAuthentication = "logs:PutBearerTokenAuthentication"
1233612338
PutDataProtectionPolicy = "logs:PutDataProtectionPolicy"
1233712339
PutDeliveryDestination = "logs:PutDeliveryDestination"
1233812340
PutDeliveryDestinationPolicy = "logs:PutDeliveryDestinationPolicy"

0 commit comments

Comments
 (0)