RecorderRecordingModeRecordingModeOverrideArgs

data class RecorderRecordingModeRecordingModeOverrideArgs(val description: Output<String>? = null, val recordingFrequency: Output<String>, val resourceTypes: Output<List<String>>) : ConvertibleToJava<RecorderRecordingModeRecordingModeOverrideArgs>

Constructors

constructor(description: Output<String>? = null, recordingFrequency: Output<String>, resourceTypes: Output<List<String>>)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description you provide of the override.

Link copied to clipboard

The recording frequency for the resources in the override block. CONTINUOUS or DAILY.

Link copied to clipboard
val resourceTypes: Output<List<String>>

A list that specifies the types of AWS resources for which the override applies to. See restrictions in the AWS Docs

Functions

Link copied to clipboard
open override fun toJava(): RecorderRecordingModeRecordingModeOverrideArgs