InputSource

data class InputSource(val passwordParam: String, val url: String, val username: String)

Constructors

Link copied to clipboard
constructor(passwordParam: String, url: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key used to extract the password from EC2 Parameter store.

Link copied to clipboard
val url: String

The URL where the stream is pulled from.

Link copied to clipboard

The username for the input source.