ConnectorProfileApiKeyCredentialsArgs

data class ConnectorProfileApiKeyCredentialsArgs(val apiKey: Output<String>, val apiSecretKey: Output<String>? = null) : ConvertibleToJava<ConnectorProfileApiKeyCredentialsArgs>

Constructors

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

Properties

Link copied to clipboard
val apiKey: Output<String>

The API key required for API key authentication.

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

The API secret key required for API key authentication.

Functions

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