MqBrokerAccessCredentials

The Secrets Manager secret that stores your broker credentials.

Inheritors

Types

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

The ARN of the Secrets Manager secret.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this MqBrokerAccessCredentials as a BasicAuth and retrieves its kotlin.String value. Throws an exception if the MqBrokerAccessCredentials is not a BasicAuth.

Link copied to clipboard

Casts this MqBrokerAccessCredentials as a BasicAuth and retrieves its kotlin.String value. Returns null if the MqBrokerAccessCredentials is not a BasicAuth.