ProjectDataDelivery

data class ProjectDataDelivery(val cloudwatchLogs: ProjectDataDeliveryCloudwatchLogs? = null, val s3Destination: ProjectDataDeliveryS3Destination? = null)

Constructors

Link copied to clipboard
constructor(cloudwatchLogs: ProjectDataDeliveryCloudwatchLogs? = null, s3Destination: ProjectDataDeliveryS3Destination? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A block that defines the CloudWatch Log Group that stores the evaluation events. See below.

Link copied to clipboard

A block that defines the S3 bucket and prefix that stores the evaluation events. See below.