ProjectDataDeliveryObjectArgs

data class ProjectDataDeliveryObjectArgs(val logGroup: Output<String>? = null, val s3: Output<ProjectS3DestinationArgs>? = null) : ConvertibleToJava<ProjectDataDeliveryObjectArgs>

Destinations for data.

Constructors

Link copied to clipboard
constructor(logGroup: Output<String>? = null, s3: Output<ProjectS3DestinationArgs>? = null)

Properties

Link copied to clipboard
val logGroup: Output<String>? = null

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

Link copied to clipboard
val s3: Output<ProjectS3DestinationArgs>? = null

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

Functions

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