EnableIoTLoggingParams
public struct EnableIoTLoggingParams : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the types of information to be logged.
Declaration
Swift
public let logLevel: LogLevel
-
The ARN of the IAM role used for logging.
Declaration
Swift
public let roleArnForLogging: String
-
Undocumented
Declaration
Swift
public init(logLevel: LogLevel, roleArnForLogging: String)
-
Declaration
Swift
public func validate(name: String) throws