Uses of Class
software.amazon.awscdk.services.bedrockagentcore.GatewayTarget.Builder
Packages that use GatewayTarget.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of GatewayTarget.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return GatewayTarget.BuilderModifier and TypeMethodDescriptionstatic GatewayTarget.BuilderGatewayTarget.Builder.credentialProviderConfigurations(List<? extends ICredentialProviderConfig> credentialProviderConfigurations) Credential providers for authentication.GatewayTarget.Builder.description(String description) Optional description for the gateway target The description can have up to 200 characters.The gateway this target belongs to.GatewayTarget.Builder.gatewayTargetName(String gatewayTargetName) The name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$.GatewayTarget.Builder.targetConfiguration(ITargetConfiguration targetConfiguration) The target configuration (Lambda, OpenAPI, or Smithy) Use one of the configuration helper classes: - LambdaTargetConfiguration.create() - OpenApiTargetConfiguration.create() - SmithyTargetConfiguration.create().