HarnessEnvironmentProvider
The environment provider for a harness.
Inheritors
Types
Link copied to clipboard
data class AgentCoreRuntimeEnvironment(val value: HarnessAgentCoreRuntimeEnvironment) : HarnessEnvironmentProvider
The AgentCore Runtime environment configuration.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this HarnessEnvironmentProvider as a AgentCoreRuntimeEnvironment and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.HarnessAgentCoreRuntimeEnvironment value. Throws an exception if the HarnessEnvironmentProvider is not a AgentCoreRuntimeEnvironment.
Link copied to clipboard
Casts this HarnessEnvironmentProvider as a AgentCoreRuntimeEnvironment and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.HarnessAgentCoreRuntimeEnvironment value. Returns null if the HarnessEnvironmentProvider is not a AgentCoreRuntimeEnvironment.