AgentCoreRuntimeEnvironment
data class AgentCoreRuntimeEnvironment(val value: HarnessAgentCoreRuntimeEnvironmentRequest) : HarnessEnvironmentProviderRequest
The AgentCore Runtime environment configuration.
Inherited functions
Link copied to clipboard
Casts this HarnessEnvironmentProviderRequest as a AgentCoreRuntimeEnvironment and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.HarnessAgentCoreRuntimeEnvironmentRequest value. Throws an exception if the HarnessEnvironmentProviderRequest is not a AgentCoreRuntimeEnvironment.
Link copied to clipboard
Casts this HarnessEnvironmentProviderRequest as a AgentCoreRuntimeEnvironment and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.HarnessAgentCoreRuntimeEnvironmentRequest value. Returns null if the HarnessEnvironmentProviderRequest is not a AgentCoreRuntimeEnvironment.