recordingMode

@JvmName(name = "vjdhxmioogducriy")
suspend fun recordingMode(value: Output<RecordingModeArgs>)
@JvmName(name = "lwqpytgevaossoru")
suspend fun recordingMode(value: RecordingModeArgs?)

Parameters

value

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

  • Continuous recording allows you to record configuration changes continuously whenever a change occurs.

  • Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.

Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous.

You can also override the recording frequency for specific resource types.


@JvmName(name = "qjoblephgiehtjgt")
suspend fun recordingMode(argument: suspend RecordingModeArgsBuilder.() -> Unit)

Parameters

argument

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

  • Continuous recording allows you to record configuration changes continuously whenever a change occurs.

  • Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.

Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous.

You can also override the recording frequency for specific resource types.