Interface CfnRuntimeEndpointMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuntimeEndpointMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:56.730Z")
@Stability(Stable)
public interface CfnRuntimeEndpointMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnRuntimeEndpointPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
CfnRuntimeEndpointMixinProps cfnRuntimeEndpointMixinProps = CfnRuntimeEndpointMixinProps.builder()
.agentRuntimeId("agentRuntimeId")
.agentRuntimeVersion("agentRuntimeVersion")
.description("description")
.name("name")
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuntimeEndpointMixinPropsstatic final classAn implementation forCfnRuntimeEndpointMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe agent runtime ID.default StringThe version of the agent.default StringContains information about an agent runtime endpoint.default StringgetName()The name of the AgentCore Runtime endpoint.getTags()The tags for the AgentCore Runtime endpoint.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentRuntimeId
The agent runtime ID.- See Also:
-
getAgentRuntimeVersion
The version of the agent.- See Also:
-
getDescription
Contains information about an agent runtime endpoint.An agent runtime is the execution environment for a Amazon Bedrock Agent.
- See Also:
-
getName
The name of the AgentCore Runtime endpoint.- See Also:
-
getTags
The tags for the AgentCore Runtime endpoint.- See Also:
-
builder
-