Uses of Class
software.amazon.awscdk.services.bedrockagentcore.Runtime.Builder
Packages that use Runtime.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of Runtime.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return Runtime.BuilderModifier and TypeMethodDescriptionRuntime.Builder.agentRuntimeArtifact(AgentRuntimeArtifact agentRuntimeArtifact) The artifact configuration for the agent runtime Contains the container configuration with ECR URI.Runtime.Builder.authorizerConfiguration(RuntimeAuthorizerConfiguration authorizerConfiguration) Authorizer configuration for the agent runtime Use RuntimeAuthorizerConfiguration static methods to create the configuration.static Runtime.BuilderRuntime.Builder.description(String description) Optional description for the agent runtime.Runtime.Builder.environmentVariables(Map<String, String> environmentVariables) Environment variables for the agent runtime - Maximum 50 environment variables - Key: Must be 1-100 characters, start with letter or underscore, contain only letters, numbers, and underscores - Value: Must be 0-2048 characters (per CloudFormation specification).Runtime.Builder.executionRole(IRole executionRole) The IAM role that provides permissions for the agent runtime If not provided, a role will be created automatically.Runtime.Builder.lifecycleConfiguration(LifecycleConfiguration lifecycleConfiguration) The life cycle configuration for the AgentCore Runtime.Runtime.Builder.loggingConfigs(List<? extends LoggingConfig> loggingConfigs) Logging configuration for the runtime.Runtime.Builder.networkConfiguration(RuntimeNetworkConfiguration networkConfiguration) Network configuration for the agent runtime.Runtime.Builder.protocolConfiguration(ProtocolType protocolConfiguration) Protocol configuration for the agent runtime.Runtime.Builder.requestHeaderConfiguration(RequestHeaderConfiguration requestHeaderConfiguration) Configuration for HTTP request headers that will be passed through to the runtime.Runtime.Builder.runtimeName(String runtimeName) The name of the agent runtime Valid characters are a-z, A-Z, 0-9, _ (underscore) Must start with a letter and can be up to 48 characters long Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$.Tags for the agent runtime A list of key:value pairs of tags to apply to this Runtime resource.Runtime.Builder.tracingEnabled(Boolean tracingEnabled) Whether to enable X-Ray tracing for this runtime.