Proxy

sealed class Proxy

Union type representing different proxy configurations. Currently supports external customer-managed proxies.

Inheritors

Types

Link copied to clipboard
data class ExternalProxy(val value: ExternalProxy) : Proxy

Configuration for an external customer-managed proxy server.

Link copied to clipboard
object SdkUnknown : Proxy

Functions

Link copied to clipboard

Casts this Proxy as a ExternalProxy and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ExternalProxy value. Throws an exception if the Proxy is not a ExternalProxy.

Link copied to clipboard