ConfigurationRecorder

Records configuration changes to the resource types in scope.

For more information about the configuration recorder, see Working with 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 arn: String?

The Amazon Resource Name (ARN) of the specified configuration recorder.

Link copied to clipboard
val name: String?

The name of the configuration recorder.

Link copied to clipboard

Specifies which resource types are in scope for the configuration recorder to record.

Link copied to clipboard

Specifies the default recording frequency for the configuration recorder. Config supports Continuous recording and Daily recording.

Link copied to clipboard

Specifies whether the ConfigurationItems in scope for the specified configuration recorder are recorded for free (INTERNAL) or if it impacts the costs to your bill (PAID).

Link copied to clipboard

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

Link copied to clipboard

For service-linked configuration recorders, specifies the linked Amazon Web Services service for 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