WebServiceKeysArgs

data class WebServiceKeysArgs(val primary: Output<String>? = null, val secondary: Output<String>? = null) : ConvertibleToJava<WebServiceKeysArgs>

Access keys for the web service calls.

Constructors

Link copied to clipboard
constructor(primary: Output<String>? = null, secondary: Output<String>? = null)

Properties

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

The primary access key.

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

The secondary access key.

Functions

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