MonitorS3ConfigArgs

data class MonitorS3ConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val logDeliveryStatus: Output<MonitorS3ConfigLogDeliveryStatus>? = null) : ConvertibleToJava<MonitorS3ConfigArgs>

Constructors

Link copied to clipboard
constructor(bucketName: Output<String>? = null, bucketPrefix: Output<String>? = null, logDeliveryStatus: Output<MonitorS3ConfigLogDeliveryStatus>? = null)

Properties

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

The Amazon S3 bucket name for internet measurements publishing.

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

An optional Amazon S3 bucket prefix for internet measurements publishing.

Link copied to clipboard

The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket. The delivery status is ENABLED if you choose to deliver internet measurements to an S3 bucket, and DISABLED otherwise.

Functions

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