WorkspaceLoggingConfigurationArgs

data class WorkspaceLoggingConfigurationArgs(val logGroupArn: Output<String>) : ConvertibleToJava<WorkspaceLoggingConfigurationArgs>

Constructors

Link copied to clipboard
constructor(logGroupArn: Output<String>)

Properties

Link copied to clipboard
val logGroupArn: Output<String>

The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist.

Functions

Link copied to clipboard
open override fun toJava(): WorkspaceLoggingConfigurationArgs