All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.monitoring.kotlin.outputs.DataCollectionRuleDataSourcesLogFileSettingsText.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.15.0.0
Show newest version
@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