AWSConnectRuleTriggerEventSource
Objective-C
@interface AWSConnectRuleTriggerEventSource
Swift
class AWSConnectRuleTriggerEventSource
The name of the event source. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate | OnContactEvaluationSubmit | OnMetricDataUpdate.
Required parameters: [EventSourceName]
-
The name of the event source.
Declaration
Objective-C
@property (nonatomic) AWSConnectEventSourceName eventSourceName;Swift
var eventSourceName: AWSConnectEventSourceName { get set } -
The identifier for the integration association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable integrationAssociationId;Swift
var integrationAssociationId: String? { get set }
View on GitHub
Install in Dash
AWSConnectRuleTriggerEventSource Class Reference