AWSConnectIntegrationAssociationSummary

Objective-C

@interface AWSConnectIntegrationAssociationSummary

Swift

class AWSConnectIntegrationAssociationSummary

Contains summary information about the associated AppIntegrations.

  • The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceId;

    Swift

    var instanceId: String? { get set }
  • The Amazon Resource Name (ARN) for the AppIntegration.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable integrationArn;

    Swift

    var integrationArn: String? { get set }
  • The Amazon Resource Name (ARN) for the AppIntegration association.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable integrationAssociationArn;

    Swift

    var integrationAssociationArn: String? { get set }
  • The identifier for the AppIntegration association.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable integrationAssociationId;

    Swift

    var integrationAssociationId: String? { get set }
  • The integration type.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectIntegrationType integrationType;

    Swift

    var integrationType: AWSConnectIntegrationType { get set }
  • The user-provided, friendly name for 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 name of the source.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectSourceType sourceType;

    Swift

    var sourceType: AWSConnectSourceType { get set }