![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azure.monitoring.kotlin.outputs.DataCollectionRuleDataSourcesLogFileSettingsText.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-kotlin Show documentation
Show all versions of pulumi-azure-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.monitoring.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property recordStartTimestampFormat 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`.
*/
public data class DataCollectionRuleDataSourcesLogFileSettingsText(
public val recordStartTimestampFormat: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.monitoring.outputs.DataCollectionRuleDataSourcesLogFileSettingsText): DataCollectionRuleDataSourcesLogFileSettingsText =
DataCollectionRuleDataSourcesLogFileSettingsText(
recordStartTimestampFormat = javaType.recordStartTimestampFormat(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy