Class RuntimeEndpointBase
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.bedrockagentcore.RuntimeEndpointBase
- All Implemented Interfaces:
IRuntimeEndpointRef,IEnvironmentAware,IResource,IRuntimeEndpoint,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
- Direct Known Subclasses:
RuntimeEndpoint
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-19T08:18:44.500Z")
@Stability(Stable)
public abstract class RuntimeEndpointBase
extends Resource
implements IRuntimeEndpoint
Base class for Runtime Endpoint.
-
Nested Class Summary
Nested 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.IResource
IResource.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IRuntimeEndpoint
IRuntimeEndpoint.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRuntimeEndpointBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedRuntimeEndpointBase(software.amazon.jsii.JsiiObjectRef objRef) protectedRuntimeEndpointBase(software.constructs.Construct scope, String id) protectedRuntimeEndpointBase(software.constructs.Construct scope, String id, ResourceProps props) -
Method Summary
Modifier and TypeMethodDescriptionabstract StringThe ARN of the parent agent runtime.abstract StringThe ARN of the runtime endpoint resource.abstract StringWhen the endpoint was created.abstract StringThe description of the runtime endpoint.abstract StringThe name of the runtime endpoint.abstract StringThe live version of the agent runtime that is currently serving requests.A reference to a RuntimeEndpoint resource.abstract StringThe current status of the runtime endpoint.abstract StringThe target version the endpoint is transitioning to (during updates).Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource, withMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods 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
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.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
RuntimeEndpointBase
protected RuntimeEndpointBase(software.amazon.jsii.JsiiObjectRef objRef) -
RuntimeEndpointBase
protected RuntimeEndpointBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
RuntimeEndpointBase
@Stability(Stable) protected RuntimeEndpointBase(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ResourceProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
RuntimeEndpointBase
@Stability(Stable) protected RuntimeEndpointBase(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Details
-
getAgentRuntimeArn
The ARN of the parent agent runtime.- Specified by:
getAgentRuntimeArnin interfaceIRuntimeEndpoint
-
getAgentRuntimeEndpointArn
The ARN of the runtime endpoint resource.- Specified by:
getAgentRuntimeEndpointArnin interfaceIRuntimeEndpoint
-
getEndpointName
The name of the runtime endpoint.- Specified by:
getEndpointNamein interfaceIRuntimeEndpoint
-
getRuntimeEndpointRef
A reference to a RuntimeEndpoint resource.- Specified by:
getRuntimeEndpointRefin interfaceIRuntimeEndpointRef
-
getCreatedAt
When the endpoint was created.- Specified by:
getCreatedAtin interfaceIRuntimeEndpoint
-
getDescription
The description of the runtime endpoint.- Specified by:
getDescriptionin interfaceIRuntimeEndpoint
-
getLiveVersion
The live version of the agent runtime that is currently serving requests.- Specified by:
getLiveVersionin interfaceIRuntimeEndpoint
-
getStatus
The current status of the runtime endpoint.- Specified by:
getStatusin interfaceIRuntimeEndpoint
-
getTargetVersion
The target version the endpoint is transitioning to (during updates).- Specified by:
getTargetVersionin interfaceIRuntimeEndpoint
-