getAgent

suspend fun getAgent(argument: GetAgentPlainArgs): GetAgentResult

Definition of AWS::Bedrock::Agent Resource Type

Return

null

Parameters

argument

null


suspend fun getAgent(agentId: String): GetAgentResult

Return

null

Parameters

agentId

Identifier for a resource.

See also


suspend fun getAgent(argument: suspend GetAgentPlainArgsBuilder.() -> Unit): GetAgentResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.bedrock.kotlin.inputs.GetAgentPlainArgs.

See also