ProjectDataDeliveryArgs

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

Constructors

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

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.

Functions

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