DataCollectionRuleDataSourcesLogFileSettingsTextArgs

data class DataCollectionRuleDataSourcesLogFileSettingsTextArgs(val recordStartTimestampFormat: Output<String>) : ConvertibleToJava<DataCollectionRuleDataSourcesLogFileSettingsTextArgs>

Constructors

constructor(recordStartTimestampFormat: Output<String>)

Properties

Link copied to clipboard

The timestamp format of the text log files. Possible values are ISO 8601, YYYY-MM-DD HH:MM:SS, M/D/YYYY HH:MM:SS AM/PM, Mon DD, YYYY HH:MM:SS, yyMMdd HH:mm:ss, ddMMyy HH:mm:ss, MMM d hh:mm:ss, dd/MMM/yyyy:HH:mm:ss zzz,and yyyy-MM-ddTHH:mm:ssK.

Functions

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