
com.pulumi.awsnative.bedrock.kotlin.outputs.AgentActionGroupExecutor0Properties.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.bedrock.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Type of Executors for an Action Group
* @property lambda ARN of a Lambda.
*/
public data class AgentActionGroupExecutor0Properties(
public val lambda: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.bedrock.outputs.AgentActionGroupExecutor0Properties): AgentActionGroupExecutor0Properties = AgentActionGroupExecutor0Properties(
lambda = javaType.lambda(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy