BedrockAgentCoreControl / Client / create_agent_runtime_endpoint
create_agent_runtime_endpoint¶
- BedrockAgentCoreControl.Client.create_agent_runtime_endpoint(**kwargs)¶
Creates an AgentCore Runtime endpoint.
See also: AWS API Documentation
Request Syntax
response = client.create_agent_runtime_endpoint( agentRuntimeId='string', name='string', agentRuntimeVersion='string', description='string', clientToken='string', tags={ 'string': 'string' } )
- Parameters:
agentRuntimeId (string) –
[REQUIRED]
The unique identifier of the AgentCore Runtime to create an endpoint for.
name (string) –
[REQUIRED]
The name of the AgentCore Runtime endpoint.
agentRuntimeVersion (string) – The version of the AgentCore Runtime to use for the endpoint.
description (string) – The description of the AgentCore Runtime endpoint.
clientToken (string) –
A unique, case-sensitive identifier to ensure idempotency of the request.
This field is autopopulated if not provided.
tags (dict) –
A map of tag keys and values to assign to the agent runtime endpoint. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'targetVersion': 'string', 'agentRuntimeEndpointArn': 'string', 'agentRuntimeArn': 'string', 'agentRuntimeId': 'string', 'endpointName': 'string', 'status': 'CREATING'|'CREATE_FAILED'|'UPDATING'|'UPDATE_FAILED'|'READY'|'DELETING', 'createdAt': datetime(2015, 1, 1) }
Response Structure
(dict) –
targetVersion (string) –
The target version of the AgentCore Runtime for the endpoint.
agentRuntimeEndpointArn (string) –
The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.
agentRuntimeArn (string) –
The Amazon Resource Name (ARN) of the AgentCore Runtime.
agentRuntimeId (string) –
The unique identifier of the AgentCore Runtime.
endpointName (string) –
The name of the AgentCore Runtime endpoint.
status (string) –
The current status of the AgentCore Runtime endpoint.
createdAt (datetime) –
The timestamp when the AgentCore Runtime endpoint was created.
Exceptions
BedrockAgentCoreControl.Client.exceptions.ServiceQuotaExceededExceptionBedrockAgentCoreControl.Client.exceptions.AccessDeniedExceptionBedrockAgentCoreControl.Client.exceptions.ConflictExceptionBedrockAgentCoreControl.Client.exceptions.ValidationExceptionBedrockAgentCoreControl.Client.exceptions.ResourceNotFoundExceptionBedrockAgentCoreControl.Client.exceptions.ThrottlingExceptionBedrockAgentCoreControl.Client.exceptions.InternalServerException