ConfigurationRecorder

Records configuration changes to your specified resource types. For more information about the configuration recorder, see Managing the Configuration Recorder in the Config Developer Guide.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the configuration recorder. Config automatically assigns the name of "default" when creating the configuration recorder.

Link copied to clipboard

Specifies which resource types Config records for configuration changes.

Link copied to clipboard

Specifies the default recording frequency that Config uses to record configuration changes. Config supports Continuous recording and Daily recording.

Link copied to clipboard

Amazon Resource Name (ARN) of the IAM role assumed by Config and used by the configuration recorder.

Functions

Link copied to clipboard
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