
com.pulumi.awsnative.applicationinsights.kotlin.outputs.ApplicationCustomComponent.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.applicationinsights.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
* The custom grouped component.
* @property componentName The name of the component.
* @property resourceList The list of resource ARNs that belong to the component.
*/
public data class ApplicationCustomComponent(
public val componentName: String,
public val resourceList: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.applicationinsights.outputs.ApplicationCustomComponent): ApplicationCustomComponent = ApplicationCustomComponent(
componentName = javaType.componentName(),
resourceList = javaType.resourceList().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy