MonitorS3Config

data class MonitorS3Config(val bucketName: String? = null, val bucketPrefix: String? = null, val logDeliveryStatus: MonitorS3ConfigLogDeliveryStatus? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

The Amazon S3 bucket name for internet measurements publishing.

Link copied to clipboard
val bucketPrefix: 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.