BedrockFunctions

Functions

Link copied to clipboard
suspend fun getAgent(argument: GetAgentPlainArgs): GetAgentResult

Definition of AWS::Bedrock::Agent Resource Type

suspend fun getAgent(agentId: String): GetAgentResult
suspend fun getAgent(argument: suspend GetAgentPlainArgsBuilder.() -> Unit): GetAgentResult
Link copied to clipboard

Definition of AWS::Bedrock::AgentAlias Resource Type

suspend fun getAgentAlias(agentAliasId: String, agentId: String): GetAgentAliasResult
Link copied to clipboard

Definition of AWS::Bedrock::DataSource Resource Type

suspend fun getDataSource(dataSourceId: String, knowledgeBaseId: String): GetDataSourceResult
Link copied to clipboard
suspend fun getFlow(argument: GetFlowPlainArgs): GetFlowResult

Definition of AWS::Bedrock::Flow Resource Type

suspend fun getFlow(arn: String): GetFlowResult
suspend fun getFlow(argument: suspend GetFlowPlainArgsBuilder.() -> Unit): GetFlowResult
Link copied to clipboard

Definition of AWS::Bedrock::FlowAlias Resource Type

suspend fun getFlowAlias(arn: String, flowArn: String): GetFlowAliasResult
Link copied to clipboard

Definition of AWS::Bedrock::FlowVersion Resource Type

suspend fun getFlowVersion(flowArn: String, version: String): GetFlowVersionResult
Link copied to clipboard

Definition of AWS::Bedrock::Guardrail Resource Type

suspend fun getGuardrail(guardrailArn: String): GetGuardrailResult
Link copied to clipboard

Definition of AWS::Bedrock::GuardrailVersion Resource Type

suspend fun getGuardrailVersion(guardrailId: String, version: String): GetGuardrailVersionResult
Link copied to clipboard

Definition of AWS::Bedrock::KnowledgeBase Resource Type

suspend fun getKnowledgeBase(knowledgeBaseId: String): GetKnowledgeBaseResult
Link copied to clipboard

Definition of AWS::Bedrock::Prompt Resource Type

suspend fun getPrompt(arn: String): GetPromptResult
suspend fun getPrompt(argument: suspend GetPromptPlainArgsBuilder.() -> Unit): GetPromptResult
Link copied to clipboard

Definition of AWS::Bedrock::PromptVersion Resource Type