Connection Args
data class ConnectionArgs(val authConfig: Output<AuthConfigArgs>? = null, val configVariables: Output<List<ConfigVariableArgs>>? = null, val connectionId: Output<String>? = null, val connectorVersion: Output<String>? = null, val description: Output<String>? = null, val destinationConfigs: Output<List<DestinationConfigArgs>>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val lockConfig: Output<LockConfigArgs>? = null, val logConfig: Output<ConnectorsLogConfigArgs>? = null, val nodeConfig: Output<NodeConfigArgs>? = null, val project: Output<String>? = null, val serviceAccount: Output<String>? = null, val sslConfig: Output<SslConfigArgs>? = null, val suspended: Output<Boolean>? = null) : ConvertibleToJava<ConnectionArgs>
Creates a new Connection in a given project and location. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun ConnectionArgs(authConfig: Output<AuthConfigArgs>? = null, configVariables: Output<List<ConfigVariableArgs>>? = null, connectionId: Output<String>? = null, connectorVersion: Output<String>? = null, description: Output<String>? = null, destinationConfigs: Output<List<DestinationConfigArgs>>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, lockConfig: Output<LockConfigArgs>? = null, logConfig: Output<ConnectorsLogConfigArgs>? = null, nodeConfig: Output<NodeConfigArgs>? = null, project: Output<String>? = null, serviceAccount: Output<String>? = null, sslConfig: Output<SslConfigArgs>? = null, suspended: Output<Boolean>? = null)