SetV2LoggingOptionsRequest
public struct SetV2LoggingOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default logging level.
Declaration
Swift
public let defaultLogLevel: LogLevel?
-
If true all logs are disabled. The default is false.
Declaration
Swift
public let disableAllLogs: Bool?
-
The ARN of the role that allows IoT to write to Cloudwatch logs.
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(defaultLogLevel: LogLevel? = nil, disableAllLogs: Bool? = nil, roleArn: String? = nil)