AWSChimeSDKIdentityCreateAppInstanceUserRequest

Objective-C

@interface AWSChimeSDKIdentityCreateAppInstanceUserRequest

Swift

class AWSChimeSDKIdentityCreateAppInstanceUserRequest
  • The ARN of the AppInstance request.

    Declaration

    Objective-C

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

    Swift

    var appInstanceArn: String? { get set }
  • The user ID of the AppInstance.

    Declaration

    Objective-C

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

    Swift

    var appInstanceUserId: String? { get set }
  • The unique ID of the request. Use different tokens to request additional AppInstances.

    Declaration

    Objective-C

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

    Swift

    var clientRequestToken: String? { get set }
  • Settings that control the interval after which the AppInstanceUser is automatically deleted.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSChimeSDKIdentityExpirationSettings *_Nullable expirationSettings;

    Swift

    var expirationSettings: AWSChimeSDKIdentityExpirationSettings? { get set }
  • The request’s metadata. Limited to a 1KB string in UTF-8.

    Declaration

    Objective-C

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

    Swift

    var metadata: String? { get set }
  • The user’s name.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • Tags assigned to the AppInstanceUser.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSChimeSDKIdentityTag *> *_Nullable tags;

    Swift

    var tags: [AWSChimeSDKIdentityTag]? { get set }