class
Amazonite::EventBridge::EventSource
- Amazonite::EventBridge::EventSource
- Reference
- Object
Overview
A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/event_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, created_by : String | Nil = nil, creation_time : Time | Nil = nil, expiration_time : Time | Nil = nil, name : String | Nil = nil, state : EventSourceState | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the event source.
-
#arn=(arn : String | Nil)
The ARN of the event source.
-
#created_by : String | Nil
The name of the partner that created the event source.
-
#created_by=(created_by : String | Nil)
The name of the partner that created the event source.
-
#creation_time : Time | Nil
The date and time the event source was created.
-
#creation_time=(creation_time : Time | Nil)
The date and time the event source was created.
-
#expiration_time : Time | Nil
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
-
#expiration_time=(expiration_time : Time | Nil)
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the event source.
-
#name=(name : String | Nil)
The name of the event source.
-
#state : EventSourceState | Nil
The state of the event source.
-
#state=(state : EventSourceState | Nil)
The state of the event source.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.