class Aws::CloudWatchEvents::Types::CreatePartnerEventSourceRequest

@note When making an API call, you may pass CreatePartnerEventSourceRequest

data as a hash:

    {
      name: "EventSourceName", # required
      account: "AccountId", # required
    }

@!attribute [rw] name

The name of the partner event source. This name must be unique and
must be in the format ` partner_name/event_namespace/event_name `.
The Amazon Web Services account that wants to use this partner event
source must create a partner event bus with a name that matches the
name of the partner event source.
@return [String]

@!attribute [rw] account

The Amazon Web Services account ID that is permitted to create a
matching partner event bus for this partner event source.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/CreatePartnerEventSourceRequest AWS API Documentation

Constants

SENSITIVE