AWSConnectApplication

Objective-C

@interface AWSConnectApplication

Swift

class AWSConnectApplication

This API is in preview release for Amazon Connect and is subject to change.

A third-party application’s metadata.

  • The permissions that the agent is granted on the application. Only the ACCESS permission is supported.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable applicationPermissions;

    Swift

    var applicationPermissions: [String]? { get set }
  • Namespace of the application that you want to give access to.

    Declaration

    Objective-C

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

    Swift

    var namespace: String? { get set }