AWSIoTSetV2LoggingOptionsRequest
Objective-C
@interface AWSIoTSetV2LoggingOptionsRequest
Swift
class AWSIoTSetV2LoggingOptionsRequest
-
The default logging level.
Declaration
Objective-C
@property (nonatomic) AWSIoTLogLevel defaultLogLevel;
Swift
var defaultLogLevel: AWSIoTLogLevel { get set }
-
If true all logs are disabled. The default is false.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable disableAllLogs;
Swift
var disableAllLogs: NSNumber? { get set }
-
The ARN of the role that allows IoT to write to Cloudwatch logs.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }