Uses of Interface
software.amazon.awscdk.services.bedrock.IAgentRef
Packages that use IAgentRef
-
Uses of IAgentRef in software.amazon.awscdk.services.bedrock
Subinterfaces of IAgentRef in software.amazon.awscdk.services.bedrockModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAgentRef.Classes in software.amazon.awscdk.services.bedrock that implement IAgentRefModifier and TypeClassDescriptionclassSpecifies an agent as a resource in a top-level template.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.bedrock that return IAgentRefModifier and TypeMethodDescriptionstatic IAgentRefCfnAgent.fromAgentArn(software.constructs.Construct scope, String id, String arn) Creates a new IAgentRef from an ARN.static IAgentRefCfnAgent.fromAgentId(software.constructs.Construct scope, String id, String agentId) Creates a new IAgentRef from a agentId.