recordingFrequency

@JvmName(name = "mgcaqojmvagbylqs")
suspend fun recordingFrequency(value: Output<RecordingFrequencyEnumValueArgs>)
@JvmName(name = "egpvweguterbrpxg")
suspend fun recordingFrequency(value: RecordingFrequencyEnumValueArgs?)

Parameters

value

The default recording frequency that Config uses to record configuration changes.

Daily recording is not supported for the following resource types:

  • AWS::Config::ResourceCompliance

  • AWS::Config::ConformancePackCompliance

  • AWS::Config::ConfigurationRecorder

For the allSupported (ALL_SUPPORTED_RESOURCE_TYPES) recording strategy, these resource types will be set to Continuous recording.


@JvmName(name = "sbboheblsbmlbcec")
suspend fun recordingFrequency(argument: suspend RecordingFrequencyEnumValueArgsBuilder.() -> Unit)

Parameters

argument

The default recording frequency that Config uses to record configuration changes.

Daily recording is not supported for the following resource types:

  • AWS::Config::ResourceCompliance

  • AWS::Config::ConformancePackCompliance

  • AWS::Config::ConfigurationRecorder

For the allSupported (ALL_SUPPORTED_RESOURCE_TYPES) recording strategy, these resource types will be set to Continuous recording.