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

com.pulumi.awsnative.applicationinsights.kotlin.outputs.ApplicationLogPattern.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.applicationinsights.kotlin.outputs

import kotlin.Int
import kotlin.String
import kotlin.Suppress

/**
 * The log pattern.
 * @property pattern The log pattern.
 * @property patternName The name of the log pattern.
 * @property rank Rank of the log pattern.
 */
public data class ApplicationLogPattern(
    public val pattern: String,
    public val patternName: String,
    public val rank: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.applicationinsights.outputs.ApplicationLogPattern): ApplicationLogPattern = ApplicationLogPattern(
            pattern = javaType.pattern(),
            patternName = javaType.patternName(),
            rank = javaType.rank(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy