Class CfnRuntimeEndpoint
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.bedrockagentcore.CfnRuntimeEndpoint
- All Implemented Interfaces:
IInspectable,ITaggableV2,IRuntimeEndpointRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:33.817Z")
@Stability(Stable)
public class CfnRuntimeEndpoint
extends CfnResource
implements IInspectable, IRuntimeEndpointRef, ITaggableV2
AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.
For more information about using agent runtime endpoints in Amazon Bedrock AgentCore, see AgentCore Runtime versioning and endpoints .
See the Properties section below for descriptions of both the required and optional properties.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrockagentcore.*;
CfnRuntimeEndpoint cfnRuntimeEndpoint = CfnRuntimeEndpoint.Builder.create(this, "MyCfnRuntimeEndpoint")
.agentRuntimeId("agentRuntimeId")
.name("name")
// the properties below are optional
.agentRuntimeVersion("agentRuntimeVersion")
.description("description")
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IRuntimeEndpointRef
IRuntimeEndpointRef.Jsii$Default, IRuntimeEndpointRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnRuntimeEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnRuntimeEndpoint(software.amazon.jsii.JsiiObjectRef objRef) CfnRuntimeEndpoint(software.constructs.Construct scope, String id, CfnRuntimeEndpointProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe agent runtime ID.The version of the agent.The Amazon Resource Name (ARN) of the runtime agent.The endpoint Amazon Resource Name (ARN).The time at which the endpoint was created.The reason for failure if the memory is in a failed state.The ID of the runtime endpoint.The time at which the endpoint was last updated.The live version for the runtime endpoint.The status of the runtime endpoint.The target version.Tag Manager which manages the tags for this resource.Contains information about an agent runtime endpoint.getName()The name of the AgentCore Runtime endpoint.A reference to a RuntimeEndpoint resource.getTags()The tags for the AgentCore Runtime endpoint.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAgentRuntimeId(String value) The agent runtime ID.voidsetAgentRuntimeVersion(String value) The version of the agent.voidsetDescription(String value) Contains information about an agent runtime endpoint.voidThe name of the AgentCore Runtime endpoint.voidThe tags for the AgentCore Runtime endpoint.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnRuntimeEndpoint
protected CfnRuntimeEndpoint(software.amazon.jsii.JsiiObjectRef objRef) -
CfnRuntimeEndpoint
protected CfnRuntimeEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnRuntimeEndpoint
@Stability(Stable) public CfnRuntimeEndpoint(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnRuntimeEndpointProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrAgentRuntimeArn
The Amazon Resource Name (ARN) of the runtime agent. -
getAttrAgentRuntimeEndpointArn
The endpoint Amazon Resource Name (ARN). -
getAttrCreatedAt
The time at which the endpoint was created. -
getAttrFailureReason
The reason for failure if the memory is in a failed state. -
getAttrId
The ID of the runtime endpoint. -
getAttrLastUpdatedAt
The time at which the endpoint was last updated. -
getAttrLiveVersion
The live version for the runtime endpoint. -
getAttrStatus
The status of the runtime endpoint. -
getAttrTargetVersion
The target version. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getRuntimeEndpointRef
A reference to a RuntimeEndpoint resource.- Specified by:
getRuntimeEndpointRefin interfaceIRuntimeEndpointRef
-
getAgentRuntimeId
The agent runtime ID. -
setAgentRuntimeId
The agent runtime ID. -
getName
The name of the AgentCore Runtime endpoint. -
setName
The name of the AgentCore Runtime endpoint. -
getAgentRuntimeVersion
The version of the agent. -
setAgentRuntimeVersion
The version of the agent. -
getDescription
Contains information about an agent runtime endpoint. -
setDescription
Contains information about an agent runtime endpoint. -
getTags
The tags for the AgentCore Runtime endpoint. -
setTags
The tags for the AgentCore Runtime endpoint.
-