appmixer.ai.agentcore.CreateAgentRuntime
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Name | text | The name of the AgentCore Runtime. Must start with a letter and contain only letters, numbers and underscores (max 48 chars). |
| Role ARN | text | The IAM role ARN that provides permissions for the AgentCore Runtime. |
| Artifact Type | select | How the agent code is packaged: a container image in Amazon ECR, or source code in an Amazon S3 bucket (managed runtime). |
| Container Image URI | text | The ECR container image URI of the agent, e.g. 123456789012.dkr.ecr.us-east-1.amazonaws.com/my-agent:latest. |
| Code S3 Bucket | text | The name of the Amazon S3 bucket that holds the agent source code archive. |
| Code S3 Prefix | text | The Amazon S3 object key (prefix) of the source code archive, e.g. 1700000000-abc-my_agent.zip. |
| Code S3 Version ID | text | Optional. The version ID of the Amazon S3 object. If omitted, the latest version is used. |
| Managed Runtime | select | The managed runtime environment used to execute the code. |
| Code Entry Point | text | The entry point file for the code execution, e.g. main.py. Provide a comma-separated list for multiple entries. |
| Network Mode | select | The network mode for the AgentCore Runtime. |
| Server Protocol | select | The protocol the agent runtime uses to communicate with clients. |
| Description | textarea | Optional description of the AgentCore Runtime. |
| Environment Variables | textarea | Optional environment variables for the runtime as a JSON object, e.g. {"KEY": "value"}. |
| Field | Type | Description |
|---|---|---|
| Agent Runtime ID | string | - |
| Agent Runtime ARN | string | - |
| Version | string | - |
| Status | string | - |
| Created At | string | - |