Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.RuntimeEndpointAttributes
Packages that use RuntimeEndpointAttributes
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of RuntimeEndpointAttributes in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement RuntimeEndpointAttributesModifier and TypeClassDescriptionstatic final classAn implementation forRuntimeEndpointAttributesMethods in software.amazon.awscdk.services.bedrockagentcore that return RuntimeEndpointAttributesModifier and TypeMethodDescriptionRuntimeEndpointAttributes.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type RuntimeEndpointAttributesModifier and TypeMethodDescriptionstatic IRuntimeEndpointRuntimeEndpoint.fromRuntimeEndpointAttributes(software.constructs.Construct scope, String id, RuntimeEndpointAttributes attrs) Import an existing Agent Runtime Endpoint using attributes This allows you to reference an Agent Runtime Endpoint that was created outside of CDK.