AWSConnectInstance
Objective-C
@interface AWSConnectInstance
Swift
class AWSConnectInstance
The Amazon Connect instance.
-
The Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
When the instance was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdTime;
Swift
var createdTime: Date? { get set }
-
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 identifier;
Swift
var identifier: String? { get set }
-
The identity management type.
Declaration
Objective-C
@property (nonatomic) AWSConnectDirectoryType identityManagementType;
Swift
var identityManagementType: AWSConnectDirectoryType { get set }
-
Whether inbound calls are enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable inboundCallsEnabled;
Swift
var inboundCallsEnabled: NSNumber? { get set }
-
This URL allows contact center users to access the Amazon Connect admin website.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceAccessUrl;
Swift
var instanceAccessUrl: String? { get set }
-
The alias of instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceAlias;
Swift
var instanceAlias: String? { get set }
-
The state of the instance.
Declaration
Objective-C
@property (nonatomic) AWSConnectInstanceStatus instanceStatus;
Swift
var instanceStatus: AWSConnectInstanceStatus { get set }
-
Whether outbound calls are enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable outboundCallsEnabled;
Swift
var outboundCallsEnabled: NSNumber? { get set }
-
The service role of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable serviceRole;
Swift
var serviceRole: String? { get set }
-
Relevant details why the instance was not successfully created.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectInstanceStatusReason *_Nullable statusReason;
Swift
var statusReason: AWSConnectInstanceStatusReason? { get set }
-
The tags of an instance.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { get set }