Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.Builder
Packages that use CfnRuntime.Builder
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnRuntime.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnRuntime.BuilderModifier and TypeMethodDescriptionCfnRuntime.Builder.agentRuntimeArtifact(IResolvable agentRuntimeArtifact) The artifact of the agent.CfnRuntime.Builder.agentRuntimeArtifact(CfnRuntime.AgentRuntimeArtifactProperty agentRuntimeArtifact) The artifact of the agent.CfnRuntime.Builder.agentRuntimeName(String agentRuntimeName) The name of the AgentCore Runtime endpoint.CfnRuntime.Builder.authorizerConfiguration(IResolvable authorizerConfiguration) Represents inbound authorization configuration options used to authenticate incoming requests.CfnRuntime.Builder.authorizerConfiguration(CfnRuntime.AuthorizerConfigurationProperty authorizerConfiguration) Represents inbound authorization configuration options used to authenticate incoming requests.static CfnRuntime.BuilderCfnRuntime.Builder.description(String description) The agent runtime description.CfnRuntime.Builder.environmentVariables(Map<String, String> environmentVariables) The environment variables for the agent.CfnRuntime.Builder.environmentVariables(IResolvable environmentVariables) The environment variables for the agent.CfnRuntime.Builder.lifecycleConfiguration(IResolvable lifecycleConfiguration) Configuration for managing the lifecycle of runtime sessions and resources.CfnRuntime.Builder.lifecycleConfiguration(CfnRuntime.LifecycleConfigurationProperty lifecycleConfiguration) Configuration for managing the lifecycle of runtime sessions and resources.CfnRuntime.Builder.networkConfiguration(IResolvable networkConfiguration) The network configuration.CfnRuntime.Builder.networkConfiguration(CfnRuntime.NetworkConfigurationProperty networkConfiguration) The network configuration.CfnRuntime.Builder.protocolConfiguration(String protocolConfiguration) The protocol configuration for an agent runtime.CfnRuntime.Builder.requestHeaderConfiguration(IResolvable requestHeaderConfiguration) Configuration for HTTP request headers.CfnRuntime.Builder.requestHeaderConfiguration(CfnRuntime.RequestHeaderConfigurationProperty requestHeaderConfiguration) Configuration for HTTP request headers.The Amazon Resource Name (ARN) for for the role.The tags for the agent.