ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKeyArgs

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

Constructors

constructor(apiKey: Output<String>, apiSecretKey: Output<String>? = null)

Properties

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

Functions

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