AWSConnectCreateIntegrationAssociationRequest
Objective-C
@interface AWSConnectCreateIntegrationAssociationRequest
Swift
class AWSConnectCreateIntegrationAssociationRequest
-
The identifier of the Amazon Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The Amazon Resource Name (ARN) of the integration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable integrationArn;
Swift
var integrationArn: String? { get set }
-
The type of information to be ingested.
Declaration
Objective-C
@property (nonatomic) AWSConnectIntegrationType integrationType;
Swift
var integrationType: AWSConnectIntegrationType { get set }
-
The name of the external application.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceApplicationName;
Swift
var sourceApplicationName: String? { get set }
-
The URL for the external application.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceApplicationUrl;
Swift
var sourceApplicationUrl: String? { get set }
-
The type of the data source.
Declaration
Objective-C
@property (nonatomic) AWSConnectSourceType sourceType;
Swift
var sourceType: AWSConnectSourceType { get set }