AWS::BedrockAgentCore::RuntimeEndpointResource definition for AWS::BedrockAgentCore::RuntimeEndpoint
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AgentRuntimeId | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
AgentRuntimeVersion | string | |
Description | string | |
Tags | TagsMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AgentRuntimeArn | string | The ARN of the Agent Runtime |
AgentRuntimeEndpointArn | string | The Amazon Resource Name (ARN) of the AgentCore Runtime. |
CreatedAt | string | The timestamp when the Agent Runtime Endpoint was created |
FailureReason | string | The reason for failure if the endpoint is in a failed state |
Id | string | The unique identifier of the AgentCore Runtime endpoint. |
LastUpdatedAt | string | The timestamp when the Agent Runtime Endpoint was last updated |
LiveVersion | string | The Live version of the Agent Runtime |
Status | string | The status of the Agent Runtime Endpoint |
TargetVersion | string | The target version of the AgentCore Runtime for the endpoint. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::RuntimeEndpoint
Resources:
MyResource:
Type: AWS::BedrockAgentCore::RuntimeEndpoint
Properties:
AgentRuntimeId: "my-agentruntimeid"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResourcebedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdateAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcebedrock-agentcore:DeleteAgentRuntimeEndpointbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetAgentRuntimeEndpointbedrock-agentcore:ListAgentRuntimeEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgentRuntimeEndpointArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AgentRuntimeIdName