Connection Authentication Configuration Input
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
Link copied to clipboard
constructor(authenticationType: ConnectionAuthenticationType? = null, basicAuthenticationCredentials: ConnectionBasicAuthenticationCredentials? = null, customAuthenticationCredentials: Map<String, String>? = null, kmsKeyArn: String? = null, oAuth2Properties: ConnectionOAuth2Properties? = null, secretArn: String? = null)