
com.pulumi.aws.codeguruprofiler.kotlin.outputs.GetProfilingGroupProfilingStatus.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.codeguruprofiler.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property latestAgentOrchestratedAt
* @property latestAgentProfileReportedAt
* @property latestAggregatedProfiles
*/
public data class GetProfilingGroupProfilingStatus(
public val latestAgentOrchestratedAt: String,
public val latestAgentProfileReportedAt: String,
public val latestAggregatedProfiles: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.codeguruprofiler.outputs.GetProfilingGroupProfilingStatus): GetProfilingGroupProfilingStatus = GetProfilingGroupProfilingStatus(
latestAgentOrchestratedAt = javaType.latestAgentOrchestratedAt(),
latestAgentProfileReportedAt = javaType.latestAgentProfileReportedAt(),
latestAggregatedProfiles = javaType.latestAggregatedProfiles().map({ args0 ->
args0.let({ args0 ->
com.pulumi.aws.codeguruprofiler.kotlin.outputs.GetProfilingGroupProfilingStatusLatestAggregatedProfile.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy