LoggingOptions
public struct LoggingOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information that identifies those detector models and their detectors (instances) for which the logging level is given.
Declaration
Swift
public let detectorDebugOptions: [DetectorDebugOption]? -
If TRUE, logging is enabled for AWS IoT Events.
Declaration
Swift
public let enabled: Bool -
The logging level.
Declaration
Swift
public let level: LoggingLevel -
The ARN of the role that grants permission to AWS IoT Events to perform logging.
Declaration
Swift
public let roleArn: String -
Undocumented
Declaration
Swift
public init(detectorDebugOptions: [DetectorDebugOption]? = nil, enabled: Bool, level: LoggingLevel, roleArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
LoggingOptions Structure Reference