Skip to content

Bedrock Agentcore  >  Unions  >  ProxyCredentials

ProxyCredentials

Union Type

ProxyCredentials module-attribute

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

Union Member Types

ProxyCredentialsBasicAuth dataclass

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

Attributes

value instance-attribute
value: BasicAuth

ProxyCredentialsUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str