pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin/com.pulumi.aws.appflow.kotlin.outputs/ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector

ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector(val apiKey: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey? = null, val authenticationType: String, val basic: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic? = null, val custom: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom? = null, val oauth2: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2? = null)

Constructors

ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector
Link copied to clipboard
fun ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector(apiKey: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey? = null, authenticationType: String, basic: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic? = null, custom: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom? = null, oauth2: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2? = null)

Types

Companion
Link copied to clipboard
object Companion

Properties

apiKey
Link copied to clipboard
val apiKey: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey? = null
authenticationType
Link copied to clipboard
val authenticationType: String
basic
Link copied to clipboard
val basic: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic? = null
custom
Link copied to clipboard
val custom: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom? = null
oauth2
Link copied to clipboard
val oauth2: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2? = null
© 2024 CopyrightGenerated by dokka