LoggingOptions
public struct LoggingOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If true, logging is enabled for AWS IoT Analytics.
Declaration
Swift
public let enabled: Bool
-
The logging level. Currently, only “ERROR” is supported.
Declaration
Swift
public let level: LoggingLevel
-
The ARN of the role that grants permission to AWS IoT Analytics to perform logging.
Declaration
Swift
public let roleArn: String
-
Undocumented
Declaration
Swift
public init(enabled: Bool, level: LoggingLevel, roleArn: String)
-
Declaration
Swift
public func validate(name: String) throws