Interface IRuntimeEndpoint.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IRuntimeEndpoint,IRuntimeEndpointRef,IRuntimeEndpointRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IRuntimeEndpoint.Jsii$Proxy
- Enclosing interface:
IRuntimeEndpoint
@Internal
public static interface IRuntimeEndpoint.Jsii$Default
extends IRuntimeEndpoint, IResource.Jsii$Default, IRuntimeEndpointRef.Jsii$Default
Internal default implementation for
IRuntimeEndpoint.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IRuntimeEndpoint
IRuntimeEndpoint.Jsii$Default, IRuntimeEndpoint.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IRuntimeEndpointRef
IRuntimeEndpointRef.Jsii$Default, IRuntimeEndpointRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ARN of the parent agent runtime.default StringThe ARN of the runtime endpoint resource.default StringWhen the endpoint was created.default StringThe description of the runtime endpoint.default StringThe 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.Jsii$Default
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IRuntimeEndpointRef.Jsii$Default
getRuntimeEndpointRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentRuntimeArn
The ARN of the parent agent runtime.- Specified by:
getAgentRuntimeArnin interfaceIRuntimeEndpoint
-
getAgentRuntimeEndpointArn
The ARN of the runtime endpoint resource.Example:
"arn:aws:bedrock-agentcore:us-west-2:123456789012:agent-runtime-endpoint/endpoint-abc123";
- Specified by:
getAgentRuntimeEndpointArnin interfaceIRuntimeEndpoint
-
getEndpointName
The name of the runtime endpoint.- Specified by:
getEndpointNamein interfaceIRuntimeEndpoint
-
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
-