Connection Args
constructor(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)