ExternalProxy

data class ExternalProxy(val value: ExternalProxy) : Proxy

Configuration for an external customer-managed proxy server.

Constructors

Link copied to clipboard
constructor(value: ExternalProxy)

Properties

Link copied to clipboard

Inherited 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