ProxyCredentials

sealed class ProxyCredentials

Union type representing different proxy authentication methods. Currently supports HTTP Basic Authentication (username and password).

Inheritors

Types

Link copied to clipboard
data class BasicAuth(val value: BasicAuth) : ProxyCredentials

HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard