Connection Authentication Configuration Input Args
data class ConnectionAuthenticationConfigurationInputArgs(val authenticationType: Output<ConnectionAuthenticationType>? = null, val basicAuthenticationCredentials: Output<ConnectionBasicAuthenticationCredentialsArgs>? = null, val customAuthenticationCredentials: Output<Map<String, String>>? = null, val kmsKeyArn: Output<String>? = null, val oAuth2Properties: Output<ConnectionOAuth2PropertiesArgs>? = null, val secretArn: Output<String>? = null) : ConvertibleToJava<ConnectionAuthenticationConfigurationInputArgs>
Authentication Configuration Input
Constructors
Link copied to clipboard
constructor(authenticationType: Output<ConnectionAuthenticationType>? = null, basicAuthenticationCredentials: Output<ConnectionBasicAuthenticationCredentialsArgs>? = null, customAuthenticationCredentials: Output<Map<String, String>>? = null, kmsKeyArn: Output<String>? = null, oAuth2Properties: Output<ConnectionOAuth2PropertiesArgs>? = null, secretArn: Output<String>? = null)