Uses of Class
software.amazon.awscdk.services.bedrockagentcore.Gateway.Builder
Packages that use Gateway.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of Gateway.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return Gateway.BuilderModifier and TypeMethodDescriptionGateway.Builder.authorizerConfiguration(IGatewayAuthorizerConfig authorizerConfiguration) The authorizer configuration for the gateway.static Gateway.BuilderGateway.Builder.description(String description) Optional description for the gateway Valid characters are a-z, A-Z, 0-9, _ (underscore), - (hyphen) and spaces The description can have up to 200 characters.Gateway.Builder.exceptionLevel(GatewayExceptionLevel exceptionLevel) The verbosity of exception messages Use DEBUG mode to see granular exception messages from a Gateway.Gateway.Builder.gatewayName(String gatewayName) The name of the gateway Valid characters are a-z, A-Z, 0-9, _ (underscore) and - (hyphen) The name must be unique within your account.Gateway.Builder.interceptorConfigurations(List<? extends IInterceptor> interceptorConfigurations) Interceptor configurations for the gateway.The AWS KMS key used to encrypt data associated with the gateway.Gateway.Builder.protocolConfiguration(IGatewayProtocolConfig protocolConfiguration) The protocol configuration for the gateway.The IAM role that provides permissions for the gateway to access AWS services.Tags for the gateway A list of key:value pairs of tags to apply to this Gateway resource.