ProjectLogsConfig

data class ProjectLogsConfig(val cloudwatchLogs: ProjectLogsConfigCloudwatchLogs? = null, val s3Logs: ProjectLogsConfigS3Logs? = null)

Constructors

Link copied to clipboard
constructor(cloudwatchLogs: ProjectLogsConfigCloudwatchLogs? = null, s3Logs: ProjectLogsConfigS3Logs? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block. Detailed below.

Link copied to clipboard

Configuration block. Detailed below.