CloudWatchOutputConfig
public struct CloudWatchOutputConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the CloudWatch log group where you want to send command output. If you don’t specify a group name, Systems Manager automatically creates a log group for you. The log group uses the following naming format: aws/ssm/SystemsManagerDocumentName.
Declaration
Swift
public let cloudWatchLogGroupName: String?
-
Enables Systems Manager to send command output to CloudWatch Logs.
Declaration
Swift
public let cloudWatchOutputEnabled: Bool?
-
Undocumented
Declaration
Swift
public init(cloudWatchLogGroupName: String? = nil, cloudWatchOutputEnabled: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws