Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.AgentRuntimeAttributes
Packages that use AgentRuntimeAttributes
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of AgentRuntimeAttributes in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement AgentRuntimeAttributesMethods in software.amazon.awscdk.services.bedrockagentcore that return AgentRuntimeAttributesModifier and TypeMethodDescriptionAgentRuntimeAttributes.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type AgentRuntimeAttributesModifier and TypeMethodDescriptionstatic 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.