CreateLogSubscriptionRequest
public struct CreateLogSubscriptionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identifier of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.
Declaration
Swift
public let directoryId: String
-
The name of the CloudWatch log group where the real-time domain controller logs are forwarded.
Declaration
Swift
public let logGroupName: String
-
Undocumented
Declaration
Swift
public init(directoryId: String, logGroupName: String)
-
Declaration
Swift
public func validate(name: String) throws