ProjectDataDeliveryObject

data class ProjectDataDeliveryObject(val logGroup: String? = null, val s3: ProjectS3Destination? = null)

Destinations for data.

Constructors

Link copied to clipboard
constructor(logGroup: String? = null, s3: ProjectS3Destination? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logGroup: String? = null

If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.

Link copied to clipboard

If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.