Agent
Contains information about an agent runtime. An agent runtime is the execution environment for a Amazon Bedrock Agent.
Contents
- agentRuntimeArn
-
The Amazon Resource Name (ARN) of the agent runtime.
Type: String
Pattern:
arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:agent/[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}:([0-9]{0,4}[1-9][0-9]{0,4})
Required: Yes
- agentRuntimeId
-
The unique identifier of the agent runtime.
Type: String
Pattern:
[a-zA-Z][a-zA-Z0-9_]{0,99}-[a-zA-Z0-9]{10}
Required: Yes
- agentRuntimeName
-
The name of the agent runtime.
Type: String
Pattern:
[a-zA-Z][a-zA-Z0-9_]{0,47}
Required: Yes
- agentRuntimeVersion
-
The version of the agent runtime.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 5.
Pattern:
([1-9][0-9]{0,4})
Required: Yes
- description
-
The description of the agent runtime.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Required: Yes
- lastUpdatedAt
-
The timestamp when the agent runtime was last updated.
Type: Timestamp
Required: Yes
- status
-
The current status of the agent runtime.
Type: String
Valid Values:
CREATING | CREATE_FAILED | UPDATING | UPDATE_FAILED | READY | DELETING
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: