AWSIoTAuthorizerConfig
Objective-C
@interface AWSIoTAuthorizerConfig
Swift
class AWSIoTAuthorizerConfig
An object that specifies the authorization service for a domain.
-
A Boolean that specifies whether the domain configuration’s authorization service can be overridden.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable allowAuthorizerOverride;
Swift
var allowAuthorizerOverride: NSNumber? { get set }
-
The name of the authorization service for a domain configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable defaultAuthorizerName;
Swift
var defaultAuthorizerName: String? { get set }