ConnectionAuthenticationConfigurationInput

data class ConnectionAuthenticationConfigurationInput(val authenticationType: ConnectionAuthenticationType? = null, val basicAuthenticationCredentials: ConnectionBasicAuthenticationCredentials? = null, val customAuthenticationCredentials: Map<String, String>? = null, val kmsKeyArn: String? = null, val oAuth2Properties: ConnectionOAuth2Properties? = null, val secretArn: String? = null)

Authentication Configuration Input

Constructors

constructor(authenticationType: ConnectionAuthenticationType? = null, basicAuthenticationCredentials: ConnectionBasicAuthenticationCredentials? = null, customAuthenticationCredentials: Map<String, String>? = null, kmsKeyArn: String? = null, oAuth2Properties: ConnectionOAuth2Properties? = null, secretArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyArn: String? = null
Link copied to clipboard
Link copied to clipboard
val secretArn: String? = null