AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.bedrock.getAgentAlias
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Definition of AWS::Bedrock::AgentAlias Resource Type
Using getAgentAlias
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAgentAlias(args: GetAgentAliasArgs, opts?: InvokeOptions): Promise<GetAgentAliasResult>
function getAgentAliasOutput(args: GetAgentAliasOutputArgs, opts?: InvokeOptions): Output<GetAgentAliasResult>def get_agent_alias(agent_alias_id: Optional[str] = None,
                    agent_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetAgentAliasResult
def get_agent_alias_output(agent_alias_id: Optional[pulumi.Input[str]] = None,
                    agent_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetAgentAliasResult]func LookupAgentAlias(ctx *Context, args *LookupAgentAliasArgs, opts ...InvokeOption) (*LookupAgentAliasResult, error)
func LookupAgentAliasOutput(ctx *Context, args *LookupAgentAliasOutputArgs, opts ...InvokeOption) LookupAgentAliasResultOutput> Note: This function is named LookupAgentAlias in the Go SDK.
public static class GetAgentAlias 
{
    public static Task<GetAgentAliasResult> InvokeAsync(GetAgentAliasArgs args, InvokeOptions? opts = null)
    public static Output<GetAgentAliasResult> Invoke(GetAgentAliasInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAgentAliasResult> getAgentAlias(GetAgentAliasArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:bedrock:getAgentAlias
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AgentAlias stringId 
- Id for an Agent Alias generated at the server side.
- AgentId string
- Identifier for a resource.
- AgentAlias stringId 
- Id for an Agent Alias generated at the server side.
- AgentId string
- Identifier for a resource.
- agentAlias StringId 
- Id for an Agent Alias generated at the server side.
- agentId String
- Identifier for a resource.
- agentAlias stringId 
- Id for an Agent Alias generated at the server side.
- agentId string
- Identifier for a resource.
- agent_alias_ strid 
- Id for an Agent Alias generated at the server side.
- agent_id str
- Identifier for a resource.
- agentAlias StringId 
- Id for an Agent Alias generated at the server side.
- agentId String
- Identifier for a resource.
getAgentAlias Result
The following output properties are available:
- AgentAlias stringArn 
- Arn representation of the Agent Alias.
- AgentAlias List<Pulumi.History Events Aws Native. Bedrock. Outputs. Agent Alias History Event> 
- The list of history events for an alias for an Agent.
- AgentAlias stringId 
- Id for an Agent Alias generated at the server side.
- AgentAlias stringName 
- Name for a resource.
- AgentAlias Pulumi.Status Aws Native. Bedrock. Agent Alias Status 
- The status of the alias of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent alias is being created.
- PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
- FAILED – The agent alias API operation failed.
- UPDATING – The agent alias is being updated.
- DELETING – The agent alias is being deleted.
 
- CreatedAt string
- Time Stamp.
- Description string
- Description of the Resource.
- RoutingConfiguration List<Pulumi.Aws Native. Bedrock. Outputs. Agent Alias Routing Configuration List Item> 
- Routing configuration for an Agent alias.
- Dictionary<string, string>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- UpdatedAt string
- Time Stamp.
- AgentAlias stringArn 
- Arn representation of the Agent Alias.
- AgentAlias []AgentHistory Events Alias History Event 
- The list of history events for an alias for an Agent.
- AgentAlias stringId 
- Id for an Agent Alias generated at the server side.
- AgentAlias stringName 
- Name for a resource.
- AgentAlias AgentStatus Alias Status 
- The status of the alias of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent alias is being created.
- PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
- FAILED – The agent alias API operation failed.
- UPDATING – The agent alias is being updated.
- DELETING – The agent alias is being deleted.
 
- CreatedAt string
- Time Stamp.
- Description string
- Description of the Resource.
- RoutingConfiguration []AgentAlias Routing Configuration List Item 
- Routing configuration for an Agent alias.
- map[string]string
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- UpdatedAt string
- Time Stamp.
- agentAlias StringArn 
- Arn representation of the Agent Alias.
- agentAlias List<AgentHistory Events Alias History Event> 
- The list of history events for an alias for an Agent.
- agentAlias StringId 
- Id for an Agent Alias generated at the server side.
- agentAlias StringName 
- Name for a resource.
- agentAlias AgentStatus Alias Status 
- The status of the alias of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent alias is being created.
- PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
- FAILED – The agent alias API operation failed.
- UPDATING – The agent alias is being updated.
- DELETING – The agent alias is being deleted.
 
- createdAt String
- Time Stamp.
- description String
- Description of the Resource.
- routingConfiguration List<AgentAlias Routing Configuration List Item> 
- Routing configuration for an Agent alias.
- Map<String,String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updatedAt String
- Time Stamp.
- agentAlias stringArn 
- Arn representation of the Agent Alias.
- agentAlias AgentHistory Events Alias History Event[] 
- The list of history events for an alias for an Agent.
- agentAlias stringId 
- Id for an Agent Alias generated at the server side.
- agentAlias stringName 
- Name for a resource.
- agentAlias AgentStatus Alias Status 
- The status of the alias of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent alias is being created.
- PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
- FAILED – The agent alias API operation failed.
- UPDATING – The agent alias is being updated.
- DELETING – The agent alias is being deleted.
 
- createdAt string
- Time Stamp.
- description string
- Description of the Resource.
- routingConfiguration AgentAlias Routing Configuration List Item[] 
- Routing configuration for an Agent alias.
- {[key: string]: string}
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updatedAt string
- Time Stamp.
- agent_alias_ strarn 
- Arn representation of the Agent Alias.
- agent_alias_ Sequence[Agenthistory_ events Alias History Event] 
- The list of history events for an alias for an Agent.
- agent_alias_ strid 
- Id for an Agent Alias generated at the server side.
- agent_alias_ strname 
- Name for a resource.
- agent_alias_ Agentstatus Alias Status 
- The status of the alias of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent alias is being created.
- PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
- FAILED – The agent alias API operation failed.
- UPDATING – The agent alias is being updated.
- DELETING – The agent alias is being deleted.
 
- created_at str
- Time Stamp.
- description str
- Description of the Resource.
- routing_configuration Sequence[AgentAlias Routing Configuration List Item] 
- Routing configuration for an Agent alias.
- Mapping[str, str]
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated_at str
- Time Stamp.
- agentAlias StringArn 
- Arn representation of the Agent Alias.
- agentAlias List<Property Map>History Events 
- The list of history events for an alias for an Agent.
- agentAlias StringId 
- Id for an Agent Alias generated at the server side.
- agentAlias StringName 
- Name for a resource.
- agentAlias "CREATING" | "PREPARED" | "FAILED" | "UPDATING" | "DELETING"Status 
- The status of the alias of the agent and whether it is ready for use. The following statuses are possible:- CREATING – The agent alias is being created.
- PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
- FAILED – The agent alias API operation failed.
- UPDATING – The agent alias is being updated.
- DELETING – The agent alias is being deleted.
 
- createdAt String
- Time Stamp.
- description String
- Description of the Resource.
- routingConfiguration List<Property Map>
- Routing configuration for an Agent alias.
- Map<String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updatedAt String
- Time Stamp.
Supporting Types
AgentAliasHistoryEvent   
- EndDate string
- Time Stamp.
- RoutingConfiguration List<Pulumi.Aws Native. Bedrock. Inputs. Agent Alias Routing Configuration List Item> 
- Routing configuration for an Agent alias.
- StartDate string
- Time Stamp.
- EndDate string
- Time Stamp.
- RoutingConfiguration []AgentAlias Routing Configuration List Item 
- Routing configuration for an Agent alias.
- StartDate string
- Time Stamp.
- endDate String
- Time Stamp.
- routingConfiguration List<AgentAlias Routing Configuration List Item> 
- Routing configuration for an Agent alias.
- startDate String
- Time Stamp.
- endDate string
- Time Stamp.
- routingConfiguration AgentAlias Routing Configuration List Item[] 
- Routing configuration for an Agent alias.
- startDate string
- Time Stamp.
- end_date str
- Time Stamp.
- routing_configuration Sequence[AgentAlias Routing Configuration List Item] 
- Routing configuration for an Agent alias.
- start_date str
- Time Stamp.
- endDate String
- Time Stamp.
- routingConfiguration List<Property Map>
- Routing configuration for an Agent alias.
- startDate String
- Time Stamp.
AgentAliasRoutingConfigurationListItem     
- AgentVersion string
- Agent Version.
- AgentVersion string
- Agent Version.
- agentVersion String
- Agent Version.
- agentVersion string
- Agent Version.
- agent_version str
- Agent Version.
- agentVersion String
- Agent Version.
AgentAliasStatus  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi