StackCustomCookbooksSourceArgs

data class StackCustomCookbooksSourceArgs(val password: Output<String>? = null, val revision: Output<String>? = null, val sshKey: Output<String>? = null, val type: Output<String>, val url: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<StackCustomCookbooksSourceArgs>

Constructors

Link copied to clipboard
constructor(password: Output<String>? = null, revision: Output<String>? = null, sshKey: Output<String>? = null, type: Output<String>, url: Output<String>, username: Output<String>? = null)

Properties

Link copied to clipboard
val password: Output<String>? = null

Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration.

Link copied to clipboard
val revision: Output<String>? = null

For sources that are version-aware, the revision to use.

Link copied to clipboard
val sshKey: Output<String>? = null

SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.

Link copied to clipboard
val type: Output<String>

The type of source to use. For example, "archive".

Link copied to clipboard
val url: Output<String>

The URL where the cookbooks resource can be found.

Link copied to clipboard
val username: Output<String>? = null

Username to use when authenticating to the source.

Functions

Link copied to clipboard
open override fun toJava(): StackCustomCookbooksSourceArgs