ProjectDataDeliveryArgs

data class ProjectDataDeliveryArgs(val cloudwatchLogs: Output<ProjectDataDeliveryCloudwatchLogsArgs>? = null, val s3Destination: Output<ProjectDataDeliveryS3DestinationArgs>? = null) : ConvertibleToJava<ProjectDataDeliveryArgs>

Constructors

Link copied to clipboard
fun ProjectDataDeliveryArgs(cloudwatchLogs: Output<ProjectDataDeliveryCloudwatchLogsArgs>? = null, s3Destination: Output<ProjectDataDeliveryS3DestinationArgs>? = null)

Functions

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

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.