AWS SDK for Kotlin
1.6.62
      Platform filter
Skip to content
    AWS SDK for Kotlin
bedrockagentcorecontrol/aws.sdk.kotlin.services.bedrockagentcorecontrol.model/HarnessEnvironmentProvider/AgentCoreRuntimeEnvironment

AgentCoreRuntimeEnvironment

data class AgentCoreRuntimeEnvironment(val value: HarnessAgentCoreRuntimeEnvironment) : HarnessEnvironmentProvider

The AgentCore Runtime environment configuration.

Constructors

AgentCoreRuntimeEnvironment
Link copied to clipboard
constructor(value: HarnessAgentCoreRuntimeEnvironment)

Properties

value
Link copied to clipboard
val value: HarnessAgentCoreRuntimeEnvironment

Inherited functions

asAgentCoreRuntimeEnvironment
Link copied to clipboard
fun asAgentCoreRuntimeEnvironment(): HarnessAgentCoreRuntimeEnvironment

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.

asAgentCoreRuntimeEnvironmentOrNull
Link copied to clipboard
fun asAgentCoreRuntimeEnvironmentOrNull(): HarnessAgentCoreRuntimeEnvironment?

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.

© 2026, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka