ConnectionAuthenticationConfigurationInputArgs

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

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)

Properties

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

Functions

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