AgentAliasArgs

data class AgentAliasArgs(val agentAliasName: Output<String>? = null, val agentId: Output<String>? = null, val description: Output<String>? = null, val routingConfiguration: Output<List<AgentAliasRoutingConfigurationListItemArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AgentAliasArgs>

Definition of AWS::Bedrock::AgentAlias Resource Type

Constructors

Link copied to clipboard
constructor(agentAliasName: Output<String>? = null, agentId: Output<String>? = null, description: Output<String>? = null, routingConfiguration: Output<List<AgentAliasRoutingConfigurationListItemArgs>>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val agentAliasName: Output<String>? = null

Name for a resource.

Link copied to clipboard
val agentId: Output<String>? = null

Identifier for a resource.

Link copied to clipboard
val description: Output<String>? = null

Description of the Resource.

Link copied to clipboard

Routing configuration for an Agent alias.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

Functions

Link copied to clipboard
open override fun toJava(): AgentAliasArgs