AgentRuntimeEndpoint

bedrockagentcorecontrol.services.k8s.aws/v1alpha1

TypeLink
GoDocbedrockagentcorecontrol-controller/apis/v1alpha1#AgentRuntimeEndpoint

Metadata

PropertyValue
ScopeNamespaced
KindAgentRuntimeEndpoint
ListKindAgentRuntimeEndpointList
Pluralagentruntimeendpoints
Singularagentruntimeendpoint

Contains information about an agent runtime endpoint. An endpoint provides a way to connect to and interact with an agent runtime.

Spec

agentRuntimeID: string
agentRuntimeVersion: string
description: string
name: string
tags: {}
FieldDescription
agentRuntimeID
Required
string
The unique identifier of the AgentCore Runtime to create an endpoint for.

Regex Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,99}-[a-zA-Z0-9]{10}$
agentRuntimeVersion
Optional
string
The version of the AgentCore Runtime to use for the endpoint.

Regex Pattern: ^([1-9][0-9]{0,4})$
description
Optional
string
The description of the AgentCore Runtime endpoint.
name
Optional
string
The name of the AgentCore Runtime endpoint.

Regex Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$
tags
Optional
object
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.

Status

ackResourceMetadata: 
  arn: string
  ownerAccountID: string
  region: string
agentRuntimeARN: string
conditions:
- lastTransitionTime: string
  message: string
  reason: string
  status: string
  type: string
createdAt: string
status: string
targetVersion: string
FieldDescription
ackResourceMetadata
Optional
object
All CRs managed by ACK have a common Status.ACKResourceMetadata member
that is used to contain resource sync state, account ownership,
constructed ARN for the resource
ackResourceMetadata.arn
Optional
string
ARN is the Amazon Resource Name for the resource. This is a
globally-unique identifier and is set only by the ACK service controller
once the controller has orchestrated the creation of the resource OR
when it has verified that an “adopted” resource (a resource where the
ARN annotation was set by the Kubernetes user on the CR) exists and
matches the supplied CR’s Spec field values.
https://github.com/aws/aws-controllers-k8s/issues/270
ackResourceMetadata.ownerAccountID
Required
string
OwnerAccountID is the AWS Account ID of the account that owns the
backend AWS service API resource.
ackResourceMetadata.region
Required
string
Region is the AWS region in which the resource exists or will exist.
agentRuntimeARN
Optional
string
The Amazon Resource Name (ARN) of the AgentCore Runtime.

Regex 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})$
conditions
Optional
array
All CRs managed by ACK have a common Status.Conditions member that
contains a collection of ackv1alpha1.Condition objects that describe
the various terminal states of the CR and its backend AWS service API
resource
conditions.[]
Required
object
Condition is the common struct used by all CRDs managed by ACK service
controllers to indicate terminal states of the CR and its backend AWS
service API resource
conditions.[].message
Optional
string
A human readable message indicating details about the transition.
conditions.[].reason
Optional
string
The reason for the condition’s last transition.
conditions.[].status
Optional
string
Status of the condition, one of True, False, Unknown.
conditions.[].type
Optional
string
Type is the type of the Condition
createdAt
Optional
string
The timestamp when the AgentCore Runtime endpoint was created.
status
Optional
string
The current status of the AgentCore Runtime endpoint.
targetVersion
Optional
string
The target version of the AgentCore Runtime for the endpoint.

Regex Pattern: ^([1-9][0-9]{0,4})$