paws.management (version 0.1.0)

cloudwatchevents_remove_permission: Revokes the permission of another AWS account to be able to put events to your default event bus

Description

Revokes the permission of another AWS account to be able to put events to your default event bus. Specify the account to revoke by the StatementId value that you associated with the account when you granted it permission with PutPermission. You can find the StatementId by using DescribeEventBus.

Usage

cloudwatchevents_remove_permission(StatementId)

Arguments

StatementId

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

Request syntax

svc$remove_permission(
  StatementId = "string"
)