ProjectDataDeliveryObject

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

Destinations for data.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logGroup: String? = null
Link copied to clipboard