Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.IBedrockAgentRuntime
Packages that use IBedrockAgentRuntime
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of IBedrockAgentRuntime in software.amazon.awscdk.services.bedrockagentcore
Subinterfaces of IBedrockAgentRuntime in software.amazon.awscdk.services.bedrockagentcoreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBedrockAgentRuntime.Classes in software.amazon.awscdk.services.bedrockagentcore that implement IBedrockAgentRuntimeModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classBedrock Agent Core Runtime Enables running containerized agents with specific network configurations, security settings, and runtime artifacts.classBase class for Agent Runtime.Methods in software.amazon.awscdk.services.bedrockagentcore that return IBedrockAgentRuntimeModifier and TypeMethodDescriptionIBedrockAgentRuntime.addToRolePolicy(PolicyStatement statement) Adds a policy statement to the runtime's execution role.default IBedrockAgentRuntimeIBedrockAgentRuntime.Jsii$Default.addToRolePolicy(PolicyStatement statement) Adds a policy statement to the runtime's execution role.RuntimeBase.addToRolePolicy(PolicyStatement statement) Adds a policy statement to the runtime's execution role.static IBedrockAgentRuntimeRuntime.fromAgentRuntimeAttributes(software.constructs.Construct scope, String id, AgentRuntimeAttributes attrs) Import an existing Agent Runtime using attributes This allows you to reference an Agent Runtime that was created outside of CDK.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type IBedrockAgentRuntimeModifier and TypeMethodDescriptionstatic DataSourceConfigDataSourceConfig.fromAgentRuntimeEndpoint(IBedrockAgentRuntime runtime) Creates a data source configuration from an AgentCore Runtime and optional endpoint.static DataSourceConfigDataSourceConfig.fromAgentRuntimeEndpoint(IBedrockAgentRuntime runtime, IRuntimeEndpoint endpoint) Creates a data source configuration from an AgentCore Runtime and optional endpoint.static DataSourceConfigDataSourceConfig.fromAgentRuntimeEndpointName(IBedrockAgentRuntime runtime, String endpointName) Creates a data source configuration from an AgentCore Runtime and an endpoint name string.