Skip to content

Delete Partner Event Source

cloudwatchevents_delete_partner_event_source R Documentation

This operation is used by SaaS partners to delete a partner event source

Description

This operation is used by SaaS partners to delete a partner event source. This operation is not used by Amazon Web Services customers.

When you delete an event source, the status of the corresponding partner event bus in the Amazon Web Services customer account becomes DELETED.

Usage

cloudwatchevents_delete_partner_event_source(Name, Account)

Arguments

Name

[required] The name of the event source to delete.

Account

[required] The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.

Value

An empty list.

Request syntax

svc$delete_partner_event_source(
  Name = "string",
  Account = "string"
)