All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.bedrock.kotlin.outputs.AgentActionGroupExecutor1Properties.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.bedrock.kotlin.outputs

import com.pulumi.awsnative.bedrock.kotlin.enums.AgentCustomControlMethod
import kotlin.Suppress

/**
 * Type of Executors for an Action Group
 * @property customControl
 */
public data class AgentActionGroupExecutor1Properties(
    public val customControl: AgentCustomControlMethod,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.bedrock.outputs.AgentActionGroupExecutor1Properties): AgentActionGroupExecutor1Properties = AgentActionGroupExecutor1Properties(
            customControl = javaType.customControl().let({ args0 ->
                com.pulumi.awsnative.bedrock.kotlin.enums.AgentCustomControlMethod.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy