AmazonEventBridgeFullAccess
Description: Provides full access to Amazon EventBridge.
AmazonEventBridgeFullAccess
is an AWS managed policy.
Using this policy
You can attach AmazonEventBridgeFullAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: July 11, 2019, 14:08 UTC
-
Edited time: January 22, 2025, 01:37 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonEventBridgeFullAccess
Policy version
Policy version: v5 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "EventBridgeActions", "Effect" : "Allow", "Action" : [ "events:*", "schemas:*", "scheduler:*", "pipes:*" ], "Resource" : "*" }, { "Sid" : "IAMCreateServiceLinkedRoleForApiDestinations", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/apidestinations.events.amazonaws.com/AWSServiceRoleForAmazonEventBridgeApiDestinations", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : "apidestinations.events.amazonaws.com" } } }, { "Sid" : "IAMCreateServiceLinkedRoleForAmazonEventBridgeSchemas", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/schemas.amazonaws.com/AWSServiceRoleForSchemas", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : "schemas.amazonaws.com" } } }, { "Sid" : "SecretsManagerAccessForApiDestinations", "Effect" : "Allow", "Action" : [ "secretsmanager:CreateSecret", "secretsmanager:UpdateSecret", "secretsmanager:DeleteSecret", "secretsmanager:GetSecretValue", "secretsmanager:PutSecretValue" ], "Resource" : "arn:aws:secretsmanager:*:*:secret:events!*" }, { "Sid" : "IAMPassRoleAccessForEventBridge", "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : "arn:aws:iam::*:role/*", "Condition" : { "StringLike" : { "iam:PassedToService" : "events.amazonaws.com" } } }, { "Sid" : "IAMPassRoleAccessForScheduler", "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : "arn:aws:iam::*:role/*", "Condition" : { "StringLike" : { "iam:PassedToService" : "scheduler.amazonaws.com" } } }, { "Sid" : "IAMPassRoleAccessForPipes", "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : "arn:aws:iam::*:role/*", "Condition" : { "StringLike" : { "iam:PassedToService" : "pipes.amazonaws.com" } } } ] }