ProjectDataDeliveryS3DestinationArgs

data class ProjectDataDeliveryS3DestinationArgs(val bucket: Output<String>? = null, val prefix: Output<String>? = null) : ConvertibleToJava<ProjectDataDeliveryS3DestinationArgs>

Constructors

Link copied to clipboard
constructor(bucket: Output<String>? = null, prefix: Output<String>? = null)

Properties

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

The name of the bucket in which Evidently stores evaluation events.

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

The bucket prefix in which Evidently stores evaluation events.

Functions

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