S3Config

class S3Config

The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3. The configuration includes the bucket name and (optionally) prefix for the S3 bucket to store the measurements, and the delivery status. The delivery status is ENABLED or DISABLED, depending on whether you choose to deliver internet measurements to S3 logs.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket name.

Link copied to clipboard

The Amazon S3 bucket prefix.

Link copied to clipboard

The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.

Functions

Link copied to clipboard
inline fun copy(block: S3Config.Builder.() -> Unit = {}): S3Config
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String