Interface IRuntimeEndpoint
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,IRuntimeEndpointRef,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IRuntimeEndpoint.Jsii$Default
- All Known Implementing Classes:
IRuntimeEndpoint.Jsii$Proxy,RuntimeEndpoint,RuntimeEndpointBase
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-19T08:18:44.448Z")
@Stability(Stable)
public interface IRuntimeEndpoint
extends software.amazon.jsii.JsiiSerializable, IResource, IRuntimeEndpointRef
Interface for Runtime Endpoint resources.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRuntimeEndpoint.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the parent agent runtime.The ARN of the runtime endpoint resource.default StringWhen the endpoint was created.default StringThe description of the runtime endpoint.The name of the runtime endpoint.default StringThe live version of the agent runtime that is currently serving requests.default StringThe current status of the runtime endpoint.default StringThe target version the endpoint is transitioning to (during updates).Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IRuntimeEndpointRef
getRuntimeEndpointRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentRuntimeArn
The ARN of the parent agent runtime. -
getAgentRuntimeEndpointArn
The ARN of the runtime endpoint resource.Example:
"arn:aws:bedrock-agentcore:us-west-2:123456789012:agent-runtime-endpoint/endpoint-abc123";
-
getEndpointName
The name of the runtime endpoint. -
getCreatedAt
When the endpoint was created. -
getDescription
The description of the runtime endpoint. -
getLiveVersion
The live version of the agent runtime that is currently serving requests. -
getStatus
The current status of the runtime endpoint. -
getTargetVersion
The target version the endpoint is transitioning to (during updates).
-