DeliveryChannel

The channel through which Config delivers notifications and updated configuration states.

Types

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

Properties

Link copied to clipboard

The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.

Link copied to clipboard
val name: String?

The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

Link copied to clipboard

The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.

Link copied to clipboard

The prefix for the specified Amazon S3 bucket.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.

Functions

Link copied to clipboard
inline fun copy(block: DeliveryChannel.Builder.() -> Unit = {}): DeliveryChannel
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