AgentCoreRuntimeEnvironment
data class AgentCoreRuntimeEnvironment(val value: HarnessAgentCoreRuntimeEnvironment) : HarnessEnvironmentProvider
The AgentCore Runtime environment configuration.
Inherited 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.