| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.RuleTriggerEventSource
Description
Synopsis
- data RuleTriggerEventSource = RuleTriggerEventSource' {}
- newRuleTriggerEventSource :: EventSourceName -> RuleTriggerEventSource
- ruleTriggerEventSource_integrationAssociationId :: Lens' RuleTriggerEventSource (Maybe Text)
- ruleTriggerEventSource_eventSourceName :: Lens' RuleTriggerEventSource EventSourceName
Documentation
data RuleTriggerEventSource Source #
The name of the event source. This field is required if
TriggerEventSource is one of the following values:
OnZendeskTicketCreate | OnZendeskTicketStatusUpdate |
OnSalesforceCaseCreate
See: newRuleTriggerEventSource smart constructor.
Constructors
| RuleTriggerEventSource' | |
Fields
| |
Instances
newRuleTriggerEventSource Source #
Create a value of RuleTriggerEventSource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:integrationAssociationId:RuleTriggerEventSource', ruleTriggerEventSource_integrationAssociationId - The identifier for the integration association.
$sel:eventSourceName:RuleTriggerEventSource', ruleTriggerEventSource_eventSourceName - The name of the event source.
ruleTriggerEventSource_integrationAssociationId :: Lens' RuleTriggerEventSource (Maybe Text) Source #
The identifier for the integration association.
ruleTriggerEventSource_eventSourceName :: Lens' RuleTriggerEventSource EventSourceName Source #
The name of the event source.