eventbridge_remove_permission: Revokes the permission of another Amazon Web Services account...

View source: R/eventbridge_operations.R

eventbridge_remove_permissionR Documentation

Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus

Description

Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus. Specify the account to revoke by the StatementId value that you associated with the account when you granted it permission with put_permission. You can find the StatementId by using describe_event_bus.

See https://www.paws-r-sdk.com/docs/eventbridge_remove_permission/ for full documentation.

Usage

eventbridge_remove_permission(
  StatementId = NULL,
  RemoveAllPermissions = NULL,
  EventBusName = NULL
)

Arguments

StatementId

The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.

RemoveAllPermissions

Specifies whether to remove all permissions.

EventBusName

The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.