![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.route53recoveryreadiness.kotlin.outputs.GetRecoveryGroupResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.route53recoveryreadiness.kotlin.outputs
import com.pulumi.awsnative.kotlin.outputs.Tag
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property cells A list of the cell Amazon Resource Names (ARNs) in the recovery group.
* @property recoveryGroupArn A collection of tags associated with a resource.
* @property tags A collection of tags associated with a resource.
*/
public data class GetRecoveryGroupResult(
public val cells: List? = null,
public val recoveryGroupArn: String? = null,
public val tags: List? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.route53recoveryreadiness.outputs.GetRecoveryGroupResult): GetRecoveryGroupResult = GetRecoveryGroupResult(
cells = javaType.cells().map({ args0 -> args0 }),
recoveryGroupArn = javaType.recoveryGroupArn().map({ args0 -> args0 }).orElse(null),
tags = javaType.tags().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.kotlin.outputs.Tag.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy