HarnessEnvironmentProviderRequest
The environment provider request configuration.
Inheritors
Types
Link copied to clipboard
data class AgentCoreRuntimeEnvironment(val value: HarnessAgentCoreRuntimeEnvironmentRequest) : HarnessEnvironmentProviderRequest
The AgentCore Runtime environment configuration.
Link copied to clipboard
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.