
com.pulumi.awsnative.devopsguru.kotlin.outputs.GetLogAnomalyDetectionIntegrationResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.devopsguru.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property accountId The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
*/
public data class GetLogAnomalyDetectionIntegrationResult(
public val accountId: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.devopsguru.outputs.GetLogAnomalyDetectionIntegrationResult): GetLogAnomalyDetectionIntegrationResult = GetLogAnomalyDetectionIntegrationResult(
accountId = javaType.accountId().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy