class Amazonite::EventBridge::CreatePartnerEventSourceRequest

Included Modules

Defined in:

eventbridge/create_partner_event_source_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, account : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def account : String #

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


[View source]
def account=(account : String) #

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


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String #

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.


[View source]
def name=(name : String) #

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.


[View source]
def validate! : Nil #

[View source]